COLOR #C9EBD3

HEX: #C9EBD3
RGB: (201,235,211)

Color info

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

RGB color model

#C9EBD3 color RGB value is (201,235,211).

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

RGB channels and saturation

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

201
235
211

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

Portions of RGB colors in percentages

R + G + B =
201 + 235 + 211 = 647 (100%)
R 201 of 647 ~ 31.07%
G 235 of 647 ~ 36.32%
B 211 of 647 ~ 32.61%

%31.07
%36.32
%32.61

CMYK color model

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

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

Codes

Color #C9EBD3 in popluar color models

C9EBD3
RGB201235211
HSL138°45.95%85.49%
HSB/HSV138°14.47%92.16%
CMYK14.47%0.00%10.21%
7.84%

Color #C9EBD3 in popluar number systems.

HEXC9EBD3
Decimal201235211
Binary110010011110101111010011
Octal311353323

Shades and tints

Shades of #C9EBD3

#C9EBD3
(201,235,211)
#B7D6C0
(183,214,192)
#A5C1AD
(165,193,173)
#93AC9A
(147,172,154)
#819787
(129,151,135)
#6F8274
(111,130,116)
#5D6D61
(93,109,97)
#4B584E
(75,88,78)
#39433B
(57,67,59)
#272E28
(39,46,40)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #C9EBD3

#C9EBD3
(201,235,211)
#CDECD7
(205,236,215)
#D1EDDB
(209,237,219)
#D5EEDF
(213,238,223)
#D9EFE3
(217,239,227)
#DDF0E7
(221,240,231)
#E1F1EB
(225,241,235)
#E5F2EF
(229,242,239)
#E9F3F3
(233,243,243)
#EDF4F7
(237,244,247)
#F1F5FB
(241,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EBD3; }

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

This text font color is #C9EBD3.


Background Color

.myBgColor { background-color: #C9EBD3; }

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

This div background color is #C9EBD3.


Border color

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

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

This div border color is #C9EBD3.


Opacity

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

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

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

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

This text has shadow with #C9EBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EBD3 on black background.


Color preview on white background

This text has color #C9EBD3 on white background.



Black color preview on #C9EBD3 background

This text has black color on #C9EBD3 background.


White color preview on #C9EBD3 background

This text has white color on #C9EBD3 background.