COLOR #CEE989

HEX: #CEE989
RGB: (206,233,137)

Color info

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

RGB color model

#CEE989 color RGB value is (206,233,137).

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

RGB channels and saturation

R 206 of 255 = 81%
G 233 of 255 = 91%
B 137 of 255 = 54%

206
233
137

R + G + B ~ 75%. #CEE989 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 233 + 137 = 576 (100%)
R 206 of 576 ~ 35.76%
G 233 of 576 ~ 40.45%
B 137 of 576 ~ 23.78%

%35.76
%40.45
%23.78

CMYK color model

#CEE989 color CMYK value is (12,0,41,9).

  • cyan value is 11.59%
  • magenta value is 0.00%
  • yellow value is 41.20%
  • key color value is 8.63%
CMYK:
(12,0,41,9)
C12M0Y41K9 
(12%,0%,41%,9%)
(0.12/0.00/0.41/0.09)	

CMYK percentages

%11.59
%0
%41.2
%8.63

Codes

Color #CEE989 in popluar color models

CEE989
RGB206233137
HSL77°68.57%72.55%
HSB/HSV77°41.20%91.37%
CMYK11.59%0.00%41.20%
8.63%

Color #CEE989 in popluar number systems.

HEXCEE989
Decimal206233137
Binary110011101110100110001001
Octal316351211

Shades and tints

Shades of #CEE989

#CEE989
(206,233,137)
#BCD47D
(188,212,125)
#AABF71
(170,191,113)
#98AA65
(152,170,101)
#869559
(134,149,89)
#74804D
(116,128,77)
#626B41
(98,107,65)
#505635
(80,86,53)
#3E4129
(62,65,41)
#2C2C1D
(44,44,29)
#1A1711
(26,23,17)
#000000
(0,0,0)

Tints of #CEE989

#CEE989
(206,233,137)
#D2EB93
(210,235,147)
#D6ED9D
(214,237,157)
#DAEFA7
(218,239,167)
#DEF1B1
(222,241,177)
#E2F3BB
(226,243,187)
#E6F5C5
(230,245,197)
#EAF7CF
(234,247,207)
#EEF9D9
(238,249,217)
#F2FBE3
(242,251,227)
#F6FDED
(246,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE989; }

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

This text font color is #CEE989.


Background Color

.myBgColor { background-color: #CEE989; }

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

This div background color is #CEE989.


Border color

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

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

This div border color is #CEE989.


Opacity

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

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

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

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

This text has shadow with #CEE989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE989 on black background.


Color preview on white background

This text has color #CEE989 on white background.



Black color preview on #CEE989 background

This text has black color on #CEE989 background.


White color preview on #CEE989 background

This text has white color on #CEE989 background.