COLOR #CEF4C7

HEX: #CEF4C7 RGB: (206,244,199)

Color info

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

RGB color model

#CEF4C7 color RGB value is (206,244,199).

RGB: (206,244,199) (81%, 96%, 78%)

RGB channels and saturation

R 206 of 255 = 81%
G 244 of 255 = 96%
B 199 of 255 = 78%

206
244
199

R + G + B ~ 85%. #CEF4C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 244 + 199 = 649 (100%)
R 206 of 649 ~ 31.74%
G 244 of 649 ~ 37.6%
B 199 of 649 ~ 30.66'%

%31.74
%37.6
%30.66

CMYK color model

#CEF4C7 color CMYK value is (16,0,18,4).

  • cyan value is 15.57%
  • magenta value is 0.00%
  • yellow value is 18.44%
  • key color value is 4.31%

CMYK: (16,0,18,4)
C16M0Y18K4 (16%, 0%, 18%, 4%)
(0.16 / 0.00 / 0.18 / 0.04)

CMYK percentages

%15.57
%0
%18.44
%4.31

Codes

Color #CEF4C7 in popluar color models

CE F4 C7
RGB 206 244 199
HSL 111° 67.16% 86.86%
HSB/HSV 111° 18.44% 95.69%
CMYK 15.57% 0.00% 18.44%
4.31%

Color #CEF4C7 in popluar number systems.

HEX CE F4 C7
Decimal 206 244 199
Binary 11001110 11110100 11000111
Octal 316 364 307

Shades and tints

Shades of #CEF4C7

#CEF4C7
(206,244,199)
#BCDEB5
(188,222,181)
#AAC8A3
(170,200,163)
#98B291
(152,178,145)
#869C7F
(134,156,127)
#74866D
(116,134,109)
#62705B
(98,112,91)
#505A49
(80,90,73)
#3E4437
(62,68,55)
#2C2E25
(44,46,37)
#1A1813
(26,24,19)
#000000
(0,0,0)

Tints of #CEF4C7

#CEF4C7
(206,244,199)
#D2F5CC
(210,245,204)
#D6F6D1
(214,246,209)
#DAF7D6
(218,247,214)
#DEF8DB
(222,248,219)
#E2F9E0
(226,249,224)
#E6FAE5
(230,250,229)
#EAFBEA
(234,251,234)
#EEFCEF
(238,252,239)
#F2FDF4
(242,253,244)
#F6FEF9
(246,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEF4C7; }

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

This text font color is #CEF4C7.

Background Color

.myBgColor { background-color: #CEF4C7; }

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

This div background color is #CEF4C7.

Border color

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

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

This div border color is #CEF4C7.

Opacity

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

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

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

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

This text has shadow with #CEF4C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEF4C7.

Preview

Color preview on black background

This text has color #CEF4C7 on black background.


Color preview on white background

This text has color #CEF4C7 on white background.


Black color preview on #CEF4C7 background

This text has black color on #CEF4C7 background.


White color preview on #CEF4C7 background

This text has white color on #CEF4C7 background.


Related colors

Complementary color

Complementary color for #hex is #310B38.


I love getcolorcode.com

Triadic colors

1 #C7CEF4 and #F4C7CE with #CEF4C7 are triadic colors.

2 #C7F4CE and #F4CEC7 with #CEF4C7 are triadic colors.