COLOR #C9D2FD

HEX: #C9D2FD
RGB: (201,210,253)

Renk bilgisi

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

RGB renk modeli

#C9D2FD color RGB value is (201,210,253).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 210 of 255 = 82%
B 253 of 255 = 99%

201
210
253

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 210 + 253 = 664 (100%)
R 201 of 664 ~ 30.27%
G 210 of 664 ~ 31.63%
B 253 of 664 ~ 38.1%

%30.27
%31.63
%38.1

CMYK RENK MODELİ

#C9D2FD rengi CMYK tonu (21,17,0,1).

  • camgöbeği tonu 20.55%
  • eflatun tonu 17.00%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(21,17,0,1)
C21M17Y0K1 
(21%,17%,0%,1%)
(0.21/0.17/0.00/0.01)	

CMYK yüzdeleri

%20.55
%17
%0
%0.78

Codes

Color #C9D2FD in popluar color models

C9D2FD
RGB201210253
HSL230°92.86%89.02%
HSB/HSV230°20.55%99.22%
CMYK20.55%17.00%0.00%
0.78%

Color #C9D2FD in popluar number systems.

HEXC9D2FD
Decimal201210253
Binary110010011101001011111101
Octal311322375

Shades and tints

Shades of #C9D2FD

#C9D2FD
(201,210,253)
#B7BFE6
(183,191,230)
#A5ACCF
(165,172,207)
#9399B8
(147,153,184)
#8186A1
(129,134,161)
#6F738A
(111,115,138)
#5D6073
(93,96,115)
#4B4D5C
(75,77,92)
#393A45
(57,58,69)
#27272E
(39,39,46)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #C9D2FD

#C9D2FD
(201,210,253)
#CDD6FD
(205,214,253)
#D1DAFD
(209,218,253)
#D5DEFD
(213,222,253)
#D9E2FD
(217,226,253)
#DDE6FD
(221,230,253)
#E1EAFD
(225,234,253)
#E5EEFD
(229,238,253)
#E9F2FD
(233,242,253)
#EDF6FD
(237,246,253)
#F1FAFD
(241,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D2FD; }

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

This text font color is #C9D2FD.


Background Color

.myBgColor { background-color: #C9D2FD; }

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

This div background color is #C9D2FD.


Border color

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

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

This div border color is #C9D2FD.


Opacity

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

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

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

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

This text has shadow with #C9D2FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D2FD on black background.


Color preview on white background

This text has color #C9D2FD on white background.



Black color preview on #C9D2FD background

This text has black color on #C9D2FD background.


White color preview on #C9D2FD background

This text has white color on #C9D2FD background.