COLOR #C9DBDE

HEX: #C9DBDE
RGB: (201,219,222)

Renk bilgisi

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

RGB renk modeli

#C9DBDE color RGB value is (201,219,222).

  • kırmız ton 201;
  • yeşil ton 219;
  • mavi ton 222.
RGB:
(201,219,222)
(79%,86%,87%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 219 of 255 = 86%
B 222 of 255 = 87%

201
219
222

R + G + B ~ 84%. #C9DBDE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 219 + 222 = 642 (100%)
R 201 of 642 ~ 31.31%
G 219 of 642 ~ 34.11%
B 222 of 642 ~ 34.58%

%31.31
%34.11
%34.58

CMYK RENK MODELİ

#C9DBDE rengi CMYK tonu (9,1,0,13).

  • camgöbeği tonu 9.46%
  • eflatun tonu 1.35%
  • sarı tonu 0.00%
  • ana renk tonu 12.94%
CMYK:
(9,1,0,13)
C9M1Y0K13 
(9%,1%,0%,13%)
(0.09/0.01/0.00/0.13)	

CMYK yüzdeleri

%9.46
%1.35
%0
%12.94

Codes

Color #C9DBDE in popluar color models

C9DBDE
RGB201219222
HSL189°24.14%82.94%
HSB/HSV189°9.46%87.06%
CMYK9.46%1.35%0.00%
12.94%

Color #C9DBDE in popluar number systems.

HEXC9DBDE
Decimal201219222
Binary110010011101101111011110
Octal311333336

Shades and tints

Shades of #C9DBDE

#C9DBDE
(201,219,222)
#B7C8CA
(183,200,202)
#A5B5B6
(165,181,182)
#93A2A2
(147,162,162)
#818F8E
(129,143,142)
#6F7C7A
(111,124,122)
#5D6966
(93,105,102)
#4B5652
(75,86,82)
#39433E
(57,67,62)
#27302A
(39,48,42)
#151D16
(21,29,22)
#000000
(0,0,0)

Tints of #C9DBDE

#C9DBDE
(201,219,222)
#CDDEE1
(205,222,225)
#D1E1E4
(209,225,228)
#D5E4E7
(213,228,231)
#D9E7EA
(217,231,234)
#DDEAED
(221,234,237)
#E1EDF0
(225,237,240)
#E5F0F3
(229,240,243)
#E9F3F6
(233,243,246)
#EDF6F9
(237,246,249)
#F1F9FC
(241,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9DBDE color. Also use rgb(201,219,222) instead hex code.

Text Font Color

.myTextColor { color: #C9DBDE; }

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

This text font color is #C9DBDE.


Background Color

.myBgColor { background-color: #C9DBDE; }

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

This div background color is #C9DBDE.


Border color

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

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

This div border color is #C9DBDE.


Opacity

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

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

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

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

This text has shadow with #C9DBDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DBDE on black background.


Color preview on white background

This text has color #C9DBDE on white background.



Black color preview on #C9DBDE background

This text has black color on #C9DBDE background.


White color preview on #C9DBDE background

This text has white color on #C9DBDE background.