COLOR #C9D2FB

HEX: #C9D2FB
RGB: (201,210,251)

Color info

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

RGB color model

#C9D2FB color RGB value is (201,210,251).

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

RGB channels and saturation

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

201
210
251

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

Portions of RGB colors in percentages

R + G + B =
201 + 210 + 251 = 662 (100%)
R 201 of 662 ~ 30.36%
G 210 of 662 ~ 31.72%
B 251 of 662 ~ 37.92%

%30.36
%31.72
%37.92

CMYK color model

#C9D2FB color CMYK value is (20,16,0,2).

  • cyan value is 19.92%
  • magenta value is 16.33%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(20,16,0,2)
C20M16Y0K2 
(20%,16%,0%,2%)
(0.20/0.16/0.00/0.02)	

CMYK percentages

%19.92
%16.33
%0
%1.57

Codes

Color #C9D2FB in popluar color models

C9D2FB
RGB201210251
HSL229°86.21%88.63%
HSB/HSV229°19.92%98.43%
CMYK19.92%16.33%0.00%
1.57%

Color #C9D2FB in popluar number systems.

HEXC9D2FB
Decimal201210251
Binary110010011101001011111011
Octal311322373

Shades and tints

Shades of #C9D2FB

#C9D2FB
(201,210,251)
#B7BFE5
(183,191,229)
#A5ACCF
(165,172,207)
#9399B9
(147,153,185)
#8186A3
(129,134,163)
#6F738D
(111,115,141)
#5D6077
(93,96,119)
#4B4D61
(75,77,97)
#393A4B
(57,58,75)
#272735
(39,39,53)
#15141F
(21,20,31)
#000000
(0,0,0)

Tints of #C9D2FB

#C9D2FB
(201,210,251)
#CDD6FB
(205,214,251)
#D1DAFB
(209,218,251)
#D5DEFB
(213,222,251)
#D9E2FB
(217,226,251)
#DDE6FB
(221,230,251)
#E1EAFB
(225,234,251)
#E5EEFB
(229,238,251)
#E9F2FB
(233,242,251)
#EDF6FB
(237,246,251)
#F1FAFB
(241,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D2FB; }

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

This text font color is #C9D2FB.


Background Color

.myBgColor { background-color: #C9D2FB; }

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

This div background color is #C9D2FB.


Border color

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

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

This div border color is #C9D2FB.


Opacity

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

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

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

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

This text has shadow with #C9D2FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D2FB on black background.


Color preview on white background

This text has color #C9D2FB on white background.



Black color preview on #C9D2FB background

This text has black color on #C9D2FB background.


White color preview on #C9D2FB background

This text has white color on #C9D2FB background.