COLOR #CCE7E1

HEX: #CCE7E1
RGB: (204,231,225)

Color info

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

RGB color model

#CCE7E1 color RGB value is (204,231,225).

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

RGB channels and saturation

R 204 of 255 = 80%
G 231 of 255 = 91%
B 225 of 255 = 88%

204
231
225

R + G + B ~ 86%. #CCE7E1 is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 231 + 225 = 660 (100%)
R 204 of 660 ~ 30.91%
G 231 of 660 ~ 35%
B 225 of 660 ~ 34.09%

%30.91
%35
%34.09

CMYK color model

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

  • cyan value is 11.69%
  • magenta value is 0.00%
  • yellow value is 2.60%
  • key color value is 9.41%
CMYK:
(12,0,3,9)
C12M0Y3K9 
(12%,0%,3%,9%)
(0.12/0.00/0.03/0.09)	

CMYK percentages

%11.69
%0
%2.6
%9.41

Codes

Color #CCE7E1 in popluar color models

CCE7E1
RGB204231225
HSL167°36.00%85.29%
HSB/HSV167°11.69%90.59%
CMYK11.69%0.00%2.60%
9.41%

Color #CCE7E1 in popluar number systems.

HEXCCE7E1
Decimal204231225
Binary110011001110011111100001
Octal314347341

Shades and tints

Shades of #CCE7E1

#CCE7E1
(204,231,225)
#BAD2CD
(186,210,205)
#A8BDB9
(168,189,185)
#96A8A5
(150,168,165)
#849391
(132,147,145)
#727E7D
(114,126,125)
#606969
(96,105,105)
#4E5455
(78,84,85)
#3C3F41
(60,63,65)
#2A2A2D
(42,42,45)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #CCE7E1

#CCE7E1
(204,231,225)
#D0E9E3
(208,233,227)
#D4EBE5
(212,235,229)
#D8EDE7
(216,237,231)
#DCEFE9
(220,239,233)
#E0F1EB
(224,241,235)
#E4F3ED
(228,243,237)
#E8F5EF
(232,245,239)
#ECF7F1
(236,247,241)
#F0F9F3
(240,249,243)
#F4FBF5
(244,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE7E1; }

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

This text font color is #CCE7E1.


Background Color

.myBgColor { background-color: #CCE7E1; }

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

This div background color is #CCE7E1.


Border color

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

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

This div border color is #CCE7E1.


Opacity

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

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

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

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

This text has shadow with #CCE7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE7E1 on black background.


Color preview on white background

This text has color #CCE7E1 on white background.



Black color preview on #CCE7E1 background

This text has black color on #CCE7E1 background.


White color preview on #CCE7E1 background

This text has white color on #CCE7E1 background.