COLOR #CCE6BD

HEX: #CCE6BD
RGB: (204,230,189)

Color info

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

RGB color model

#CCE6BD color RGB value is (204,230,189).

  • red value is 204;
  • green value is 230;
  • blue value is 189.
RGB:
(204,230,189)
(80%,90%,74%)

RGB channels and saturation

R 204 of 255 = 80%
G 230 of 255 = 90%
B 189 of 255 = 74%

204
230
189

R + G + B ~ 81%. #CCE6BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 230 + 189 = 623 (100%)
R 204 of 623 ~ 32.74%
G 230 of 623 ~ 36.92%
B 189 of 623 ~ 30.34%

%32.74
%36.92
%30.34

CMYK color model

#CCE6BD color CMYK value is (11,0,18,10).

  • cyan value is 11.30%
  • magenta value is 0.00%
  • yellow value is 17.83%
  • key color value is 9.80%
CMYK:
(11,0,18,10)
C11M0Y18K10 
(11%,0%,18%,10%)
(0.11/0.00/0.18/0.10)	

CMYK percentages

%11.3
%0
%17.83
%9.8

Codes

Color #CCE6BD in popluar color models

CCE6BD
RGB204230189
HSL98°45.05%82.16%
HSB/HSV98°17.83%90.20%
CMYK11.30%0.00%17.83%
9.80%

Color #CCE6BD in popluar number systems.

HEXCCE6BD
Decimal204230189
Binary110011001110011010111101
Octal314346275

Shades and tints

Shades of #CCE6BD

#CCE6BD
(204,230,189)
#BAD2AC
(186,210,172)
#A8BE9B
(168,190,155)
#96AA8A
(150,170,138)
#849679
(132,150,121)
#728268
(114,130,104)
#606E57
(96,110,87)
#4E5A46
(78,90,70)
#3C4635
(60,70,53)
#2A3224
(42,50,36)
#181E13
(24,30,19)
#000000
(0,0,0)

Tints of #CCE6BD

#CCE6BD
(204,230,189)
#D0E8C3
(208,232,195)
#D4EAC9
(212,234,201)
#D8ECCF
(216,236,207)
#DCEED5
(220,238,213)
#E0F0DB
(224,240,219)
#E4F2E1
(228,242,225)
#E8F4E7
(232,244,231)
#ECF6ED
(236,246,237)
#F0F8F3
(240,248,243)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE6BD color. Also use rgb(204,230,189) instead hex code.

Text Font Color

.myTextColor { color: #CCE6BD; }

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

This text font color is #CCE6BD.


Background Color

.myBgColor { background-color: #CCE6BD; }

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

This div background color is #CCE6BD.


Border color

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

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

This div border color is #CCE6BD.


Opacity

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

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

Text with #CCE6BD 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 #CCE6BD;}

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

This text has shadow with #CCE6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE6BD on black background.


Color preview on white background

This text has color #CCE6BD on white background.



Black color preview on #CCE6BD background

This text has black color on #CCE6BD background.


White color preview on #CCE6BD background

This text has white color on #CCE6BD background.