COLOR #C9EBB5

HEX: #C9EBB5
RGB: (201,235,181)

Color info

#C9EBB5 contains red, green and blue colors in about the same proportion. Web safe color of #C9EBB5 is #CCFFCC (or #CFC).

RGB color model

#C9EBB5 color RGB value is (201,235,181).

  • red value is 201;
  • green value is 235;
  • blue value is 181.
RGB:
(201,235,181)
(79%,92%,71%)

RGB channels and saturation

R 201 of 255 = 79%
G 235 of 255 = 92%
B 181 of 255 = 71%

201
235
181

R + G + B ~ 81%. #C9EBB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 235 + 181 = 617 (100%)
R 201 of 617 ~ 32.58%
G 235 of 617 ~ 38.09%
B 181 of 617 ~ 29.34%

%32.58
%38.09
%29.34

CMYK color model

#C9EBB5 color CMYK value is (14,0,23,8).

  • cyan value is 14.47%
  • magenta value is 0.00%
  • yellow value is 22.98%
  • key color value is 7.84%
CMYK:
(14,0,23,8)
C14M0Y23K8 
(14%,0%,23%,8%)
(0.14/0.00/0.23/0.08)	

CMYK percentages

%14.47
%0
%22.98
%7.84

Codes

Color #C9EBB5 in popluar color models

C9EBB5
RGB201235181
HSL98°57.45%81.57%
HSB/HSV98°22.98%92.16%
CMYK14.47%0.00%22.98%
7.84%

Color #C9EBB5 in popluar number systems.

HEXC9EBB5
Decimal201235181
Binary110010011110101110110101
Octal311353265

Shades and tints

Shades of #C9EBB5

#C9EBB5
(201,235,181)
#B7D6A5
(183,214,165)
#A5C195
(165,193,149)
#93AC85
(147,172,133)
#819775
(129,151,117)
#6F8265
(111,130,101)
#5D6D55
(93,109,85)
#4B5845
(75,88,69)
#394335
(57,67,53)
#272E25
(39,46,37)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #C9EBB5

#C9EBB5
(201,235,181)
#CDECBB
(205,236,187)
#D1EDC1
(209,237,193)
#D5EEC7
(213,238,199)
#D9EFCD
(217,239,205)
#DDF0D3
(221,240,211)
#E1F1D9
(225,241,217)
#E5F2DF
(229,242,223)
#E9F3E5
(233,243,229)
#EDF4EB
(237,244,235)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EBB5; }

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

This text font color is #C9EBB5.


Background Color

.myBgColor { background-color: #C9EBB5; }

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

This div background color is #C9EBB5.


Border color

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

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

This div border color is #C9EBB5.


Opacity

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

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

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

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

This text has shadow with #C9EBB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EBB5 on black background.


Color preview on white background

This text has color #C9EBB5 on white background.



Black color preview on #C9EBB5 background

This text has black color on #C9EBB5 background.


White color preview on #C9EBB5 background

This text has white color on #C9EBB5 background.