COLOR #CEF0AC

HEX: #CEF0AC
RGB: (206,240,172)

Color info

#CEF0AC contains mainly red and green colors. Web safe color of #CEF0AC is #CCFF99 (or #CF9).

RGB color model

#CEF0AC color RGB value is (206,240,172).

  • red value is 206;
  • green value is 240;
  • blue value is 172.
RGB:
(206,240,172)
(81%,94%,67%)

RGB channels and saturation

R 206 of 255 = 81%
G 240 of 255 = 94%
B 172 of 255 = 67%

206
240
172

R + G + B ~ 81%. #CEF0AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 240 + 172 = 618 (100%)
R 206 of 618 ~ 33.33%
G 240 of 618 ~ 38.83%
B 172 of 618 ~ 27.83%

%33.33
%38.83
%27.83

CMYK color model

#CEF0AC color CMYK value is (14,0,28,6).

  • cyan value is 14.17%
  • magenta value is 0.00%
  • yellow value is 28.33%
  • key color value is 5.88%
CMYK:
(14,0,28,6)
C14M0Y28K6 
(14%,0%,28%,6%)
(0.14/0.00/0.28/0.06)	

CMYK percentages

%14.17
%0
%28.33
%5.88

Codes

Color #CEF0AC in popluar color models

CEF0AC
RGB206240172
HSL90°69.39%80.78%
HSB/HSV90°28.33%94.12%
CMYK14.17%0.00%28.33%
5.88%

Color #CEF0AC in popluar number systems.

HEXCEF0AC
Decimal206240172
Binary110011101111000010101100
Octal316360254

Shades and tints

Shades of #CEF0AC

#CEF0AC
(206,240,172)
#BCDB9D
(188,219,157)
#AAC68E
(170,198,142)
#98B17F
(152,177,127)
#869C70
(134,156,112)
#748761
(116,135,97)
#627252
(98,114,82)
#505D43
(80,93,67)
#3E4834
(62,72,52)
#2C3325
(44,51,37)
#1A1E16
(26,30,22)
#000000
(0,0,0)

Tints of #CEF0AC

#CEF0AC
(206,240,172)
#D2F1B3
(210,241,179)
#D6F2BA
(214,242,186)
#DAF3C1
(218,243,193)
#DEF4C8
(222,244,200)
#E2F5CF
(226,245,207)
#E6F6D6
(230,246,214)
#EAF7DD
(234,247,221)
#EEF8E4
(238,248,228)
#F2F9EB
(242,249,235)
#F6FAF2
(246,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEF0AC color. Also use rgb(206,240,172) instead hex code.

Text Font Color

.myTextColor { color: #CEF0AC; }

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

This text font color is #CEF0AC.


Background Color

.myBgColor { background-color: #CEF0AC; }

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

This div background color is #CEF0AC.


Border color

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

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

This div border color is #CEF0AC.


Opacity

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

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

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

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

This text has shadow with #CEF0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF0AC on black background.


Color preview on white background

This text has color #CEF0AC on white background.



Black color preview on #CEF0AC background

This text has black color on #CEF0AC background.


White color preview on #CEF0AC background

This text has white color on #CEF0AC background.