COLOR #C9E9EB

HEX: #C9E9EB
RGB: (201,233,235)

Color info

#C9E9EB contains red, green and blue colors in about the same proportion. Web safe color of #C9E9EB is #CCFFFF (or #CFF).

RGB color model

#C9E9EB color RGB value is (201,233,235).

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

RGB channels and saturation

R 201 of 255 = 79%
G 233 of 255 = 91%
B 235 of 255 = 92%

201
233
235

R + G + B ~ 87%. #C9E9EB is light color.

Portions of RGB colors in percentages

R + G + B =
201 + 233 + 235 = 669 (100%)
R 201 of 669 ~ 30.04%
G 233 of 669 ~ 34.83%
B 235 of 669 ~ 35.13%

%30.04
%34.83
%35.13

CMYK color model

#C9E9EB color CMYK value is (14,1,0,8).

  • cyan value is 14.47%
  • magenta value is 0.85%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(14,1,0,8)
C14M1Y0K8 
(14%,1%,0%,8%)
(0.14/0.01/0.00/0.08)	

CMYK percentages

%14.47
%0.85
%0
%7.84

Codes

Color #C9E9EB in popluar color models

C9E9EB
RGB201233235
HSL184°45.95%85.49%
HSB/HSV184°14.47%92.16%
CMYK14.47%0.85%0.00%
7.84%

Color #C9E9EB in popluar number systems.

HEXC9E9EB
Decimal201233235
Binary110010011110100111101011
Octal311351353

Shades and tints

Shades of #C9E9EB

#C9E9EB
(201,233,235)
#B7D4D6
(183,212,214)
#A5BFC1
(165,191,193)
#93AAAC
(147,170,172)
#819597
(129,149,151)
#6F8082
(111,128,130)
#5D6B6D
(93,107,109)
#4B5658
(75,86,88)
#394143
(57,65,67)
#272C2E
(39,44,46)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #C9E9EB

#C9E9EB
(201,233,235)
#CDEBEC
(205,235,236)
#D1EDED
(209,237,237)
#D5EFEE
(213,239,238)
#D9F1EF
(217,241,239)
#DDF3F0
(221,243,240)
#E1F5F1
(225,245,241)
#E5F7F2
(229,247,242)
#E9F9F3
(233,249,243)
#EDFBF4
(237,251,244)
#F1FDF5
(241,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E9EB; }

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

This text font color is #C9E9EB.


Background Color

.myBgColor { background-color: #C9E9EB; }

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

This div background color is #C9E9EB.


Border color

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

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

This div border color is #C9E9EB.


Opacity

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

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

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

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

This text has shadow with #C9E9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E9EB on black background.


Color preview on white background

This text has color #C9E9EB on white background.



Black color preview on #C9E9EB background

This text has black color on #C9E9EB background.


White color preview on #C9E9EB background

This text has white color on #C9E9EB background.