COLOR #CEF7D3

HEX: #CEF7D3
RGB: (206,247,211)

Color info

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

RGB color model

#CEF7D3 color RGB value is (206,247,211).

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

RGB channels and saturation

R 206 of 255 = 81%
G 247 of 255 = 97%
B 211 of 255 = 83%

206
247
211

R + G + B ~ 87%. #CEF7D3 is light color.

Portions of RGB colors in percentages

R + G + B =
206 + 247 + 211 = 664 (100%)
R 206 of 664 ~ 31.02%
G 247 of 664 ~ 37.2%
B 211 of 664 ~ 31.78%

%31.02
%37.2
%31.78

CMYK color model

#CEF7D3 color CMYK value is (17,0,15,3).

  • cyan value is 16.60%
  • magenta value is 0.00%
  • yellow value is 14.57%
  • key color value is 3.14%
CMYK:
(17,0,15,3)
C17M0Y15K3 
(17%,0%,15%,3%)
(0.17/0.00/0.15/0.03)	

CMYK percentages

%16.6
%0
%14.57
%3.14

Codes

Color #CEF7D3 in popluar color models

CEF7D3
RGB206247211
HSL127°71.93%88.82%
HSB/HSV127°16.60%96.86%
CMYK16.60%0.00%14.57%
3.14%

Color #CEF7D3 in popluar number systems.

HEXCEF7D3
Decimal206247211
Binary110011101111011111010011
Octal316367323

Shades and tints

Shades of #CEF7D3

#CEF7D3
(206,247,211)
#BCE1C0
(188,225,192)
#AACBAD
(170,203,173)
#98B59A
(152,181,154)
#869F87
(134,159,135)
#748974
(116,137,116)
#627361
(98,115,97)
#505D4E
(80,93,78)
#3E473B
(62,71,59)
#2C3128
(44,49,40)
#1A1B15
(26,27,21)
#000000
(0,0,0)

Tints of #CEF7D3

#CEF7D3
(206,247,211)
#D2F7D7
(210,247,215)
#D6F7DB
(214,247,219)
#DAF7DF
(218,247,223)
#DEF7E3
(222,247,227)
#E2F7E7
(226,247,231)
#E6F7EB
(230,247,235)
#EAF7EF
(234,247,239)
#EEF7F3
(238,247,243)
#F2F7F7
(242,247,247)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEF7D3; }

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

This text font color is #CEF7D3.


Background Color

.myBgColor { background-color: #CEF7D3; }

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

This div background color is #CEF7D3.


Border color

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

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

This div border color is #CEF7D3.


Opacity

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

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

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

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

This text has shadow with #CEF7D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF7D3 on black background.


Color preview on white background

This text has color #CEF7D3 on white background.



Black color preview on #CEF7D3 background

This text has black color on #CEF7D3 background.


White color preview on #CEF7D3 background

This text has white color on #CEF7D3 background.