COLOR #C9EBD4

HEX: #C9EBD4
RGB: (201,235,212)

Color info

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

RGB color model

#C9EBD4 color RGB value is (201,235,212).

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

RGB channels and saturation

R 201 of 255 = 79%
G 235 of 255 = 92%
B 212 of 255 = 83%

201
235
212

R + G + B ~ 85%. #C9EBD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 235 + 212 = 648 (100%)
R 201 of 648 ~ 31.02%
G 235 of 648 ~ 36.27%
B 212 of 648 ~ 32.72%

%31.02
%36.27
%32.72

CMYK color model

#C9EBD4 color CMYK value is (14,0,10,8).

  • cyan value is 14.47%
  • magenta value is 0.00%
  • yellow value is 9.79%
  • key color value is 7.84%
CMYK:
(14,0,10,8)
C14M0Y10K8 
(14%,0%,10%,8%)
(0.14/0.00/0.10/0.08)	

CMYK percentages

%14.47
%0
%9.79
%7.84

Codes

Color #C9EBD4 in popluar color models

C9EBD4
RGB201235212
HSL139°45.95%85.49%
HSB/HSV139°14.47%92.16%
CMYK14.47%0.00%9.79%
7.84%

Color #C9EBD4 in popluar number systems.

HEXC9EBD4
Decimal201235212
Binary110010011110101111010100
Octal311353324

Shades and tints

Shades of #C9EBD4

#C9EBD4
(201,235,212)
#B7D6C1
(183,214,193)
#A5C1AE
(165,193,174)
#93AC9B
(147,172,155)
#819788
(129,151,136)
#6F8275
(111,130,117)
#5D6D62
(93,109,98)
#4B584F
(75,88,79)
#39433C
(57,67,60)
#272E29
(39,46,41)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #C9EBD4

#C9EBD4
(201,235,212)
#CDECD7
(205,236,215)
#D1EDDA
(209,237,218)
#D5EEDD
(213,238,221)
#D9EFE0
(217,239,224)
#DDF0E3
(221,240,227)
#E1F1E6
(225,241,230)
#E5F2E9
(229,242,233)
#E9F3EC
(233,243,236)
#EDF4EF
(237,244,239)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EBD4; }

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

This text font color is #C9EBD4.


Background Color

.myBgColor { background-color: #C9EBD4; }

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

This div background color is #C9EBD4.


Border color

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

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

This div border color is #C9EBD4.


Opacity

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

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

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

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

This text has shadow with #C9EBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EBD4 on black background.


Color preview on white background

This text has color #C9EBD4 on white background.



Black color preview on #C9EBD4 background

This text has black color on #C9EBD4 background.


White color preview on #C9EBD4 background

This text has white color on #C9EBD4 background.