COLOR #CEE7E1

HEX: #CEE7E1
RGB: (206,231,225)

Color info

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

RGB color model

#CEE7E1 color RGB value is (206,231,225).

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

RGB channels and saturation

R 206 of 255 = 81%
G 231 of 255 = 91%
B 225 of 255 = 88%

206
231
225

R + G + B ~ 87%. #CEE7E1 is light color.

Portions of RGB colors in percentages

R + G + B =
206 + 231 + 225 = 662 (100%)
R 206 of 662 ~ 31.12%
G 231 of 662 ~ 34.89%
B 225 of 662 ~ 33.99%

%31.12
%34.89
%33.99

CMYK color model

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

  • cyan value is 10.82%
  • magenta value is 0.00%
  • yellow value is 2.60%
  • key color value is 9.41%
CMYK:
(11,0,3,9)
C11M0Y3K9 
(11%,0%,3%,9%)
(0.11/0.00/0.03/0.09)	

CMYK percentages

%10.82
%0
%2.6
%9.41

Codes

Color #CEE7E1 in popluar color models

CEE7E1
RGB206231225
HSL166°34.25%85.69%
HSB/HSV166°10.82%90.59%
CMYK10.82%0.00%2.60%
9.41%

Color #CEE7E1 in popluar number systems.

HEXCEE7E1
Decimal206231225
Binary110011101110011111100001
Octal316347341

Shades and tints

Shades of #CEE7E1

#CEE7E1
(206,231,225)
#BCD2CD
(188,210,205)
#AABDB9
(170,189,185)
#98A8A5
(152,168,165)
#869391
(134,147,145)
#747E7D
(116,126,125)
#626969
(98,105,105)
#505455
(80,84,85)
#3E3F41
(62,63,65)
#2C2A2D
(44,42,45)
#1A1519
(26,21,25)
#000000
(0,0,0)

Tints of #CEE7E1

#CEE7E1
(206,231,225)
#D2E9E3
(210,233,227)
#D6EBE5
(214,235,229)
#DAEDE7
(218,237,231)
#DEEFE9
(222,239,233)
#E2F1EB
(226,241,235)
#E6F3ED
(230,243,237)
#EAF5EF
(234,245,239)
#EEF7F1
(238,247,241)
#F2F9F3
(242,249,243)
#F6FBF5
(246,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE7E1; }

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

This text font color is #CEE7E1.


Background Color

.myBgColor { background-color: #CEE7E1; }

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

This div background color is #CEE7E1.


Border color

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

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

This div border color is #CEE7E1.


Opacity

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

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

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

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

This text has shadow with #CEE7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE7E1 on black background.


Color preview on white background

This text has color #CEE7E1 on white background.



Black color preview on #CEE7E1 background

This text has black color on #CEE7E1 background.


White color preview on #CEE7E1 background

This text has white color on #CEE7E1 background.