COLOR #CEE99A

HEX: #CEE99A
RGB: (206,233,154)

Color info

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

RGB color model

#CEE99A color RGB value is (206,233,154).

  • red value is 206;
  • green value is 233;
  • blue value is 154.
RGB:
(206,233,154)
(81%,91%,60%)

RGB channels and saturation

R 206 of 255 = 81%
G 233 of 255 = 91%
B 154 of 255 = 60%

206
233
154

R + G + B ~ 77%. #CEE99A is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 233 + 154 = 593 (100%)
R 206 of 593 ~ 34.74%
G 233 of 593 ~ 39.29%
B 154 of 593 ~ 25.97%

%34.74
%39.29
%25.97

CMYK color model

#CEE99A color CMYK value is (12,0,34,9).

  • cyan value is 11.59%
  • magenta value is 0.00%
  • yellow value is 33.91%
  • key color value is 8.63%
CMYK:
(12,0,34,9)
C12M0Y34K9 
(12%,0%,34%,9%)
(0.12/0.00/0.34/0.09)	

CMYK percentages

%11.59
%0
%33.91
%8.63

Codes

Color #CEE99A in popluar color models

CEE99A
RGB206233154
HSL81°64.23%75.88%
HSB/HSV81°33.91%91.37%
CMYK11.59%0.00%33.91%
8.63%

Color #CEE99A in popluar number systems.

HEXCEE99A
Decimal206233154
Binary110011101110100110011010
Octal316351232

Shades and tints

Shades of #CEE99A

#CEE99A
(206,233,154)
#BCD48C
(188,212,140)
#AABF7E
(170,191,126)
#98AA70
(152,170,112)
#869562
(134,149,98)
#748054
(116,128,84)
#626B46
(98,107,70)
#505638
(80,86,56)
#3E412A
(62,65,42)
#2C2C1C
(44,44,28)
#1A170E
(26,23,14)
#000000
(0,0,0)

Tints of #CEE99A

#CEE99A
(206,233,154)
#D2EBA3
(210,235,163)
#D6EDAC
(214,237,172)
#DAEFB5
(218,239,181)
#DEF1BE
(222,241,190)
#E2F3C7
(226,243,199)
#E6F5D0
(230,245,208)
#EAF7D9
(234,247,217)
#EEF9E2
(238,249,226)
#F2FBEB
(242,251,235)
#F6FDF4
(246,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEE99A color. Also use rgb(206,233,154) instead hex code.

Text Font Color

.myTextColor { color: #CEE99A; }

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

This text font color is #CEE99A.


Background Color

.myBgColor { background-color: #CEE99A; }

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

This div background color is #CEE99A.


Border color

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

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

This div border color is #CEE99A.


Opacity

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

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

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

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

This text has shadow with #CEE99A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE99A on black background.


Color preview on white background

This text has color #CEE99A on white background.



Black color preview on #CEE99A background

This text has black color on #CEE99A background.


White color preview on #CEE99A background

This text has white color on #CEE99A background.