COLOR #CCE5CD

HEX: #CCE5CD
RGB: (204,229,205)

Color info

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

RGB color model

#CCE5CD color RGB value is (204,229,205).

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

RGB channels and saturation

R 204 of 255 = 80%
G 229 of 255 = 90%
B 205 of 255 = 80%

204
229
205

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

Portions of RGB colors in percentages

R + G + B =
204 + 229 + 205 = 638 (100%)
R 204 of 638 ~ 31.97%
G 229 of 638 ~ 35.89%
B 205 of 638 ~ 32.13%

%31.97
%35.89
%32.13

CMYK color model

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

  • cyan value is 10.92%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 10.20%
CMYK:
(11,0,10,10)
C11M0Y10K10 
(11%,0%,10%,10%)
(0.11/0.00/0.10/0.10)	

CMYK percentages

%10.92
%0
%10.48
%10.2

Codes

Color #CCE5CD in popluar color models

CCE5CD
RGB204229205
HSL122°32.47%84.90%
HSB/HSV122°10.92%89.80%
CMYK10.92%0.00%10.48%
10.20%

Color #CCE5CD in popluar number systems.

HEXCCE5CD
Decimal204229205
Binary110011001110010111001101
Octal314345315

Shades and tints

Shades of #CCE5CD

#CCE5CD
(204,229,205)
#BAD1BB
(186,209,187)
#A8BDA9
(168,189,169)
#96A997
(150,169,151)
#849585
(132,149,133)
#728173
(114,129,115)
#606D61
(96,109,97)
#4E594F
(78,89,79)
#3C453D
(60,69,61)
#2A312B
(42,49,43)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #CCE5CD

#CCE5CD
(204,229,205)
#D0E7D1
(208,231,209)
#D4E9D5
(212,233,213)
#D8EBD9
(216,235,217)
#DCEDDD
(220,237,221)
#E0EFE1
(224,239,225)
#E4F1E5
(228,241,229)
#E8F3E9
(232,243,233)
#ECF5ED
(236,245,237)
#F0F7F1
(240,247,241)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE5CD; }

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

This text font color is #CCE5CD.


Background Color

.myBgColor { background-color: #CCE5CD; }

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

This div background color is #CCE5CD.


Border color

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

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

This div border color is #CCE5CD.


Opacity

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

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

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

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

This text has shadow with #CCE5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE5CD on black background.


Color preview on white background

This text has color #CCE5CD on white background.



Black color preview on #CCE5CD background

This text has black color on #CCE5CD background.


White color preview on #CCE5CD background

This text has white color on #CCE5CD background.