COLOR #CEEC9B

HEX: #CEEC9B RGB: (206,236,155)

Color info

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

RGB color model

#CEEC9B color RGB value is (206,236,155).

RGB: (206,236,155) (81%, 93%, 61%)

RGB channels and saturation

R 206 of 255 = 81%
G 236 of 255 = 93%
B 155 of 255 = 61%

206
236
155

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

Portions of RGB colors in percentages

R + G + B = 206 + 236 + 155 = 597 (100%)
R 206 of 597 ~ 34.51%
G 236 of 597 ~ 39.53%
B 155 of 597 ~ 25.96'%

%34.51
%39.53
%25.96

CMYK color model

#CEEC9B color CMYK value is (13,0,34,7).

  • cyan value is 12.71%
  • magenta value is 0.00%
  • yellow value is 34.32%
  • key color value is 7.45%
CMYK: (13,0,34,7) C13M0Y34K7 (13%,0%,34%,7%) (0.13/0.00/0.34/0.07) 

CMYK percentages

%12.71
%0
%34.32
%7.45

Codes

Color #CEEC9B in popluar color models

CE EC 9B
RGB 206 236 155
HSL 82° 68.07% 76.67%
HSB/HSV 82° 34.32% 92.55%
CMYK 12.71% 0.00% 34.32%
7.45%

Color #CEEC9B in popluar number systems.

HEX CE EC 9B
Decimal 206 236 155
Binary 11001110 11101100 10011011
Octal 316 354 233

Shades and tints

Shades of #CEEC9B

#CEEC9B
(206,236,155)
#BCD78D
(188,215,141)
#AAC27F
(170,194,127)
#98AD71
(152,173,113)
#869863
(134,152,99)
#748355
(116,131,85)
#626E47
(98,110,71)
#505939
(80,89,57)
#3E442B
(62,68,43)
#2C2F1D
(44,47,29)
#1A1A0F
(26,26,15)
#000000
(0,0,0)

Tints of #CEEC9B

#CEEC9B
(206,236,155)
#D2EDA4
(210,237,164)
#D6EEAD
(214,238,173)
#DAEFB6
(218,239,182)
#DEF0BF
(222,240,191)
#E2F1C8
(226,241,200)
#E6F2D1
(230,242,209)
#EAF3DA
(234,243,218)
#EEF4E3
(238,244,227)
#F2F5EC
(242,245,236)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEEC9B color. Also use rgb(206,236,155) instead hex code.

Text Font Color

.myTextColor { color: #CEEC9B; }

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

This text font color is #CEEC9B.

Background Color

.myBgColor { background-color: #CEEC9B; }

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

This div background color is #CEEC9B.

Border color

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

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

This div border color is #CEEC9B.

Opacity

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

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

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

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

This text has shadow with #CEEC9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEEC9B.

Preview

Color preview on black background

This text has color #CEEC9B on black background.


Color preview on white background

This text has color #CEEC9B on white background.


Black color preview on #CEEC9B background

This text has black color on #CEEC9B background.


White color preview on #CEEC9B background

This text has white color on #CEEC9B background.


Related colors

Complementary color

Complementary color for #hex is #311364.


I love getcolorcode.com

Triadic colors

1 #9BCEEC and #EC9BCE with #CEEC9B are triadic colors.

2 #9BECCE and #ECCE9B with #CEEC9B are triadic colors.