COLOR #CEF7DD

HEX: #CEF7DD RGB: (206,247,221)

Color info

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

RGB color model

#CEF7DD color RGB value is (206,247,221).

RGB: (206,247,221) (81%, 97%, 87%)

RGB channels and saturation

R 206 of 255 = 81%
G 247 of 255 = 97%
B 221 of 255 = 87%

206
247
221

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

Portions of RGB colors in percentages

R + G + B = 206 + 247 + 221 = 674 (100%)
R 206 of 674 ~ 30.56%
G 247 of 674 ~ 36.65%
B 221 of 674 ~ 32.79'%

%30.56
%36.65
%32.79

CMYK color model

#CEF7DD color CMYK value is (17,0,11,3).

  • cyan value is 16.60%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 3.14%

CMYK: (17,0,11,3)
C17M0Y11K3 (17%, 0%, 11%, 3%)
(0.17 / 0.00 / 0.11 / 0.03)

CMYK percentages

%16.6
%0
%10.53
%3.14

Codes

Color #CEF7DD in popluar color models

CE F7 DD
RGB 206 247 221
HSL 142° 71.93% 88.82%
HSB/HSV 142° 16.60% 96.86%
CMYK 16.60% 0.00% 10.53%
3.14%

Color #CEF7DD in popluar number systems.

HEX CE F7 DD
Decimal 206 247 221
Binary 11001110 11110111 11011101
Octal 316 367 335

Shades and tints

Shades of #CEF7DD

#CEF7DD
(206,247,221)
#BCE1C9
(188,225,201)
#AACBB5
(170,203,181)
#98B5A1
(152,181,161)
#869F8D
(134,159,141)
#748979
(116,137,121)
#627365
(98,115,101)
#505D51
(80,93,81)
#3E473D
(62,71,61)
#2C3129
(44,49,41)
#1A1B15
(26,27,21)
#000000
(0,0,0)

Tints of #CEF7DD

#CEF7DD
(206,247,221)
#D2F7E0
(210,247,224)
#D6F7E3
(214,247,227)
#DAF7E6
(218,247,230)
#DEF7E9
(222,247,233)
#E2F7EC
(226,247,236)
#E6F7EF
(230,247,239)
#EAF7F2
(234,247,242)
#EEF7F5
(238,247,245)
#F2F7F8
(242,247,248)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEF7DD; }

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

This text font color is #CEF7DD.

Background Color

.myBgColor { background-color: #CEF7DD; }

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

This div background color is #CEF7DD.

Border color

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

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

This div border color is #CEF7DD.

Opacity

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

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

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

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

This text has shadow with #CEF7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEF7DD.

Preview

Color preview on black background

This text has color #CEF7DD on black background.


Color preview on white background

This text has color #CEF7DD on white background.


Black color preview on #CEF7DD background

This text has black color on #CEF7DD background.


White color preview on #CEF7DD background

This text has white color on #CEF7DD background.


Related colors

Complementary color

Complementary color for #hex is #310822.


I love getcolorcode.com

Triadic colors

1 #DDCEF7 and #F7DDCE with #CEF7DD are triadic colors.

2 #DDF7CE and #F7CEDD with #CEF7DD are triadic colors.