COLOR #C9EBAB

HEX: #C9EBAB RGB: (201,235,171)

Color info

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

RGB color model

#C9EBAB color RGB value is (201,235,171).

RGB: (201,235,171) (79%, 92%, 67%)

RGB channels and saturation

R 201 of 255 = 79%
G 235 of 255 = 92%
B 171 of 255 = 67%

201
235
171

R + G + B ~ 79%. #C9EBAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 235 + 171 = 607 (100%)
R 201 of 607 ~ 33.11%
G 235 of 607 ~ 38.71%
B 171 of 607 ~ 28.17'%

%33.11
%38.71
%28.17

CMYK color model

#C9EBAB color CMYK value is (14,0,27,8).

  • cyan value is 14.47%
  • magenta value is 0.00%
  • yellow value is 27.23%
  • key color value is 7.84%
CMYK: (14,0,27,8) C14M0Y27K8 (14%,0%,27%,8%) (0.14/0.00/0.27/0.08) 

CMYK percentages

%14.47
%0
%27.23
%7.84

Codes

Color #C9EBAB in popluar color models

C9 EB AB
RGB 201 235 171
HSL 92° 61.54% 79.61%
HSB/HSV 92° 27.23% 92.16%
CMYK 14.47% 0.00% 27.23%
7.84%

Color #C9EBAB in popluar number systems.

HEX C9 EB AB
Decimal 201 235 171
Binary 11001001 11101011 10101011
Octal 311 353 253

Shades and tints

Shades of #C9EBAB

#C9EBAB
(201,235,171)
#B7D69C
(183,214,156)
#A5C18D
(165,193,141)
#93AC7E
(147,172,126)
#81976F
(129,151,111)
#6F8260
(111,130,96)
#5D6D51
(93,109,81)
#4B5842
(75,88,66)
#394333
(57,67,51)
#272E24
(39,46,36)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #C9EBAB

#C9EBAB
(201,235,171)
#CDECB2
(205,236,178)
#D1EDB9
(209,237,185)
#D5EEC0
(213,238,192)
#D9EFC7
(217,239,199)
#DDF0CE
(221,240,206)
#E1F1D5
(225,241,213)
#E5F2DC
(229,242,220)
#E9F3E3
(233,243,227)
#EDF4EA
(237,244,234)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EBAB; }

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

This text font color is #C9EBAB.

Background Color

.myBgColor { background-color: #C9EBAB; }

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

This div background color is #C9EBAB.

Border color

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

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

This div border color is #C9EBAB.

Opacity

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

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

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

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

This text has shadow with #C9EBAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9EBAB.

Preview

Color preview on black background

This text has color #C9EBAB on black background.


Color preview on white background

This text has color #C9EBAB on white background.


Black color preview on #C9EBAB background

This text has black color on #C9EBAB background.


White color preview on #C9EBAB background

This text has white color on #C9EBAB background.


Related colors

Complementary color

Complementary color for #hex is #361454.


I love getcolorcode.com

Triadic colors

1 #ABC9EB and #EBABC9 with #C9EBAB are triadic colors.

2 #ABEBC9 and #EBC9AB with #C9EBAB are triadic colors.