COLOR #CCE4CF

HEX: #CCE4CF
RGB: (204,228,207)

Color info

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

RGB color model

#CCE4CF color RGB value is (204,228,207).

  • red value is 204;
  • green value is 228;
  • blue value is 207.
RGB:
(204,228,207)
(80%,89%,81%)

RGB channels and saturation

R 204 of 255 = 80%
G 228 of 255 = 89%
B 207 of 255 = 81%

204
228
207

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

Portions of RGB colors in percentages

R + G + B =
204 + 228 + 207 = 639 (100%)
R 204 of 639 ~ 31.92%
G 228 of 639 ~ 35.68%
B 207 of 639 ~ 32.39%

%31.92
%35.68
%32.39

CMYK color model

#CCE4CF color CMYK value is (11,0,9,11).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 10.59%
CMYK:
(11,0,9,11)
C11M0Y9K11 
(11%,0%,9%,11%)
(0.11/0.00/0.09/0.11)	

CMYK percentages

%10.53
%0
%9.21
%10.59

Codes

Color #CCE4CF in popluar color models

CCE4CF
RGB204228207
HSL128°30.77%84.71%
HSB/HSV128°10.53%89.41%
CMYK10.53%0.00%9.21%
10.59%

Color #CCE4CF in popluar number systems.

HEXCCE4CF
Decimal204228207
Binary110011001110010011001111
Octal314344317

Shades and tints

Shades of #CCE4CF

#CCE4CF
(204,228,207)
#BAD0BD
(186,208,189)
#A8BCAB
(168,188,171)
#96A899
(150,168,153)
#849487
(132,148,135)
#728075
(114,128,117)
#606C63
(96,108,99)
#4E5851
(78,88,81)
#3C443F
(60,68,63)
#2A302D
(42,48,45)
#181C1B
(24,28,27)
#000000
(0,0,0)

Tints of #CCE4CF

#CCE4CF
(204,228,207)
#D0E6D3
(208,230,211)
#D4E8D7
(212,232,215)
#D8EADB
(216,234,219)
#DCECDF
(220,236,223)
#E0EEE3
(224,238,227)
#E4F0E7
(228,240,231)
#E8F2EB
(232,242,235)
#ECF4EF
(236,244,239)
#F0F6F3
(240,246,243)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE4CF color. Also use rgb(204,228,207) instead hex code.

Text Font Color

.myTextColor { color: #CCE4CF; }

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

This text font color is #CCE4CF.


Background Color

.myBgColor { background-color: #CCE4CF; }

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

This div background color is #CCE4CF.


Border color

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

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

This div border color is #CCE4CF.


Opacity

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

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

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

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

This text has shadow with #CCE4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE4CF on black background.


Color preview on white background

This text has color #CCE4CF on white background.



Black color preview on #CCE4CF background

This text has black color on #CCE4CF background.


White color preview on #CCE4CF background

This text has white color on #CCE4CF background.