COLOR #CEE88C

HEX: #CEE88C
RGB: (206,232,140)

Color info

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

RGB color model

#CEE88C color RGB value is (206,232,140).

  • red value is 206;
  • green value is 232;
  • blue value is 140.
RGB:
(206,232,140)
(81%,91%,55%)

RGB channels and saturation

R 206 of 255 = 81%
G 232 of 255 = 91%
B 140 of 255 = 55%

206
232
140

R + G + B ~ 76%. #CEE88C is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 232 + 140 = 578 (100%)
R 206 of 578 ~ 35.64%
G 232 of 578 ~ 40.14%
B 140 of 578 ~ 24.22%

%35.64
%40.14
%24.22

CMYK color model

#CEE88C color CMYK value is (11,0,40,9).

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 39.66%
  • key color value is 9.02%
CMYK:
(11,0,40,9)
C11M0Y40K9 
(11%,0%,40%,9%)
(0.11/0.00/0.40/0.09)	

CMYK percentages

%11.21
%0
%39.66
%9.02

Codes

Color #CEE88C in popluar color models

CEE88C
RGB206232140
HSL77°66.67%72.94%
HSB/HSV77°39.66%90.98%
CMYK11.21%0.00%39.66%
9.02%

Color #CEE88C in popluar number systems.

HEXCEE88C
Decimal206232140
Binary110011101110100010001100
Octal316350214

Shades and tints

Shades of #CEE88C

#CEE88C
(206,232,140)
#BCD380
(188,211,128)
#AABE74
(170,190,116)
#98A968
(152,169,104)
#86945C
(134,148,92)
#747F50
(116,127,80)
#626A44
(98,106,68)
#505538
(80,85,56)
#3E402C
(62,64,44)
#2C2B20
(44,43,32)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #CEE88C

#CEE88C
(206,232,140)
#D2EA96
(210,234,150)
#D6ECA0
(214,236,160)
#DAEEAA
(218,238,170)
#DEF0B4
(222,240,180)
#E2F2BE
(226,242,190)
#E6F4C8
(230,244,200)
#EAF6D2
(234,246,210)
#EEF8DC
(238,248,220)
#F2FAE6
(242,250,230)
#F6FCF0
(246,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEE88C color. Also use rgb(206,232,140) instead hex code.

Text Font Color

.myTextColor { color: #CEE88C; }

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

This text font color is #CEE88C.


Background Color

.myBgColor { background-color: #CEE88C; }

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

This div background color is #CEE88C.


Border color

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

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

This div border color is #CEE88C.


Opacity

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

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

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

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

This text has shadow with #CEE88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE88C on black background.


Color preview on white background

This text has color #CEE88C on white background.



Black color preview on #CEE88C background

This text has black color on #CEE88C background.


White color preview on #CEE88C background

This text has white color on #CEE88C background.