COLOR #CEF1DA

HEX: #CEF1DA
RGB: (206,241,218)

Color info

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

RGB color model

#CEF1DA color RGB value is (206,241,218).

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

RGB channels and saturation

R 206 of 255 = 81%
G 241 of 255 = 95%
B 218 of 255 = 85%

206
241
218

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

Portions of RGB colors in percentages

R + G + B =
206 + 241 + 218 = 665 (100%)
R 206 of 665 ~ 30.98%
G 241 of 665 ~ 36.24%
B 218 of 665 ~ 32.78%

%30.98
%36.24
%32.78

CMYK color model

#CEF1DA color CMYK value is (15,0,10,5).

  • cyan value is 14.52%
  • magenta value is 0.00%
  • yellow value is 9.54%
  • key color value is 5.49%
CMYK:
(15,0,10,5)
C15M0Y10K5 
(15%,0%,10%,5%)
(0.15/0.00/0.10/0.05)	

CMYK percentages

%14.52
%0
%9.54
%5.49

Codes

Color #CEF1DA in popluar color models

CEF1DA
RGB206241218
HSL141°55.56%87.65%
HSB/HSV141°14.52%94.51%
CMYK14.52%0.00%9.54%
5.49%

Color #CEF1DA in popluar number systems.

HEXCEF1DA
Decimal206241218
Binary110011101111000111011010
Octal316361332

Shades and tints

Shades of #CEF1DA

#CEF1DA
(206,241,218)
#BCDCC7
(188,220,199)
#AAC7B4
(170,199,180)
#98B2A1
(152,178,161)
#869D8E
(134,157,142)
#74887B
(116,136,123)
#627368
(98,115,104)
#505E55
(80,94,85)
#3E4942
(62,73,66)
#2C342F
(44,52,47)
#1A1F1C
(26,31,28)
#000000
(0,0,0)

Tints of #CEF1DA

#CEF1DA
(206,241,218)
#D2F2DD
(210,242,221)
#D6F3E0
(214,243,224)
#DAF4E3
(218,244,227)
#DEF5E6
(222,245,230)
#E2F6E9
(226,246,233)
#E6F7EC
(230,247,236)
#EAF8EF
(234,248,239)
#EEF9F2
(238,249,242)
#F2FAF5
(242,250,245)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEF1DA; }

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

This text font color is #CEF1DA.


Background Color

.myBgColor { background-color: #CEF1DA; }

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

This div background color is #CEF1DA.


Border color

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

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

This div border color is #CEF1DA.


Opacity

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

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

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

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

This text has shadow with #CEF1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF1DA on black background.


Color preview on white background

This text has color #CEF1DA on white background.



Black color preview on #CEF1DA background

This text has black color on #CEF1DA background.


White color preview on #CEF1DA background

This text has white color on #CEF1DA background.