COLOR #CEE7AE

HEX: #CEE7AE
RGB: (206,231,174)

Color info

#CEE7AE contains red, green and blue colors in about the same proportion. Web safe color of #CEE7AE is #CCFF99 (or #CF9).

RGB color model

#CEE7AE color RGB value is (206,231,174).

  • red value is 206;
  • green value is 231;
  • blue value is 174.
RGB:
(206,231,174)
(81%,91%,68%)

RGB channels and saturation

R 206 of 255 = 81%
G 231 of 255 = 91%
B 174 of 255 = 68%

206
231
174

R + G + B ~ 80%. #CEE7AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 231 + 174 = 611 (100%)
R 206 of 611 ~ 33.72%
G 231 of 611 ~ 37.81%
B 174 of 611 ~ 28.48%

%33.72
%37.81
%28.48

CMYK color model

#CEE7AE color CMYK value is (11,0,25,9).

  • cyan value is 10.82%
  • magenta value is 0.00%
  • yellow value is 24.68%
  • key color value is 9.41%
CMYK:
(11,0,25,9)
C11M0Y25K9 
(11%,0%,25%,9%)
(0.11/0.00/0.25/0.09)	

CMYK percentages

%10.82
%0
%24.68
%9.41

Codes

Color #CEE7AE in popluar color models

CEE7AE
RGB206231174
HSL86°54.29%79.41%
HSB/HSV86°24.68%90.59%
CMYK10.82%0.00%24.68%
9.41%

Color #CEE7AE in popluar number systems.

HEXCEE7AE
Decimal206231174
Binary110011101110011110101110
Octal316347256

Shades and tints

Shades of #CEE7AE

#CEE7AE
(206,231,174)
#BCD29F
(188,210,159)
#AABD90
(170,189,144)
#98A881
(152,168,129)
#869372
(134,147,114)
#747E63
(116,126,99)
#626954
(98,105,84)
#505445
(80,84,69)
#3E3F36
(62,63,54)
#2C2A27
(44,42,39)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #CEE7AE

#CEE7AE
(206,231,174)
#D2E9B5
(210,233,181)
#D6EBBC
(214,235,188)
#DAEDC3
(218,237,195)
#DEEFCA
(222,239,202)
#E2F1D1
(226,241,209)
#E6F3D8
(230,243,216)
#EAF5DF
(234,245,223)
#EEF7E6
(238,247,230)
#F2F9ED
(242,249,237)
#F6FBF4
(246,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEE7AE color. Also use rgb(206,231,174) instead hex code.

Text Font Color

.myTextColor { color: #CEE7AE; }

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

This text font color is #CEE7AE.


Background Color

.myBgColor { background-color: #CEE7AE; }

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

This div background color is #CEE7AE.


Border color

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

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

This div border color is #CEE7AE.


Opacity

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

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

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

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

This text has shadow with #CEE7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE7AE on black background.


Color preview on white background

This text has color #CEE7AE on white background.



Black color preview on #CEE7AE background

This text has black color on #CEE7AE background.


White color preview on #CEE7AE background

This text has white color on #CEE7AE background.