COLOR #C9EBBD

HEX: #C9EBBD RGB: (201,235,189)

Color info

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

RGB color model

#C9EBBD color RGB value is (201,235,189).

RGB: (201,235,189) (79%, 92%, 74%)

RGB channels and saturation

R 201 of 255 = 79%
G 235 of 255 = 92%
B 189 of 255 = 74%

201
235
189

R + G + B ~ 82%. #C9EBBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 235 + 189 = 625 (100%)
R 201 of 625 ~ 32.16%
G 235 of 625 ~ 37.6%
B 189 of 625 ~ 30.24'%

%32.16
%37.6
%30.24

CMYK color model

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

  • cyan value is 14.47%
  • magenta value is 0.00%
  • yellow value is 19.57%
  • 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
%19.57
%7.84

Codes

Color #C9EBBD in popluar color models

C9 EB BD
RGB 201 235 189
HSL 104° 53.49% 83.14%
HSB/HSV 104° 19.57% 92.16%
CMYK 14.47% 0.00% 19.57%
7.84%

Color #C9EBBD in popluar number systems.

HEX C9 EB BD
Decimal 201 235 189
Binary 11001001 11101011 10111101
Octal 311 353 275

Shades and tints

Shades of #C9EBBD

#C9EBBD
(201,235,189)
#B7D6AC
(183,214,172)
#A5C19B
(165,193,155)
#93AC8A
(147,172,138)
#819779
(129,151,121)
#6F8268
(111,130,104)
#5D6D57
(93,109,87)
#4B5846
(75,88,70)
#394335
(57,67,53)
#272E24
(39,46,36)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #C9EBBD

#C9EBBD
(201,235,189)
#CDECC3
(205,236,195)
#D1EDC9
(209,237,201)
#D5EECF
(213,238,207)
#D9EFD5
(217,239,213)
#DDF0DB
(221,240,219)
#E1F1E1
(225,241,225)
#E5F2E7
(229,242,231)
#E9F3ED
(233,243,237)
#EDF4F3
(237,244,243)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EBBD; }

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

This text font color is #C9EBBD.

Background Color

.myBgColor { background-color: #C9EBBD; }

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

This div background color is #C9EBBD.

Border color

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

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

This div border color is #C9EBBD.

Opacity

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

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

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

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

This text has shadow with #C9EBBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9EBBD.

Preview

Color preview on black background

This text has color #C9EBBD on black background.


Color preview on white background

This text has color #C9EBBD on white background.


Black color preview on #C9EBBD background

This text has black color on #C9EBBD background.


White color preview on #C9EBBD background

This text has white color on #C9EBBD background.


Related colors

Complementary color

Complementary color for #hex is #361442.


I love getcolorcode.com

Triadic colors

1 #BDC9EB and #EBBDC9 with #C9EBBD are triadic colors.

2 #BDEBC9 and #EBC9BD with #C9EBBD are triadic colors.