COLOR #C9EBD6

HEX: #C9EBD6
RGB: (201,235,214)

Color info

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

RGB color model

#C9EBD6 color RGB value is (201,235,214).

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

RGB channels and saturation

R 201 of 255 = 79%
G 235 of 255 = 92%
B 214 of 255 = 84%

201
235
214

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

Portions of RGB colors in percentages

R + G + B =
201 + 235 + 214 = 650 (100%)
R 201 of 650 ~ 30.92%
G 235 of 650 ~ 36.15%
B 214 of 650 ~ 32.92%

%30.92
%36.15
%32.92

CMYK color model

#C9EBD6 color CMYK value is (14,0,9,8).

  • cyan value is 14.47%
  • magenta value is 0.00%
  • yellow value is 8.94%
  • key color value is 7.84%
CMYK:
(14,0,9,8)
C14M0Y9K8 
(14%,0%,9%,8%)
(0.14/0.00/0.09/0.08)	

CMYK percentages

%14.47
%0
%8.94
%7.84

Codes

Color #C9EBD6 in popluar color models

C9EBD6
RGB201235214
HSL143°45.95%85.49%
HSB/HSV143°14.47%92.16%
CMYK14.47%0.00%8.94%
7.84%

Color #C9EBD6 in popluar number systems.

HEXC9EBD6
Decimal201235214
Binary110010011110101111010110
Octal311353326

Shades and tints

Shades of #C9EBD6

#C9EBD6
(201,235,214)
#B7D6C3
(183,214,195)
#A5C1B0
(165,193,176)
#93AC9D
(147,172,157)
#81978A
(129,151,138)
#6F8277
(111,130,119)
#5D6D64
(93,109,100)
#4B5851
(75,88,81)
#39433E
(57,67,62)
#272E2B
(39,46,43)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #C9EBD6

#C9EBD6
(201,235,214)
#CDECD9
(205,236,217)
#D1EDDC
(209,237,220)
#D5EEDF
(213,238,223)
#D9EFE2
(217,239,226)
#DDF0E5
(221,240,229)
#E1F1E8
(225,241,232)
#E5F2EB
(229,242,235)
#E9F3EE
(233,243,238)
#EDF4F1
(237,244,241)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EBD6; }

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

This text font color is #C9EBD6.


Background Color

.myBgColor { background-color: #C9EBD6; }

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

This div background color is #C9EBD6.


Border color

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

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

This div border color is #C9EBD6.


Opacity

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

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

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

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

This text has shadow with #C9EBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EBD6 on black background.


Color preview on white background

This text has color #C9EBD6 on white background.



Black color preview on #C9EBD6 background

This text has black color on #C9EBD6 background.


White color preview on #C9EBD6 background

This text has white color on #C9EBD6 background.