COLOR #C9DAF6

HEX: #C9DAF6
RGB: (201,218,246)

Renk bilgisi

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

RGB renk modeli

#C9DAF6 color RGB value is (201,218,246).

  • kırmız ton 201;
  • yeşil ton 218;
  • mavi ton 246.
RGB:
(201,218,246)
(79%,85%,96%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 218 of 255 = 85%
B 246 of 255 = 96%

201
218
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 218 + 246 = 665 (100%)
R 201 of 665 ~ 30.23%
G 218 of 665 ~ 32.78%
B 246 of 665 ~ 36.99%

%30.23
%32.78
%36.99

CMYK RENK MODELİ

#C9DAF6 rengi CMYK tonu (18,11,0,4).

  • camgöbeği tonu 18.29%
  • eflatun tonu 11.38%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(18,11,0,4)
C18M11Y0K4 
(18%,11%,0%,4%)
(0.18/0.11/0.00/0.04)	

CMYK yüzdeleri

%18.29
%11.38
%0
%3.53

Codes

Color #C9DAF6 in popluar color models

C9DAF6
RGB201218246
HSL217°71.43%87.65%
HSB/HSV217°18.29%96.47%
CMYK18.29%11.38%0.00%
3.53%

Color #C9DAF6 in popluar number systems.

HEXC9DAF6
Decimal201218246
Binary110010011101101011110110
Octal311332366

Shades and tints

Shades of #C9DAF6

#C9DAF6
(201,218,246)
#B7C7E0
(183,199,224)
#A5B4CA
(165,180,202)
#93A1B4
(147,161,180)
#818E9E
(129,142,158)
#6F7B88
(111,123,136)
#5D6872
(93,104,114)
#4B555C
(75,85,92)
#394246
(57,66,70)
#272F30
(39,47,48)
#151C1A
(21,28,26)
#000000
(0,0,0)

Tints of #C9DAF6

#C9DAF6
(201,218,246)
#CDDDF6
(205,221,246)
#D1E0F6
(209,224,246)
#D5E3F6
(213,227,246)
#D9E6F6
(217,230,246)
#DDE9F6
(221,233,246)
#E1ECF6
(225,236,246)
#E5EFF6
(229,239,246)
#E9F2F6
(233,242,246)
#EDF5F6
(237,245,246)
#F1F8F6
(241,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9DAF6 color. Also use rgb(201,218,246) instead hex code.

Text Font Color

.myTextColor { color: #C9DAF6; }

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

This text font color is #C9DAF6.


Background Color

.myBgColor { background-color: #C9DAF6; }

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

This div background color is #C9DAF6.


Border color

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

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

This div border color is #C9DAF6.


Opacity

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

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

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

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

This text has shadow with #C9DAF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DAF6 on black background.


Color preview on white background

This text has color #C9DAF6 on white background.



Black color preview on #C9DAF6 background

This text has black color on #C9DAF6 background.


White color preview on #C9DAF6 background

This text has white color on #C9DAF6 background.