COLOR #C9EBDC

HEX: #C9EBDC RGB: (201,235,220)

Color info

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

RGB color model

#C9EBDC color RGB value is (201,235,220).

RGB: (201,235,220) (79%, 92%, 86%)

RGB channels and saturation

R 201 of 255 = 79%
G 235 of 255 = 92%
B 220 of 255 = 86%

201
235
220

R + G + B ~ 86%. #C9EBDC is light color.

Portions of RGB colors in percentages

R + G + B = 201 + 235 + 220 = 656 (100%)
R 201 of 656 ~ 30.64%
G 235 of 656 ~ 35.82%
B 220 of 656 ~ 33.54'%

%30.64
%35.82
%33.54

CMYK color model

#C9EBDC color CMYK value is (14,0,6,8).

  • cyan value is 14.47%
  • magenta value is 0.00%
  • yellow value is 6.38%
  • key color value is 7.84%
CMYK: (14,0,6,8) C14M0Y6K8 (14%,0%,6%,8%) (0.14/0.00/0.06/0.08) 

CMYK percentages

%14.47
%0
%6.38
%7.84

Codes

Color #C9EBDC in popluar color models

C9 EB DC
RGB 201 235 220
HSL 154° 45.95% 85.49%
HSB/HSV 154° 14.47% 92.16%
CMYK 14.47% 0.00% 6.38%
7.84%

Color #C9EBDC in popluar number systems.

HEX C9 EB DC
Decimal 201 235 220
Binary 11001001 11101011 11011100
Octal 311 353 334

Shades and tints

Shades of #C9EBDC

#C9EBDC
(201,235,220)
#B7D6C8
(183,214,200)
#A5C1B4
(165,193,180)
#93ACA0
(147,172,160)
#81978C
(129,151,140)
#6F8278
(111,130,120)
#5D6D64
(93,109,100)
#4B5850
(75,88,80)
#39433C
(57,67,60)
#272E28
(39,46,40)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #C9EBDC

#C9EBDC
(201,235,220)
#CDECDF
(205,236,223)
#D1EDE2
(209,237,226)
#D5EEE5
(213,238,229)
#D9EFE8
(217,239,232)
#DDF0EB
(221,240,235)
#E1F1EE
(225,241,238)
#E5F2F1
(229,242,241)
#E9F3F4
(233,243,244)
#EDF4F7
(237,244,247)
#F1F5FA
(241,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EBDC; }

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

This text font color is #C9EBDC.

Background Color

.myBgColor { background-color: #C9EBDC; }

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

This div background color is #C9EBDC.

Border color

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

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

This div border color is #C9EBDC.

Opacity

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

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

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

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

This text has shadow with #C9EBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9EBDC.

Preview

Color preview on black background

This text has color #C9EBDC on black background.


Color preview on white background

This text has color #C9EBDC on white background.


Black color preview on #C9EBDC background

This text has black color on #C9EBDC background.


White color preview on #C9EBDC background

This text has white color on #C9EBDC background.


Related colors

Complementary color

Complementary color for #hex is #361423.


I love getcolorcode.com

Triadic colors

1 #DCC9EB and #EBDCC9 with #C9EBDC are triadic colors.

2 #DCEBC9 and #EBC9DC with #C9EBDC are triadic colors.