COLOR #C9D0FB

HEX: #C9D0FB
RGB: (201,208,251)

Color info

#C9D0FB contains red, green and blue colors in about the same proportion. Web safe color of #C9D0FB is #CCCCFF (or #CCF).

RGB color model

#C9D0FB color RGB value is (201,208,251).

  • red value is 201;
  • green value is 208;
  • blue value is 251.
RGB:
(201,208,251)
(79%,82%,98%)

RGB channels and saturation

R 201 of 255 = 79%
G 208 of 255 = 82%
B 251 of 255 = 98%

201
208
251

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

Portions of RGB colors in percentages

R + G + B =
201 + 208 + 251 = 660 (100%)
R 201 of 660 ~ 30.45%
G 208 of 660 ~ 31.52%
B 251 of 660 ~ 38.03%

%30.45
%31.52
%38.03

CMYK color model

#C9D0FB color CMYK value is (20,17,0,2).

  • cyan value is 19.92%
  • magenta value is 17.13%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(20,17,0,2)
C20M17Y0K2 
(20%,17%,0%,2%)
(0.20/0.17/0.00/0.02)	

CMYK percentages

%19.92
%17.13
%0
%1.57

Codes

Color #C9D0FB in popluar color models

C9D0FB
RGB201208251
HSL232°86.21%88.63%
HSB/HSV232°19.92%98.43%
CMYK19.92%17.13%0.00%
1.57%

Color #C9D0FB in popluar number systems.

HEXC9D0FB
Decimal201208251
Binary110010011101000011111011
Octal311320373

Shades and tints

Shades of #C9D0FB

#C9D0FB
(201,208,251)
#B7BEE5
(183,190,229)
#A5ACCF
(165,172,207)
#939AB9
(147,154,185)
#8188A3
(129,136,163)
#6F768D
(111,118,141)
#5D6477
(93,100,119)
#4B5261
(75,82,97)
#39404B
(57,64,75)
#272E35
(39,46,53)
#151C1F
(21,28,31)
#000000
(0,0,0)

Tints of #C9D0FB

#C9D0FB
(201,208,251)
#CDD4FB
(205,212,251)
#D1D8FB
(209,216,251)
#D5DCFB
(213,220,251)
#D9E0FB
(217,224,251)
#DDE4FB
(221,228,251)
#E1E8FB
(225,232,251)
#E5ECFB
(229,236,251)
#E9F0FB
(233,240,251)
#EDF4FB
(237,244,251)
#F1F8FB
(241,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D0FB color. Also use rgb(201,208,251) instead hex code.

Text Font Color

.myTextColor { color: #C9D0FB; }

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

This text font color is #C9D0FB.


Background Color

.myBgColor { background-color: #C9D0FB; }

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

This div background color is #C9D0FB.


Border color

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

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

This div border color is #C9D0FB.


Opacity

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

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

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

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

This text has shadow with #C9D0FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D0FB on black background.


Color preview on white background

This text has color #C9D0FB on white background.



Black color preview on #C9D0FB background

This text has black color on #C9D0FB background.


White color preview on #C9D0FB background

This text has white color on #C9D0FB background.