COLOR #C9D5EC

HEX: #C9D5EC
RGB: (201,213,236)

Renk bilgisi

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

RGB renk modeli

#C9D5EC color RGB value is (201,213,236).

  • kırmız ton 201;
  • yeşil ton 213;
  • mavi ton 236.
RGB:
(201,213,236)
(79%,84%,93%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 213 of 255 = 84%
B 236 of 255 = 93%

201
213
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 213 + 236 = 650 (100%)
R 201 of 650 ~ 30.92%
G 213 of 650 ~ 32.77%
B 236 of 650 ~ 36.31%

%30.92
%32.77
%36.31

CMYK RENK MODELİ

#C9D5EC rengi CMYK tonu (15,10,0,7).

  • camgöbeği tonu 14.83%
  • eflatun tonu 9.75%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(15,10,0,7)
C15M10Y0K7 
(15%,10%,0%,7%)
(0.15/0.10/0.00/0.07)	

CMYK yüzdeleri

%14.83
%9.75
%0
%7.45

Codes

Color #C9D5EC in popluar color models

C9D5EC
RGB201213236
HSL219°47.95%85.69%
HSB/HSV219°14.83%92.55%
CMYK14.83%9.75%0.00%
7.45%

Color #C9D5EC in popluar number systems.

HEXC9D5EC
Decimal201213236
Binary110010011101010111101100
Octal311325354

Shades and tints

Shades of #C9D5EC

#C9D5EC
(201,213,236)
#B7C2D7
(183,194,215)
#A5AFC2
(165,175,194)
#939CAD
(147,156,173)
#818998
(129,137,152)
#6F7683
(111,118,131)
#5D636E
(93,99,110)
#4B5059
(75,80,89)
#393D44
(57,61,68)
#272A2F
(39,42,47)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #C9D5EC

#C9D5EC
(201,213,236)
#CDD8ED
(205,216,237)
#D1DBEE
(209,219,238)
#D5DEEF
(213,222,239)
#D9E1F0
(217,225,240)
#DDE4F1
(221,228,241)
#E1E7F2
(225,231,242)
#E5EAF3
(229,234,243)
#E9EDF4
(233,237,244)
#EDF0F5
(237,240,245)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D5EC color. Also use rgb(201,213,236) instead hex code.

Text Font Color

.myTextColor { color: #C9D5EC; }

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

This text font color is #C9D5EC.


Background Color

.myBgColor { background-color: #C9D5EC; }

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

This div background color is #C9D5EC.


Border color

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

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

This div border color is #C9D5EC.


Opacity

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

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

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

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

This text has shadow with #C9D5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D5EC on black background.


Color preview on white background

This text has color #C9D5EC on white background.



Black color preview on #C9D5EC background

This text has black color on #C9D5EC background.


White color preview on #C9D5EC background

This text has white color on #C9D5EC background.