COLOR #C9D2DD

HEX: #C9D2DD
RGB: (201,210,221)

Renk bilgisi

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

RGB renk modeli

#C9D2DD color RGB value is (201,210,221).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 210 of 255 = 82%
B 221 of 255 = 87%

201
210
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 210 + 221 = 632 (100%)
R 201 of 632 ~ 31.8%
G 210 of 632 ~ 33.23%
B 221 of 632 ~ 34.97%

%31.8
%33.23
%34.97

CMYK RENK MODELİ

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

  • camgöbeği tonu 9.05%
  • eflatun tonu 4.98%
  • 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.98
%0
%13.33

Codes

Color #C9D2DD in popluar color models

C9D2DD
RGB201210221
HSL213°22.73%82.75%
HSB/HSV213°9.05%86.67%
CMYK9.05%4.98%0.00%
13.33%

Color #C9D2DD in popluar number systems.

HEXC9D2DD
Decimal201210221
Binary110010011101001011011101
Octal311322335

Shades and tints

Shades of #C9D2DD

#C9D2DD
(201,210,221)
#B7BFC9
(183,191,201)
#A5ACB5
(165,172,181)
#9399A1
(147,153,161)
#81868D
(129,134,141)
#6F7379
(111,115,121)
#5D6065
(93,96,101)
#4B4D51
(75,77,81)
#393A3D
(57,58,61)
#272729
(39,39,41)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #C9D2DD

#C9D2DD
(201,210,221)
#CDD6E0
(205,214,224)
#D1DAE3
(209,218,227)
#D5DEE6
(213,222,230)
#D9E2E9
(217,226,233)
#DDE6EC
(221,230,236)
#E1EAEF
(225,234,239)
#E5EEF2
(229,238,242)
#E9F2F5
(233,242,245)
#EDF6F8
(237,246,248)
#F1FAFB
(241,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D2DD; }

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

This text font color is #C9D2DD.


Background Color

.myBgColor { background-color: #C9D2DD; }

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

This div background color is #C9D2DD.


Border color

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

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

This div border color is #C9D2DD.


Opacity

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

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

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

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

This text has shadow with #C9D2DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D2DD on black background.


Color preview on white background

This text has color #C9D2DD on white background.



Black color preview on #C9D2DD background

This text has black color on #C9D2DD background.


White color preview on #C9D2DD background

This text has white color on #C9D2DD background.