COLOR #CEF1E1

HEX: #CEF1E1
RGB: (206,241,225)

Color info

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

RGB color model

#CEF1E1 color RGB value is (206,241,225).

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

RGB channels and saturation

R 206 of 255 = 81%
G 241 of 255 = 95%
B 225 of 255 = 88%

206
241
225

R + G + B ~ 88%. #CEF1E1 is light color.

Portions of RGB colors in percentages

R + G + B =
206 + 241 + 225 = 672 (100%)
R 206 of 672 ~ 30.65%
G 241 of 672 ~ 35.86%
B 225 of 672 ~ 33.48%

%30.65
%35.86
%33.48

CMYK color model

#CEF1E1 color CMYK value is (15,0,7,5).

  • cyan value is 14.52%
  • magenta value is 0.00%
  • yellow value is 6.64%
  • key color value is 5.49%
CMYK:
(15,0,7,5)
C15M0Y7K5 
(15%,0%,7%,5%)
(0.15/0.00/0.07/0.05)	

CMYK percentages

%14.52
%0
%6.64
%5.49

Codes

Color #CEF1E1 in popluar color models

CEF1E1
RGB206241225
HSL153°55.56%87.65%
HSB/HSV153°14.52%94.51%
CMYK14.52%0.00%6.64%
5.49%

Color #CEF1E1 in popluar number systems.

HEXCEF1E1
Decimal206241225
Binary110011101111000111100001
Octal316361341

Shades and tints

Shades of #CEF1E1

#CEF1E1
(206,241,225)
#BCDCCD
(188,220,205)
#AAC7B9
(170,199,185)
#98B2A5
(152,178,165)
#869D91
(134,157,145)
#74887D
(116,136,125)
#627369
(98,115,105)
#505E55
(80,94,85)
#3E4941
(62,73,65)
#2C342D
(44,52,45)
#1A1F19
(26,31,25)
#000000
(0,0,0)

Tints of #CEF1E1

#CEF1E1
(206,241,225)
#D2F2E3
(210,242,227)
#D6F3E5
(214,243,229)
#DAF4E7
(218,244,231)
#DEF5E9
(222,245,233)
#E2F6EB
(226,246,235)
#E6F7ED
(230,247,237)
#EAF8EF
(234,248,239)
#EEF9F1
(238,249,241)
#F2FAF3
(242,250,243)
#F6FBF5
(246,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEF1E1; }

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

This text font color is #CEF1E1.


Background Color

.myBgColor { background-color: #CEF1E1; }

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

This div background color is #CEF1E1.


Border color

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

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

This div border color is #CEF1E1.


Opacity

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

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

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

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

This text has shadow with #CEF1E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF1E1 on black background.


Color preview on white background

This text has color #CEF1E1 on white background.



Black color preview on #CEF1E1 background

This text has black color on #CEF1E1 background.


White color preview on #CEF1E1 background

This text has white color on #CEF1E1 background.