COLOR #C9EBDE

HEX: #C9EBDE RGB: (201,235,222)

Color info

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

RGB color model

#C9EBDE color RGB value is (201,235,222).

RGB: (201,235,222) (79%, 92%, 87%)

RGB channels and saturation

R 201 of 255 = 79%
G 235 of 255 = 92%
B 222 of 255 = 87%

201
235
222

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

Portions of RGB colors in percentages

R + G + B = 201 + 235 + 222 = 658 (100%)
R 201 of 658 ~ 30.55%
G 235 of 658 ~ 35.71%
B 222 of 658 ~ 33.74'%

%30.55
%35.71
%33.74

CMYK color model

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

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

Codes

Color #C9EBDE in popluar color models

C9 EB DE
RGB 201 235 222
HSL 157° 45.95% 85.49%
HSB/HSV 157° 14.47% 92.16%
CMYK 14.47% 0.00% 5.53%
7.84%

Color #C9EBDE in popluar number systems.

HEX C9 EB DE
Decimal 201 235 222
Binary 11001001 11101011 11011110
Octal 311 353 336

Shades and tints

Shades of #C9EBDE

#C9EBDE
(201,235,222)
#B7D6CA
(183,214,202)
#A5C1B6
(165,193,182)
#93ACA2
(147,172,162)
#81978E
(129,151,142)
#6F827A
(111,130,122)
#5D6D66
(93,109,102)
#4B5852
(75,88,82)
#39433E
(57,67,62)
#272E2A
(39,46,42)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #C9EBDE

#C9EBDE
(201,235,222)
#CDECE1
(205,236,225)
#D1EDE4
(209,237,228)
#D5EEE7
(213,238,231)
#D9EFEA
(217,239,234)
#DDF0ED
(221,240,237)
#E1F1F0
(225,241,240)
#E5F2F3
(229,242,243)
#E9F3F6
(233,243,246)
#EDF4F9
(237,244,249)
#F1F5FC
(241,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EBDE; }

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

This text font color is #C9EBDE.

Background Color

.myBgColor { background-color: #C9EBDE; }

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

This div background color is #C9EBDE.

Border color

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

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

This div border color is #C9EBDE.

Opacity

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

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

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

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

This text has shadow with #C9EBDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9EBDE.

Preview

Color preview on black background

This text has color #C9EBDE on black background.


Color preview on white background

This text has color #C9EBDE on white background.


Black color preview on #C9EBDE background

This text has black color on #C9EBDE background.


White color preview on #C9EBDE background

This text has white color on #C9EBDE background.


Related colors

Complementary color

Complementary color for #hex is #361421.


I love getcolorcode.com

Triadic colors

1 #DEC9EB and #EBDEC9 with #C9EBDE are triadic colors.

2 #DEEBC9 and #EBC9DE with #C9EBDE are triadic colors.