COLOR #C9D3DD

HEX: #C9D3DD
RGB: (201,211,221)

Renk bilgisi

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

RGB renk modeli

#C9D3DD color RGB value is (201,211,221).

  • kırmız ton 201;
  • yeşil ton 211;
  • mavi ton 221.
RGB:
(201,211,221)
(79%,83%,87%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 211 of 255 = 83%
B 221 of 255 = 87%

201
211
221

R + G + B ~ 83%. #C9D3DD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 211 + 221 = 633 (100%)
R 201 of 633 ~ 31.75%
G 211 of 633 ~ 33.33%
B 221 of 633 ~ 34.91%

%31.75
%33.33
%34.91

CMYK RENK MODELİ

#C9D3DD rengi CMYK tonu (9,5,0,13).

  • camgöbeği tonu 9.05%
  • eflatun tonu 4.52%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(9,5,0,13)
C9M5Y0K13 
(9%,5%,0%,13%)
(0.09/0.05/0.00/0.13)	

CMYK yüzdeleri

%9.05
%4.52
%0
%13.33

Codes

Color #C9D3DD in popluar color models

C9D3DD
RGB201211221
HSL210°22.73%82.75%
HSB/HSV210°9.05%86.67%
CMYK9.05%4.52%0.00%
13.33%

Color #C9D3DD in popluar number systems.

HEXC9D3DD
Decimal201211221
Binary110010011101001111011101
Octal311323335

Shades and tints

Shades of #C9D3DD

#C9D3DD
(201,211,221)
#B7C0C9
(183,192,201)
#A5ADB5
(165,173,181)
#939AA1
(147,154,161)
#81878D
(129,135,141)
#6F7479
(111,116,121)
#5D6165
(93,97,101)
#4B4E51
(75,78,81)
#393B3D
(57,59,61)
#272829
(39,40,41)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #C9D3DD

#C9D3DD
(201,211,221)
#CDD7E0
(205,215,224)
#D1DBE3
(209,219,227)
#D5DFE6
(213,223,230)
#D9E3E9
(217,227,233)
#DDE7EC
(221,231,236)
#E1EBEF
(225,235,239)
#E5EFF2
(229,239,242)
#E9F3F5
(233,243,245)
#EDF7F8
(237,247,248)
#F1FBFB
(241,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D3DD color. Also use rgb(201,211,221) instead hex code.

Text Font Color

.myTextColor { color: #C9D3DD; }

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

This text font color is #C9D3DD.


Background Color

.myBgColor { background-color: #C9D3DD; }

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

This div background color is #C9D3DD.


Border color

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

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

This div border color is #C9D3DD.


Opacity

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

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

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

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

This text has shadow with #C9D3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D3DD on black background.


Color preview on white background

This text has color #C9D3DD on white background.



Black color preview on #C9D3DD background

This text has black color on #C9D3DD background.


White color preview on #C9D3DD background

This text has white color on #C9D3DD background.