COLOR #CEF4DD

HEX: #CEF4DD
RGB: (206,244,221)

Color info

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

RGB color model

#CEF4DD color RGB value is (206,244,221).

  • red value is 206;
  • green value is 244;
  • blue value is 221.
RGB: (206,244,221) (81%,96%,87%)

RGB channels and saturation

R 206 of 255 = 81%
G 244 of 255 = 96%
B 221 of 255 = 87%

206
244
221

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

Portions of RGB colors in percentages

R + G + B =
206 + 244 + 221 = 671 (100%)
R 206 of 671 ~ 30.7%
G 244 of 671 ~ 36.36%
B 221 of 671 ~ 32.94%

%30.7
%36.36
%32.94

CMYK color model

#CEF4DD color CMYK value is (16,0,9,4).

  • cyan value is 15.57%
  • magenta value is 0.00%
  • yellow value is 9.43%
  • key color value is 4.31%
CMYK: (16,0,9,4) C16M0Y9K4 (16%,0%,9%,4%) (0.16/0.00/0.09/0.04)

CMYK percentages

%15.57
%0
%9.43
%4.31

Codes

Color #CEF4DD in popluar color models

CEF4DD
RGB206244221
HSL144°63.33%88.24%
HSB/HSV144°15.57%95.69%
CMYK15.57%0.00%9.43%
4.31%

Color #CEF4DD in popluar number systems.

HEXCEF4DD
Decimal206244221
Binary110011101111010011011101
Octal316364335

Shades and tints

Shades of #CEF4DD

#CEF4DD
(206,244,221)
#BCDEC9
(188,222,201)
#AAC8B5
(170,200,181)
#98B2A1
(152,178,161)
#869C8D
(134,156,141)
#748679
(116,134,121)
#627065
(98,112,101)
#505A51
(80,90,81)
#3E443D
(62,68,61)
#2C2E29
(44,46,41)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #CEF4DD

#CEF4DD
(206,244,221)
#D2F5E0
(210,245,224)
#D6F6E3
(214,246,227)
#DAF7E6
(218,247,230)
#DEF8E9
(222,248,233)
#E2F9EC
(226,249,236)
#E6FAEF
(230,250,239)
#EAFBF2
(234,251,242)
#EEFCF5
(238,252,245)
#F2FDF8
(242,253,248)
#F6FEFB
(246,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEF4DD color. Also use rgb(206,244,221) instead hex code.

Text Font Color

.myTextColor { color: #CEF4DD; }

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

This text font color is #CEF4DD.


Background Color

.myBgColor { background-color: #CEF4DD; }

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

This div background color is #CEF4DD.


Border color

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

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

This div border color is #CEF4DD.


Opacity

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

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

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

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

This text has shadow with #CEF4DD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #CEF4DD on black background.


Color preview on white background

This text has color #CEF4DD on white background.



Black color preview on #CEF4DD background

This text has black color on #CEF4DD background.


White color preview on #CEF4DD background

This text has white color on #CEF4DD background.