COLOR #CEE3AD

HEX: #CEE3AD
RGB: (206,227,173)

Color info

#CEE3AD contains red, green and blue colors in about the same proportion. Web safe color of #CEE3AD is #CCCC99 (or #CC9).

RGB color model

#CEE3AD color RGB value is (206,227,173).

  • red value is 206;
  • green value is 227;
  • blue value is 173.
RGB:
(206,227,173)
(81%,89%,68%)

RGB channels and saturation

R 206 of 255 = 81%
G 227 of 255 = 89%
B 173 of 255 = 68%

206
227
173

R + G + B ~ 79%. #CEE3AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 227 + 173 = 606 (100%)
R 206 of 606 ~ 33.99%
G 227 of 606 ~ 37.46%
B 173 of 606 ~ 28.55%

%33.99
%37.46
%28.55

CMYK color model

#CEE3AD color CMYK value is (9,0,24,11).

  • cyan value is 9.25%
  • magenta value is 0.00%
  • yellow value is 23.79%
  • key color value is 10.98%
CMYK:
(9,0,24,11)
C9M0Y24K11 
(9%,0%,24%,11%)
(0.09/0.00/0.24/0.11)	

CMYK percentages

%9.25
%0
%23.79
%10.98

Codes

Color #CEE3AD in popluar color models

CEE3AD
RGB206227173
HSL83°49.09%78.43%
HSB/HSV83°23.79%89.02%
CMYK9.25%0.00%23.79%
10.98%

Color #CEE3AD in popluar number systems.

HEXCEE3AD
Decimal206227173
Binary110011101110001110101101
Octal316343255

Shades and tints

Shades of #CEE3AD

#CEE3AD
(206,227,173)
#BCCF9E
(188,207,158)
#AABB8F
(170,187,143)
#98A780
(152,167,128)
#869371
(134,147,113)
#747F62
(116,127,98)
#626B53
(98,107,83)
#505744
(80,87,68)
#3E4335
(62,67,53)
#2C2F26
(44,47,38)
#1A1B17
(26,27,23)
#000000
(0,0,0)

Tints of #CEE3AD

#CEE3AD
(206,227,173)
#D2E5B4
(210,229,180)
#D6E7BB
(214,231,187)
#DAE9C2
(218,233,194)
#DEEBC9
(222,235,201)
#E2EDD0
(226,237,208)
#E6EFD7
(230,239,215)
#EAF1DE
(234,241,222)
#EEF3E5
(238,243,229)
#F2F5EC
(242,245,236)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEE3AD color. Also use rgb(206,227,173) instead hex code.

Text Font Color

.myTextColor { color: #CEE3AD; }

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

This text font color is #CEE3AD.


Background Color

.myBgColor { background-color: #CEE3AD; }

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

This div background color is #CEE3AD.


Border color

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

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

This div border color is #CEE3AD.


Opacity

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

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

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

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

This text has shadow with #CEE3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE3AD on black background.


Color preview on white background

This text has color #CEE3AD on white background.



Black color preview on #CEE3AD background

This text has black color on #CEE3AD background.


White color preview on #CEE3AD background

This text has white color on #CEE3AD background.