COLOR #C9D6FD

HEX: #C9D6FD
RGB: (201,214,253)

Renk bilgisi

#C9D6FD contains red, green and blue colors in about the same proportion. #C9D6FD ‘ nin web güvenlik rengi #CCCCFF (ya da #CCF) dir.

RGB renk modeli

#C9D6FD color RGB value is (201,214,253).

  • kırmız ton 201;
  • yeşil ton 214;
  • mavi ton 253.
RGB:
(201,214,253)
(79%,84%,99%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 214 of 255 = 84%
B 253 of 255 = 99%

201
214
253

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 214 + 253 = 668 (100%)
R 201 of 668 ~ 30.09%
G 214 of 668 ~ 32.04%
B 253 of 668 ~ 37.87%

%30.09
%32.04
%37.87

CMYK RENK MODELİ

#C9D6FD rengi CMYK tonu (21,15,0,1).

  • camgöbeği tonu 20.55%
  • eflatun tonu 15.42%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(21,15,0,1)
C21M15Y0K1 
(21%,15%,0%,1%)
(0.21/0.15/0.00/0.01)	

CMYK yüzdeleri

%20.55
%15.42
%0
%0.78

Codes

Color #C9D6FD in popluar color models

C9D6FD
RGB201214253
HSL225°92.86%89.02%
HSB/HSV225°20.55%99.22%
CMYK20.55%15.42%0.00%
0.78%

Color #C9D6FD in popluar number systems.

HEXC9D6FD
Decimal201214253
Binary110010011101011011111101
Octal311326375

Shades and tints

Shades of #C9D6FD

#C9D6FD
(201,214,253)
#B7C3E6
(183,195,230)
#A5B0CF
(165,176,207)
#939DB8
(147,157,184)
#818AA1
(129,138,161)
#6F778A
(111,119,138)
#5D6473
(93,100,115)
#4B515C
(75,81,92)
#393E45
(57,62,69)
#272B2E
(39,43,46)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #C9D6FD

#C9D6FD
(201,214,253)
#CDD9FD
(205,217,253)
#D1DCFD
(209,220,253)
#D5DFFD
(213,223,253)
#D9E2FD
(217,226,253)
#DDE5FD
(221,229,253)
#E1E8FD
(225,232,253)
#E5EBFD
(229,235,253)
#E9EEFD
(233,238,253)
#EDF1FD
(237,241,253)
#F1F4FD
(241,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D6FD color. Also use rgb(201,214,253) instead hex code.

Text Font Color

.myTextColor { color: #C9D6FD; }

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

This text font color is #C9D6FD.


Background Color

.myBgColor { background-color: #C9D6FD; }

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

This div background color is #C9D6FD.


Border color

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

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

This div border color is #C9D6FD.


Opacity

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

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

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

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

This text has shadow with #C9D6FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D6FD on black background.


Color preview on white background

This text has color #C9D6FD on white background.



Black color preview on #C9D6FD background

This text has black color on #C9D6FD background.


White color preview on #C9D6FD background

This text has white color on #C9D6FD background.