COLOR #CEE4A7

HEX: #CEE4A7
RGB: (206,228,167)

Color info

#CEE4A7 contains mainly red and green colors. Web safe color of #CEE4A7 is #CCCC99 (or #CC9).

RGB color model

#CEE4A7 color RGB value is (206,228,167).

  • red value is 206;
  • green value is 228;
  • blue value is 167.
RGB:
(206,228,167)
(81%,89%,65%)

RGB channels and saturation

R 206 of 255 = 81%
G 228 of 255 = 89%
B 167 of 255 = 65%

206
228
167

R + G + B ~ 78%. #CEE4A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 228 + 167 = 601 (100%)
R 206 of 601 ~ 34.28%
G 228 of 601 ~ 37.94%
B 167 of 601 ~ 27.79%

%34.28
%37.94
%27.79

CMYK color model

#CEE4A7 color CMYK value is (10,0,27,11).

  • cyan value is 9.65%
  • magenta value is 0.00%
  • yellow value is 26.75%
  • key color value is 10.59%
CMYK:
(10,0,27,11)
C10M0Y27K11 
(10%,0%,27%,11%)
(0.10/0.00/0.27/0.11)	

CMYK percentages

%9.65
%0
%26.75
%10.59

Codes

Color #CEE4A7 in popluar color models

CEE4A7
RGB206228167
HSL82°53.04%77.45%
HSB/HSV82°26.75%89.41%
CMYK9.65%0.00%26.75%
10.59%

Color #CEE4A7 in popluar number systems.

HEXCEE4A7
Decimal206228167
Binary110011101110010010100111
Octal316344247

Shades and tints

Shades of #CEE4A7

#CEE4A7
(206,228,167)
#BCD098
(188,208,152)
#AABC89
(170,188,137)
#98A87A
(152,168,122)
#86946B
(134,148,107)
#74805C
(116,128,92)
#626C4D
(98,108,77)
#50583E
(80,88,62)
#3E442F
(62,68,47)
#2C3020
(44,48,32)
#1A1C11
(26,28,17)
#000000
(0,0,0)

Tints of #CEE4A7

#CEE4A7
(206,228,167)
#D2E6AF
(210,230,175)
#D6E8B7
(214,232,183)
#DAEABF
(218,234,191)
#DEECC7
(222,236,199)
#E2EECF
(226,238,207)
#E6F0D7
(230,240,215)
#EAF2DF
(234,242,223)
#EEF4E7
(238,244,231)
#F2F6EF
(242,246,239)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEE4A7 color. Also use rgb(206,228,167) instead hex code.

Text Font Color

.myTextColor { color: #CEE4A7; }

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

This text font color is #CEE4A7.


Background Color

.myBgColor { background-color: #CEE4A7; }

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

This div background color is #CEE4A7.


Border color

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

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

This div border color is #CEE4A7.


Opacity

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

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

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

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

This text has shadow with #CEE4A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE4A7 on black background.


Color preview on white background

This text has color #CEE4A7 on white background.



Black color preview on #CEE4A7 background

This text has black color on #CEE4A7 background.


White color preview on #CEE4A7 background

This text has white color on #CEE4A7 background.