COLOR #C9D8EE

HEX: #C9D8EE
RGB: (201,216,238)

Renk bilgisi

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

RGB renk modeli

#C9D8EE color RGB value is (201,216,238).

  • kırmız ton 201;
  • yeşil ton 216;
  • mavi ton 238.
RGB:
(201,216,238)
(79%,85%,93%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 216 of 255 = 85%
B 238 of 255 = 93%

201
216
238

R + G + B ~ 86%. #C9D8EE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 216 + 238 = 655 (100%)
R 201 of 655 ~ 30.69%
G 216 of 655 ~ 32.98%
B 238 of 655 ~ 36.34%

%30.69
%32.98
%36.34

CMYK RENK MODELİ

#C9D8EE rengi CMYK tonu (16,9,0,7).

  • camgöbeği tonu 15.55%
  • eflatun tonu 9.24%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(16,9,0,7)
C16M9Y0K7 
(16%,9%,0%,7%)
(0.16/0.09/0.00/0.07)	

CMYK yüzdeleri

%15.55
%9.24
%0
%6.67

Codes

Color #C9D8EE in popluar color models

C9D8EE
RGB201216238
HSL216°52.11%86.08%
HSB/HSV216°15.55%93.33%
CMYK15.55%9.24%0.00%
6.67%

Color #C9D8EE in popluar number systems.

HEXC9D8EE
Decimal201216238
Binary110010011101100011101110
Octal311330356

Shades and tints

Shades of #C9D8EE

#C9D8EE
(201,216,238)
#B7C5D9
(183,197,217)
#A5B2C4
(165,178,196)
#939FAF
(147,159,175)
#818C9A
(129,140,154)
#6F7985
(111,121,133)
#5D6670
(93,102,112)
#4B535B
(75,83,91)
#394046
(57,64,70)
#272D31
(39,45,49)
#151A1C
(21,26,28)
#000000
(0,0,0)

Tints of #C9D8EE

#C9D8EE
(201,216,238)
#CDDBEF
(205,219,239)
#D1DEF0
(209,222,240)
#D5E1F1
(213,225,241)
#D9E4F2
(217,228,242)
#DDE7F3
(221,231,243)
#E1EAF4
(225,234,244)
#E5EDF5
(229,237,245)
#E9F0F6
(233,240,246)
#EDF3F7
(237,243,247)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D8EE color. Also use rgb(201,216,238) instead hex code.

Text Font Color

.myTextColor { color: #C9D8EE; }

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

This text font color is #C9D8EE.


Background Color

.myBgColor { background-color: #C9D8EE; }

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

This div background color is #C9D8EE.


Border color

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

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

This div border color is #C9D8EE.


Opacity

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

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

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

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

This text has shadow with #C9D8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D8EE on black background.


Color preview on white background

This text has color #C9D8EE on white background.



Black color preview on #C9D8EE background

This text has black color on #C9D8EE background.


White color preview on #C9D8EE background

This text has white color on #C9D8EE background.