COLOR #C9E3B2

HEX: #C9E3B2 RGB: (201,227,178)

Color info

#C9E3B2 contains red, green and blue colors in about the same proportion. Web safe color of #C9E3B2 is #CCCC99 (or #CC9).

RGB color model

#C9E3B2 color RGB value is (201,227,178).

RGB: (201,227,178) (79%, 89%, 70%)

RGB channels and saturation

R 201 of 255 = 79%
G 227 of 255 = 89%
B 178 of 255 = 70%

201
227
178

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

Portions of RGB colors in percentages

R + G + B = 201 + 227 + 178 = 606 (100%)
R 201 of 606 ~ 33.17%
G 227 of 606 ~ 37.46%
B 178 of 606 ~ 29.37'%

%33.17
%37.46
%29.37

CMYK color model

#C9E3B2 color CMYK value is (11,0,22,11).

  • cyan value is 11.45%
  • magenta value is 0.00%
  • yellow value is 21.59%
  • key color value is 10.98%

CMYK: (11,0,22,11)
C11M0Y22K11 (11%, 0%, 22%, 11%)
(0.11 / 0.00 / 0.22 / 0.11)

CMYK percentages

%11.45
%0
%21.59
%10.98

Codes

Color #C9E3B2 in popluar color models

C9 E3 B2
RGB 201 227 178
HSL 92° 46.67% 79.41%
HSB/HSV 92° 21.59% 89.02%
CMYK 11.45% 0.00% 21.59%
10.98%

Color #C9E3B2 in popluar number systems.

HEX C9 E3 B2
Decimal 201 227 178
Binary 11001001 11100011 10110010
Octal 311 343 262

Shades and tints

Shades of #C9E3B2

#C9E3B2
(201,227,178)
#B7CFA2
(183,207,162)
#A5BB92
(165,187,146)
#93A782
(147,167,130)
#819372
(129,147,114)
#6F7F62
(111,127,98)
#5D6B52
(93,107,82)
#4B5742
(75,87,66)
#394332
(57,67,50)
#272F22
(39,47,34)
#151B12
(21,27,18)
#000000
(0,0,0)

Tints of #C9E3B2

#C9E3B2
(201,227,178)
#CDE5B9
(205,229,185)
#D1E7C0
(209,231,192)
#D5E9C7
(213,233,199)
#D9EBCE
(217,235,206)
#DDEDD5
(221,237,213)
#E1EFDC
(225,239,220)
#E5F1E3
(229,241,227)
#E9F3EA
(233,243,234)
#EDF5F1
(237,245,241)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E3B2 color. Also use rgb(201,227,178) instead hex code.

Text Font Color

.myTextColor { color: #C9E3B2; }

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

This text font color is #C9E3B2.

Background Color

.myBgColor { background-color: #C9E3B2; }

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

This div background color is #C9E3B2.

Border color

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

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

This div border color is #C9E3B2.

Opacity

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

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

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

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

This text has shadow with #C9E3B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9E3B2.

Preview

Color preview on black background

This text has color #C9E3B2 on black background.


Color preview on white background

This text has color #C9E3B2 on white background.


Black color preview on #C9E3B2 background

This text has black color on #C9E3B2 background.


White color preview on #C9E3B2 background

This text has white color on #C9E3B2 background.


Related colors

Complementary color

Complementary color for #hex is #361C4D.


I love getcolorcode.com

Triadic colors

1 #B2C9E3 and #E3B2C9 with #C9E3B2 are triadic colors.

2 #B2E3C9 and #E3C9B2 with #C9E3B2 are triadic colors.