COLOR #C9DAF4

HEX: #C9DAF4
RGB: (201,218,244)

Renk bilgisi

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

RGB renk modeli

#C9DAF4 color RGB value is (201,218,244).

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

RGB bağlantıları ve doygunluk

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

201
218
244

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 218 + 244 = 663 (100%)
R 201 of 663 ~ 30.32%
G 218 of 663 ~ 32.88%
B 244 of 663 ~ 36.8%

%30.32
%32.88
%36.8

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%17.62
%10.66
%0
%4.31

Codes

Color #C9DAF4 in popluar color models

C9DAF4
RGB201218244
HSL216°66.15%87.25%
HSB/HSV216°17.62%95.69%
CMYK17.62%10.66%0.00%
4.31%

Color #C9DAF4 in popluar number systems.

HEXC9DAF4
Decimal201218244
Binary110010011101101011110100
Octal311332364

Shades and tints

Shades of #C9DAF4

#C9DAF4
(201,218,244)
#B7C7DE
(183,199,222)
#A5B4C8
(165,180,200)
#93A1B2
(147,161,178)
#818E9C
(129,142,156)
#6F7B86
(111,123,134)
#5D6870
(93,104,112)
#4B555A
(75,85,90)
#394244
(57,66,68)
#272F2E
(39,47,46)
#151C18
(21,28,24)
#000000
(0,0,0)

Tints of #C9DAF4

#C9DAF4
(201,218,244)
#CDDDF5
(205,221,245)
#D1E0F6
(209,224,246)
#D5E3F7
(213,227,247)
#D9E6F8
(217,230,248)
#DDE9F9
(221,233,249)
#E1ECFA
(225,236,250)
#E5EFFB
(229,239,251)
#E9F2FC
(233,242,252)
#EDF5FD
(237,245,253)
#F1F8FE
(241,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DAF4; }

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

This text font color is #C9DAF4.


Background Color

.myBgColor { background-color: #C9DAF4; }

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

This div background color is #C9DAF4.


Border color

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

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

This div border color is #C9DAF4.


Opacity

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

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

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

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

This text has shadow with #C9DAF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DAF4 on black background.


Color preview on white background

This text has color #C9DAF4 on white background.



Black color preview on #C9DAF4 background

This text has black color on #C9DAF4 background.


White color preview on #C9DAF4 background

This text has white color on #C9DAF4 background.