COLOR #CEEF8B

HEX: #CEEF8B
RGB: (206,239,139)

Color info

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

RGB color model

#CEEF8B color RGB value is (206,239,139).

  • red value is 206;
  • green value is 239;
  • blue value is 139.
RGB:
(206,239,139)
(81%,94%,55%)

RGB channels and saturation

R 206 of 255 = 81%
G 239 of 255 = 94%
B 139 of 255 = 55%

206
239
139

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

Portions of RGB colors in percentages

R + G + B =
206 + 239 + 139 = 584 (100%)
R 206 of 584 ~ 35.27%
G 239 of 584 ~ 40.92%
B 139 of 584 ~ 23.8%

%35.27
%40.92
%23.8

CMYK color model

#CEEF8B color CMYK value is (14,0,42,6).

  • cyan value is 13.81%
  • magenta value is 0.00%
  • yellow value is 41.84%
  • key color value is 6.27%
CMYK:
(14,0,42,6)
C14M0Y42K6 
(14%,0%,42%,6%)
(0.14/0.00/0.42/0.06)	

CMYK percentages

%13.81
%0
%41.84
%6.27

Codes

Color #CEEF8B in popluar color models

CEEF8B
RGB206239139
HSL80°75.76%74.12%
HSB/HSV80°41.84%93.73%
CMYK13.81%0.00%41.84%
6.27%

Color #CEEF8B in popluar number systems.

HEXCEEF8B
Decimal206239139
Binary110011101110111110001011
Octal316357213

Shades and tints

Shades of #CEEF8B

#CEEF8B
(206,239,139)
#BCDA7F
(188,218,127)
#AAC573
(170,197,115)
#98B067
(152,176,103)
#869B5B
(134,155,91)
#74864F
(116,134,79)
#627143
(98,113,67)
#505C37
(80,92,55)
#3E472B
(62,71,43)
#2C321F
(44,50,31)
#1A1D13
(26,29,19)
#000000
(0,0,0)

Tints of #CEEF8B

#CEEF8B
(206,239,139)
#D2F095
(210,240,149)
#D6F19F
(214,241,159)
#DAF2A9
(218,242,169)
#DEF3B3
(222,243,179)
#E2F4BD
(226,244,189)
#E6F5C7
(230,245,199)
#EAF6D1
(234,246,209)
#EEF7DB
(238,247,219)
#F2F8E5
(242,248,229)
#F6F9EF
(246,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEEF8B color. Also use rgb(206,239,139) instead hex code.

Text Font Color

.myTextColor { color: #CEEF8B; }

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

This text font color is #CEEF8B.


Background Color

.myBgColor { background-color: #CEEF8B; }

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

This div background color is #CEEF8B.


Border color

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

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

This div border color is #CEEF8B.


Opacity

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

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

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

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

This text has shadow with #CEEF8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEEF8B on black background.


Color preview on white background

This text has color #CEEF8B on white background.



Black color preview on #CEEF8B background

This text has black color on #CEEF8B background.


White color preview on #CEEF8B background

This text has white color on #CEEF8B background.