COLOR #C9DAEB

HEX: #C9DAEB
RGB: (201,218,235)

Renk bilgisi

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

RGB renk modeli

#C9DAEB color RGB value is (201,218,235).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 218 of 255 = 85%
B 235 of 255 = 92%

201
218
235

R + G + B ~ 85%. #C9DAEB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 218 + 235 = 654 (100%)
R 201 of 654 ~ 30.73%
G 218 of 654 ~ 33.33%
B 235 of 654 ~ 35.93%

%30.73
%33.33
%35.93

CMYK RENK MODELİ

#C9DAEB rengi CMYK tonu (14,7,0,8).

  • camgöbeği tonu 14.47%
  • eflatun tonu 7.23%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(14,7,0,8)
C14M7Y0K8 
(14%,7%,0%,8%)
(0.14/0.07/0.00/0.08)	

CMYK yüzdeleri

%14.47
%7.23
%0
%7.84

Codes

Color #C9DAEB in popluar color models

C9DAEB
RGB201218235
HSL210°45.95%85.49%
HSB/HSV210°14.47%92.16%
CMYK14.47%7.23%0.00%
7.84%

Color #C9DAEB in popluar number systems.

HEXC9DAEB
Decimal201218235
Binary110010011101101011101011
Octal311332353

Shades and tints

Shades of #C9DAEB

#C9DAEB
(201,218,235)
#B7C7D6
(183,199,214)
#A5B4C1
(165,180,193)
#93A1AC
(147,161,172)
#818E97
(129,142,151)
#6F7B82
(111,123,130)
#5D686D
(93,104,109)
#4B5558
(75,85,88)
#394243
(57,66,67)
#272F2E
(39,47,46)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #C9DAEB

#C9DAEB
(201,218,235)
#CDDDEC
(205,221,236)
#D1E0ED
(209,224,237)
#D5E3EE
(213,227,238)
#D9E6EF
(217,230,239)
#DDE9F0
(221,233,240)
#E1ECF1
(225,236,241)
#E5EFF2
(229,239,242)
#E9F2F3
(233,242,243)
#EDF5F4
(237,245,244)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DAEB; }

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

This text font color is #C9DAEB.


Background Color

.myBgColor { background-color: #C9DAEB; }

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

This div background color is #C9DAEB.


Border color

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

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

This div border color is #C9DAEB.


Opacity

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

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

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

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

This text has shadow with #C9DAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DAEB on black background.


Color preview on white background

This text has color #C9DAEB on white background.



Black color preview on #C9DAEB background

This text has black color on #C9DAEB background.


White color preview on #C9DAEB background

This text has white color on #C9DAEB background.