COLOR #CCE1CD

HEX: #CCE1CD
RGB: (204,225,205)

Color info

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

RGB color model

#CCE1CD color RGB value is (204,225,205).

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

RGB channels and saturation

R 204 of 255 = 80%
G 225 of 255 = 88%
B 205 of 255 = 80%

204
225
205

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

Portions of RGB colors in percentages

R + G + B =
204 + 225 + 205 = 634 (100%)
R 204 of 634 ~ 32.18%
G 225 of 634 ~ 35.49%
B 205 of 634 ~ 32.33%

%32.18
%35.49
%32.33

CMYK color model

#CCE1CD color CMYK value is (9,0,9,12).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 8.89%
  • key color value is 11.76%
CMYK:
(9,0,9,12)
C9M0Y9K12 
(9%,0%,9%,12%)
(0.09/0.00/0.09/0.12)	

CMYK percentages

%9.33
%0
%8.89
%11.76

Codes

Color #CCE1CD in popluar color models

CCE1CD
RGB204225205
HSL123°25.93%84.12%
HSB/HSV123°9.33%88.24%
CMYK9.33%0.00%8.89%
11.76%

Color #CCE1CD in popluar number systems.

HEXCCE1CD
Decimal204225205
Binary110011001110000111001101
Octal314341315

Shades and tints

Shades of #CCE1CD

#CCE1CD
(204,225,205)
#BACDBB
(186,205,187)
#A8B9A9
(168,185,169)
#96A597
(150,165,151)
#849185
(132,145,133)
#727D73
(114,125,115)
#606961
(96,105,97)
#4E554F
(78,85,79)
#3C413D
(60,65,61)
#2A2D2B
(42,45,43)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #CCE1CD

#CCE1CD
(204,225,205)
#D0E3D1
(208,227,209)
#D4E5D5
(212,229,213)
#D8E7D9
(216,231,217)
#DCE9DD
(220,233,221)
#E0EBE1
(224,235,225)
#E4EDE5
(228,237,229)
#E8EFE9
(232,239,233)
#ECF1ED
(236,241,237)
#F0F3F1
(240,243,241)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE1CD; }

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

This text font color is #CCE1CD.


Background Color

.myBgColor { background-color: #CCE1CD; }

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

This div background color is #CCE1CD.


Border color

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

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

This div border color is #CCE1CD.


Opacity

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

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

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

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

This text has shadow with #CCE1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE1CD on black background.


Color preview on white background

This text has color #CCE1CD on white background.



Black color preview on #CCE1CD background

This text has black color on #CCE1CD background.


White color preview on #CCE1CD background

This text has white color on #CCE1CD background.