COLOR #CEF7DE

HEX: #CEF7DE
RGB: (206,247,222)

Color info

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

RGB color model

#CEF7DE color RGB value is (206,247,222).

  • red value is 206;
  • green value is 247;
  • blue value is 222.
RGB:
(206,247,222)
(81%,97%,87%)

RGB channels and saturation

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

206
247
222

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

Portions of RGB colors in percentages

R + G + B =
206 + 247 + 222 = 675 (100%)
R 206 of 675 ~ 30.52%
G 247 of 675 ~ 36.59%
B 222 of 675 ~ 32.89%

%30.52
%36.59
%32.89

CMYK color model

#CEF7DE color CMYK value is (17,0,10,3).

  • cyan value is 16.60%
  • magenta value is 0.00%
  • yellow value is 10.12%
  • key color value is 3.14%
CMYK:
(17,0,10,3)
C17M0Y10K3 
(17%,0%,10%,3%)
(0.17/0.00/0.10/0.03)	

CMYK percentages

%16.6
%0
%10.12
%3.14

Codes

Color #CEF7DE in popluar color models

CEF7DE
RGB206247222
HSL143°71.93%88.82%
HSB/HSV143°16.60%96.86%
CMYK16.60%0.00%10.12%
3.14%

Color #CEF7DE in popluar number systems.

HEXCEF7DE
Decimal206247222
Binary110011101111011111011110
Octal316367336

Shades and tints

Shades of #CEF7DE

#CEF7DE
(206,247,222)
#BCE1CA
(188,225,202)
#AACBB6
(170,203,182)
#98B5A2
(152,181,162)
#869F8E
(134,159,142)
#74897A
(116,137,122)
#627366
(98,115,102)
#505D52
(80,93,82)
#3E473E
(62,71,62)
#2C312A
(44,49,42)
#1A1B16
(26,27,22)
#000000
(0,0,0)

Tints of #CEF7DE

#CEF7DE
(206,247,222)
#D2F7E1
(210,247,225)
#D6F7E4
(214,247,228)
#DAF7E7
(218,247,231)
#DEF7EA
(222,247,234)
#E2F7ED
(226,247,237)
#E6F7F0
(230,247,240)
#EAF7F3
(234,247,243)
#EEF7F6
(238,247,246)
#F2F7F9
(242,247,249)
#F6F7FC
(246,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEF7DE; }

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

This text font color is #CEF7DE.


Background Color

.myBgColor { background-color: #CEF7DE; }

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

This div background color is #CEF7DE.


Border color

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

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

This div border color is #CEF7DE.


Opacity

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

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

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

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

This text has shadow with #CEF7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF7DE on black background.


Color preview on white background

This text has color #CEF7DE on white background.



Black color preview on #CEF7DE background

This text has black color on #CEF7DE background.


White color preview on #CEF7DE background

This text has white color on #CEF7DE background.