COLOR #C9EB9B

HEX: #C9EB9B RGB: (201,235,155)

Color info

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

RGB color model

#C9EB9B color RGB value is (201,235,155).

RGB: (201,235,155) (79%, 92%, 61%)

RGB channels and saturation

R 201 of 255 = 79%
G 235 of 255 = 92%
B 155 of 255 = 61%

201
235
155

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

Portions of RGB colors in percentages

R + G + B = 201 + 235 + 155 = 591 (100%)
R 201 of 591 ~ 34.01%
G 235 of 591 ~ 39.76%
B 155 of 591 ~ 26.23'%

%34.01
%39.76
%26.23

CMYK color model

#C9EB9B color CMYK value is (14,0,34,8).

  • cyan value is 14.47%
  • magenta value is 0.00%
  • yellow value is 34.04%
  • key color value is 7.84%

CMYK: (14,0,34,8)
C14M0Y34K8 (14%, 0%, 34%, 8%)
(0.14 / 0.00 / 0.34 / 0.08)

CMYK percentages

%14.47
%0
%34.04
%7.84

Codes

Color #C9EB9B in popluar color models

C9 EB 9B
RGB 201 235 155
HSL 86° 66.67% 76.47%
HSB/HSV 86° 34.04% 92.16%
CMYK 14.47% 0.00% 34.04%
7.84%

Color #C9EB9B in popluar number systems.

HEX C9 EB 9B
Decimal 201 235 155
Binary 11001001 11101011 10011011
Octal 311 353 233

Shades and tints

Shades of #C9EB9B

#C9EB9B
(201,235,155)
#B7D68D
(183,214,141)
#A5C17F
(165,193,127)
#93AC71
(147,172,113)
#819763
(129,151,99)
#6F8255
(111,130,85)
#5D6D47
(93,109,71)
#4B5839
(75,88,57)
#39432B
(57,67,43)
#272E1D
(39,46,29)
#15190F
(21,25,15)
#000000
(0,0,0)

Tints of #C9EB9B

#C9EB9B
(201,235,155)
#CDECA4
(205,236,164)
#D1EDAD
(209,237,173)
#D5EEB6
(213,238,182)
#D9EFBF
(217,239,191)
#DDF0C8
(221,240,200)
#E1F1D1
(225,241,209)
#E5F2DA
(229,242,218)
#E9F3E3
(233,243,227)
#EDF4EC
(237,244,236)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9EB9B color. Also use rgb(201,235,155) instead hex code.

Text Font Color

.myTextColor { color: #C9EB9B; }

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

This text font color is #C9EB9B.

Background Color

.myBgColor { background-color: #C9EB9B; }

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

This div background color is #C9EB9B.

Border color

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

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

This div border color is #C9EB9B.

Opacity

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

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

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

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

This text has shadow with #C9EB9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9EB9B.

Preview

Color preview on black background

This text has color #C9EB9B on black background.


Color preview on white background

This text has color #C9EB9B on white background.


Black color preview on #C9EB9B background

This text has black color on #C9EB9B background.


White color preview on #C9EB9B background

This text has white color on #C9EB9B background.


Related colors

Complementary color

Complementary color for #hex is #361464.


I love getcolorcode.com

Triadic colors

1 #9BC9EB and #EB9BC9 with #C9EB9B are triadic colors.

2 #9BEBC9 and #EBC99B with #C9EB9B are triadic colors.