COLOR #CCE5BE

HEX: #CCE5BE
RGB: (204,229,190)

Color info

#CCE5BE contains red, green and blue colors in about the same proportion. Web safe color of #CCE5BE is #CCCCCC (or #CCC).

RGB color model

#CCE5BE color RGB value is (204,229,190).

  • red value is 204;
  • green value is 229;
  • blue value is 190.
RGB:
(204,229,190)
(80%,90%,75%)

RGB channels and saturation

R 204 of 255 = 80%
G 229 of 255 = 90%
B 190 of 255 = 75%

204
229
190

R + G + B ~ 82%. #CCE5BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 229 + 190 = 623 (100%)
R 204 of 623 ~ 32.74%
G 229 of 623 ~ 36.76%
B 190 of 623 ~ 30.5%

%32.74
%36.76
%30.5

CMYK color model

#CCE5BE color CMYK value is (11,0,17,10).

  • cyan value is 10.92%
  • magenta value is 0.00%
  • yellow value is 17.03%
  • key color value is 10.20%
CMYK:
(11,0,17,10)
C11M0Y17K10 
(11%,0%,17%,10%)
(0.11/0.00/0.17/0.10)	

CMYK percentages

%10.92
%0
%17.03
%10.2

Codes

Color #CCE5BE in popluar color models

CCE5BE
RGB204229190
HSL98°42.86%82.16%
HSB/HSV98°17.03%89.80%
CMYK10.92%0.00%17.03%
10.20%

Color #CCE5BE in popluar number systems.

HEXCCE5BE
Decimal204229190
Binary110011001110010110111110
Octal314345276

Shades and tints

Shades of #CCE5BE

#CCE5BE
(204,229,190)
#BAD1AD
(186,209,173)
#A8BD9C
(168,189,156)
#96A98B
(150,169,139)
#84957A
(132,149,122)
#728169
(114,129,105)
#606D58
(96,109,88)
#4E5947
(78,89,71)
#3C4536
(60,69,54)
#2A3125
(42,49,37)
#181D14
(24,29,20)
#000000
(0,0,0)

Tints of #CCE5BE

#CCE5BE
(204,229,190)
#D0E7C3
(208,231,195)
#D4E9C8
(212,233,200)
#D8EBCD
(216,235,205)
#DCEDD2
(220,237,210)
#E0EFD7
(224,239,215)
#E4F1DC
(228,241,220)
#E8F3E1
(232,243,225)
#ECF5E6
(236,245,230)
#F0F7EB
(240,247,235)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE5BE color. Also use rgb(204,229,190) instead hex code.

Text Font Color

.myTextColor { color: #CCE5BE; }

<p style="color:#CCE5BE">This sample text font color is #CCE5BE.</p>

This text font color is #CCE5BE.


Background Color

.myBgColor { background-color: #CCE5BE; }

<div style="background-color:#CCE5BE">Inner text</div>

This div background color is #CCE5BE.


Border color

.myBorderColor { border: 1px solid #CCE5BE; }

<div style="border:3px solid #CCE5BE">Div</div>

This div border color is #CCE5BE.


Opacity

.myOpacity80 { color: #CCE5BE; opacity: 0.8; }

<p style="color:#CCE5BE;opacity:0.8;">80%</p>

Text with #CCE5BE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CCE5BE;}

<p style="text-shadow: 3px 3px 1px #CCE5BE">Text here.</p>

This text has shadow with #CCE5BE color.

.textShadow {text-shadow: 3px 3px 1px #CCE5BE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CCE5BE, 5px 5px 20px red">Text here.</p>

This text has shadow with #CCE5BE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCE5BE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CCE5BE, Direction=45, Strength=4)">Text</p>

This text has shadow with #CCE5BE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CCE5BE;
  -webkit-box-shadow:	1px 1px 3px 2px #CCE5BE;
  box-shadow:		1px 1px 3px 2px #CCE5BE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCE5BE;
-webkit-box-shadow: 1px 1px 3px 2px #CCE5BE;
box-shadow:1px 1px 3px 2px #CCE5BE;">
Div content here</div>
This div box has shadow with color #CCE5BE.

Preview

Color preview on black background

This text has color #CCE5BE on black background.


Color preview on white background

This text has color #CCE5BE on white background.



Black color preview on #CCE5BE background

This text has black color on #CCE5BE background.


White color preview on #CCE5BE background

This text has white color on #CCE5BE background.