COLOR #CEF9EA

HEX: #CEF9EA RGB: (206,249,234)

Color info

#CEF9EA contains red, green and blue colors in about the same proportion. Web safe color of #CEF9EA is #CCFFFF (or #CFF).

RGB color model

#CEF9EA color RGB value is (206,249,234).

RGB: (206,249,234) (81%, 98%, 92%)

RGB channels and saturation

R 206 of 255 = 81%
G 249 of 255 = 98%
B 234 of 255 = 92%

206
249
234

R + G + B ~ 90%. #CEF9EA is light color.

Portions of RGB colors in percentages

R + G + B = 206 + 249 + 234 = 689 (100%)
R 206 of 689 ~ 29.9%
G 249 of 689 ~ 36.14%
B 234 of 689 ~ 33.96'%

%29.9
%36.14
%33.96

CMYK color model

#CEF9EA color CMYK value is (17,0,6,2).

  • cyan value is 17.27%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 2.35%

CMYK: (17,0,6,2)
C17M0Y6K2 (17%, 0%, 6%, 2%)
(0.17 / 0.00 / 0.06 / 0.02)

CMYK percentages

%17.27
%0
%6.02
%2.35

Codes

Color #CEF9EA in popluar color models

CE F9 EA
RGB 206 249 234
HSL 159° 78.18% 89.22%
HSB/HSV 159° 17.27% 97.65%
CMYK 17.27% 0.00% 6.02%
2.35%

Color #CEF9EA in popluar number systems.

HEX CE F9 EA
Decimal 206 249 234
Binary 11001110 11111001 11101010
Octal 316 371 352

Shades and tints

Shades of #CEF9EA

#CEF9EA
(206,249,234)
#BCE3D5
(188,227,213)
#AACDC0
(170,205,192)
#98B7AB
(152,183,171)
#86A196
(134,161,150)
#748B81
(116,139,129)
#62756C
(98,117,108)
#505F57
(80,95,87)
#3E4942
(62,73,66)
#2C332D
(44,51,45)
#1A1D18
(26,29,24)
#000000
(0,0,0)

Tints of #CEF9EA

#CEF9EA
(206,249,234)
#D2F9EB
(210,249,235)
#D6F9EC
(214,249,236)
#DAF9ED
(218,249,237)
#DEF9EE
(222,249,238)
#E2F9EF
(226,249,239)
#E6F9F0
(230,249,240)
#EAF9F1
(234,249,241)
#EEF9F2
(238,249,242)
#F2F9F3
(242,249,243)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEF9EA; }

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

This text font color is #CEF9EA.

Background Color

.myBgColor { background-color: #CEF9EA; }

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

This div background color is #CEF9EA.

Border color

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

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

This div border color is #CEF9EA.

Opacity

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

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

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

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

This text has shadow with #CEF9EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEF9EA.

Preview

Color preview on black background

This text has color #CEF9EA on black background.


Color preview on white background

This text has color #CEF9EA on white background.


Black color preview on #CEF9EA background

This text has black color on #CEF9EA background.


White color preview on #CEF9EA background

This text has white color on #CEF9EA background.


Related colors

Complementary color

Complementary color for #hex is #310615.


I love getcolorcode.com

Triadic colors

1 #EACEF9 and #F9EACE with #CEF9EA are triadic colors.

2 #EAF9CE and #F9CEEA with #CEF9EA are triadic colors.