COLOR #C9EBDD

HEX: #C9EBDD RGB: (201,235,221)

Color info

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

RGB color model

#C9EBDD color RGB value is (201,235,221).

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

RGB channels and saturation

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

201
235
221

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

Portions of RGB colors in percentages

R + G + B = 201 + 235 + 221 = 657 (100%)
R 201 of 657 ~ 30.59%
G 235 of 657 ~ 35.77%
B 221 of 657 ~ 33.64'%

%30.59
%35.77
%33.64

CMYK color model

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

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

Codes

Color #C9EBDD in popluar color models

C9 EB DD
RGB 201 235 221
HSL 155° 45.95% 85.49%
HSB/HSV 155° 14.47% 92.16%
CMYK 14.47% 0.00% 5.96%
7.84%

Color #C9EBDD in popluar number systems.

HEX C9 EB DD
Decimal 201 235 221
Binary 11001001 11101011 11011101
Octal 311 353 335

Shades and tints

Shades of #C9EBDD

#C9EBDD
(201,235,221)
#B7D6C9
(183,214,201)
#A5C1B5
(165,193,181)
#93ACA1
(147,172,161)
#81978D
(129,151,141)
#6F8279
(111,130,121)
#5D6D65
(93,109,101)
#4B5851
(75,88,81)
#39433D
(57,67,61)
#272E29
(39,46,41)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #C9EBDD

#C9EBDD
(201,235,221)
#CDECE0
(205,236,224)
#D1EDE3
(209,237,227)
#D5EEE6
(213,238,230)
#D9EFE9
(217,239,233)
#DDF0EC
(221,240,236)
#E1F1EF
(225,241,239)
#E5F2F2
(229,242,242)
#E9F3F5
(233,243,245)
#EDF4F8
(237,244,248)
#F1F5FB
(241,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EBDD; }

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

This text font color is #C9EBDD.

Background Color

.myBgColor { background-color: #C9EBDD; }

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

This div background color is #C9EBDD.

Border color

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

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

This div border color is #C9EBDD.

Opacity

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

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

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

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

This text has shadow with #C9EBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9EBDD.

Preview

Color preview on black background

This text has color #C9EBDD on black background.


Color preview on white background

This text has color #C9EBDD on white background.


Black color preview on #C9EBDD background

This text has black color on #C9EBDD background.


White color preview on #C9EBDD background

This text has white color on #C9EBDD background.


Related colors

Complementary color

Complementary color for #hex is #361422.


I love getcolorcode.com

Triadic colors

1 #DDC9EB and #EBDDC9 with #C9EBDD are triadic colors.

2 #DDEBC9 and #EBC9DD with #C9EBDD are triadic colors.