COLOR #CCECB9

HEX: #CCECB9
RGB: (204,236,185)

Color info

#CCECB9 contains red, green and blue colors in about the same proportion. Web safe color of #CCECB9 is #CCFFCC (or #CFC).

RGB color model

#CCECB9 color RGB value is (204,236,185).

  • red value is 204;
  • green value is 236;
  • blue value is 185.
RGB:
(204,236,185)
(80%,93%,73%)

RGB channels and saturation

R 204 of 255 = 80%
G 236 of 255 = 93%
B 185 of 255 = 73%

204
236
185

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

Portions of RGB colors in percentages

R + G + B =
204 + 236 + 185 = 625 (100%)
R 204 of 625 ~ 32.64%
G 236 of 625 ~ 37.76%
B 185 of 625 ~ 29.6%

%32.64
%37.76
%29.6

CMYK color model

#CCECB9 color CMYK value is (14,0,22,7).

  • cyan value is 13.56%
  • magenta value is 0.00%
  • yellow value is 21.61%
  • key color value is 7.45%
CMYK:
(14,0,22,7)
C14M0Y22K7 
(14%,0%,22%,7%)
(0.14/0.00/0.22/0.07)	

CMYK percentages

%13.56
%0
%21.61
%7.45

Codes

Color #CCECB9 in popluar color models

CCECB9
RGB204236185
HSL98°57.30%82.55%
HSB/HSV98°21.61%92.55%
CMYK13.56%0.00%21.61%
7.45%

Color #CCECB9 in popluar number systems.

HEXCCECB9
Decimal204236185
Binary110011001110110010111001
Octal314354271

Shades and tints

Shades of #CCECB9

#CCECB9
(204,236,185)
#BAD7A9
(186,215,169)
#A8C299
(168,194,153)
#96AD89
(150,173,137)
#849879
(132,152,121)
#728369
(114,131,105)
#606E59
(96,110,89)
#4E5949
(78,89,73)
#3C4439
(60,68,57)
#2A2F29
(42,47,41)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #CCECB9

#CCECB9
(204,236,185)
#D0EDBF
(208,237,191)
#D4EEC5
(212,238,197)
#D8EFCB
(216,239,203)
#DCF0D1
(220,240,209)
#E0F1D7
(224,241,215)
#E4F2DD
(228,242,221)
#E8F3E3
(232,243,227)
#ECF4E9
(236,244,233)
#F0F5EF
(240,245,239)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCECB9 color. Also use rgb(204,236,185) instead hex code.

Text Font Color

.myTextColor { color: #CCECB9; }

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

This text font color is #CCECB9.


Background Color

.myBgColor { background-color: #CCECB9; }

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

This div background color is #CCECB9.


Border color

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

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

This div border color is #CCECB9.


Opacity

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

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

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

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

This text has shadow with #CCECB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCECB9 on black background.


Color preview on white background

This text has color #CCECB9 on white background.



Black color preview on #CCECB9 background

This text has black color on #CCECB9 background.


White color preview on #CCECB9 background

This text has white color on #CCECB9 background.