COLOR #C9EBBB

HEX: #C9EBBB RGB: (201,235,187)

Color info

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

RGB color model

#C9EBBB color RGB value is (201,235,187).

RGB: (201,235,187) (79%, 92%, 73%)

RGB channels and saturation

R 201 of 255 = 79%
G 235 of 255 = 92%
B 187 of 255 = 73%

201
235
187

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

Portions of RGB colors in percentages

R + G + B = 201 + 235 + 187 = 623 (100%)
R 201 of 623 ~ 32.26%
G 235 of 623 ~ 37.72%
B 187 of 623 ~ 30.02'%

%32.26
%37.72
%30.02

CMYK color model

#C9EBBB color CMYK value is (14,0,20,8).

  • cyan value is 14.47%
  • magenta value is 0.00%
  • yellow value is 20.43%
  • key color value is 7.84%
CMYK: (14,0,20,8) C14M0Y20K8 (14%,0%,20%,8%) (0.14/0.00/0.20/0.08) 

CMYK percentages

%14.47
%0
%20.43
%7.84

Codes

Color #C9EBBB in popluar color models

C9 EB BB
RGB 201 235 187
HSL 103° 54.55% 82.75%
HSB/HSV 103° 20.43% 92.16%
CMYK 14.47% 0.00% 20.43%
7.84%

Color #C9EBBB in popluar number systems.

HEX C9 EB BB
Decimal 201 235 187
Binary 11001001 11101011 10111011
Octal 311 353 273

Shades and tints

Shades of #C9EBBB

#C9EBBB
(201,235,187)
#B7D6AA
(183,214,170)
#A5C199
(165,193,153)
#93AC88
(147,172,136)
#819777
(129,151,119)
#6F8266
(111,130,102)
#5D6D55
(93,109,85)
#4B5844
(75,88,68)
#394333
(57,67,51)
#272E22
(39,46,34)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #C9EBBB

#C9EBBB
(201,235,187)
#CDECC1
(205,236,193)
#D1EDC7
(209,237,199)
#D5EECD
(213,238,205)
#D9EFD3
(217,239,211)
#DDF0D9
(221,240,217)
#E1F1DF
(225,241,223)
#E5F2E5
(229,242,229)
#E9F3EB
(233,243,235)
#EDF4F1
(237,244,241)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EBBB; }

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

This text font color is #C9EBBB.

Background Color

.myBgColor { background-color: #C9EBBB; }

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

This div background color is #C9EBBB.

Border color

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

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

This div border color is #C9EBBB.

Opacity

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

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

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

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

This text has shadow with #C9EBBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9EBBB.

Preview

Color preview on black background

This text has color #C9EBBB on black background.


Color preview on white background

This text has color #C9EBBB on white background.


Black color preview on #C9EBBB background

This text has black color on #C9EBBB background.


White color preview on #C9EBBB background

This text has white color on #C9EBBB background.


Related colors

Complementary color

Complementary color for #hex is #361444.


I love getcolorcode.com

Triadic colors

1 #BBC9EB and #EBBBC9 with #C9EBBB are triadic colors.

2 #BBEBC9 and #EBC9BB with #C9EBBB are triadic colors.