COLOR #CCE6CB

HEX: #CCE6CB
RGB: (204,230,203)

Color info

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

RGB color model

#CCE6CB color RGB value is (204,230,203).

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

RGB channels and saturation

R 204 of 255 = 80%
G 230 of 255 = 90%
B 203 of 255 = 80%

204
230
203

R + G + B ~ 83%. #CCE6CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 230 + 203 = 637 (100%)
R 204 of 637 ~ 32.03%
G 230 of 637 ~ 36.11%
B 203 of 637 ~ 31.87%

%32.03
%36.11
%31.87

CMYK color model

#CCE6CB color CMYK value is (11,0,12,10).

  • cyan value is 11.30%
  • magenta value is 0.00%
  • yellow value is 11.74%
  • key color value is 9.80%
CMYK:
(11,0,12,10)
C11M0Y12K10 
(11%,0%,12%,10%)
(0.11/0.00/0.12/0.10)	

CMYK percentages

%11.3
%0
%11.74
%9.8

Codes

Color #CCE6CB in popluar color models

CCE6CB
RGB204230203
HSL118°35.06%84.90%
HSB/HSV118°11.74%90.20%
CMYK11.30%0.00%11.74%
9.80%

Color #CCE6CB in popluar number systems.

HEXCCE6CB
Decimal204230203
Binary110011001110011011001011
Octal314346313

Shades and tints

Shades of #CCE6CB

#CCE6CB
(204,230,203)
#BAD2B9
(186,210,185)
#A8BEA7
(168,190,167)
#96AA95
(150,170,149)
#849683
(132,150,131)
#728271
(114,130,113)
#606E5F
(96,110,95)
#4E5A4D
(78,90,77)
#3C463B
(60,70,59)
#2A3229
(42,50,41)
#181E17
(24,30,23)
#000000
(0,0,0)

Tints of #CCE6CB

#CCE6CB
(204,230,203)
#D0E8CF
(208,232,207)
#D4EAD3
(212,234,211)
#D8ECD7
(216,236,215)
#DCEEDB
(220,238,219)
#E0F0DF
(224,240,223)
#E4F2E3
(228,242,227)
#E8F4E7
(232,244,231)
#ECF6EB
(236,246,235)
#F0F8EF
(240,248,239)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE6CB; }

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

This text font color is #CCE6CB.


Background Color

.myBgColor { background-color: #CCE6CB; }

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

This div background color is #CCE6CB.


Border color

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

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

This div border color is #CCE6CB.


Opacity

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

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

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

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

This text has shadow with #CCE6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE6CB on black background.


Color preview on white background

This text has color #CCE6CB on white background.



Black color preview on #CCE6CB background

This text has black color on #CCE6CB background.


White color preview on #CCE6CB background

This text has white color on #CCE6CB background.