COLOR #CEF9DA

HEX: #CEF9DA RGB: (206,249,218)

Color info

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

RGB color model

#CEF9DA color RGB value is (206,249,218).

RGB: (206,249,218) (81%, 98%, 85%)

RGB channels and saturation

R 206 of 255 = 81%
G 249 of 255 = 98%
B 218 of 255 = 85%

206
249
218

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

Portions of RGB colors in percentages

R + G + B = 206 + 249 + 218 = 673 (100%)
R 206 of 673 ~ 30.61%
G 249 of 673 ~ 37%
B 218 of 673 ~ 32.39'%

%30.61
%37
%32.39

CMYK color model

#CEF9DA color CMYK value is (17,0,12,2).

  • cyan value is 17.27%
  • magenta value is 0.00%
  • yellow value is 12.45%
  • key color value is 2.35%
CMYK: (17,0,12,2) C17M0Y12K2 (17%,0%,12%,2%) (0.17/0.00/0.12/0.02) 

CMYK percentages

%17.27
%0
%12.45
%2.35

Codes

Color #CEF9DA in popluar color models

CE F9 DA
RGB 206 249 218
HSL 137° 78.18% 89.22%
HSB/HSV 137° 17.27% 97.65%
CMYK 17.27% 0.00% 12.45%
2.35%

Color #CEF9DA in popluar number systems.

HEX CE F9 DA
Decimal 206 249 218
Binary 11001110 11111001 11011010
Octal 316 371 332

Shades and tints

Shades of #CEF9DA

#CEF9DA
(206,249,218)
#BCE3C7
(188,227,199)
#AACDB4
(170,205,180)
#98B7A1
(152,183,161)
#86A18E
(134,161,142)
#748B7B
(116,139,123)
#627568
(98,117,104)
#505F55
(80,95,85)
#3E4942
(62,73,66)
#2C332F
(44,51,47)
#1A1D1C
(26,29,28)
#000000
(0,0,0)

Tints of #CEF9DA

#CEF9DA
(206,249,218)
#D2F9DD
(210,249,221)
#D6F9E0
(214,249,224)
#DAF9E3
(218,249,227)
#DEF9E6
(222,249,230)
#E2F9E9
(226,249,233)
#E6F9EC
(230,249,236)
#EAF9EF
(234,249,239)
#EEF9F2
(238,249,242)
#F2F9F5
(242,249,245)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEF9DA; }

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

This text font color is #CEF9DA.

Background Color

.myBgColor { background-color: #CEF9DA; }

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

This div background color is #CEF9DA.

Border color

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

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

This div border color is #CEF9DA.

Opacity

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

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

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

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

This text has shadow with #CEF9DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEF9DA.

Preview

Color preview on black background

This text has color #CEF9DA on black background.


Color preview on white background

This text has color #CEF9DA on white background.


Black color preview on #CEF9DA background

This text has black color on #CEF9DA background.


White color preview on #CEF9DA background

This text has white color on #CEF9DA background.


Related colors

Complementary color

Complementary color for #hex is #310625.


I love getcolorcode.com

Triadic colors

1 #DACEF9 and #F9DACE with #CEF9DA are triadic colors.

2 #DAF9CE and #F9CEDA with #CEF9DA are triadic colors.