COLOR #C9D8E2

HEX: #C9D8E2
RGB: (201,216,226)

Renk bilgisi

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

RGB renk modeli

#C9D8E2 color RGB value is (201,216,226).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 216 of 255 = 85%
B 226 of 255 = 89%

201
216
226

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 216 + 226 = 643 (100%)
R 201 of 643 ~ 31.26%
G 216 of 643 ~ 33.59%
B 226 of 643 ~ 35.15%

%31.26
%33.59
%35.15

CMYK RENK MODELİ

#C9D8E2 rengi CMYK tonu (11,4,0,11).

  • camgöbeği tonu 11.06%
  • eflatun tonu 4.42%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(11,4,0,11)
C11M4Y0K11 
(11%,4%,0%,11%)
(0.11/0.04/0.00/0.11)	

CMYK yüzdeleri

%11.06
%4.42
%0
%11.37

Codes

Color #C9D8E2 in popluar color models

C9D8E2
RGB201216226
HSL204°30.12%83.73%
HSB/HSV204°11.06%88.63%
CMYK11.06%4.42%0.00%
11.37%

Color #C9D8E2 in popluar number systems.

HEXC9D8E2
Decimal201216226
Binary110010011101100011100010
Octal311330342

Shades and tints

Shades of #C9D8E2

#C9D8E2
(201,216,226)
#B7C5CE
(183,197,206)
#A5B2BA
(165,178,186)
#939FA6
(147,159,166)
#818C92
(129,140,146)
#6F797E
(111,121,126)
#5D666A
(93,102,106)
#4B5356
(75,83,86)
#394042
(57,64,66)
#272D2E
(39,45,46)
#151A1A
(21,26,26)
#000000
(0,0,0)

Tints of #C9D8E2

#C9D8E2
(201,216,226)
#CDDBE4
(205,219,228)
#D1DEE6
(209,222,230)
#D5E1E8
(213,225,232)
#D9E4EA
(217,228,234)
#DDE7EC
(221,231,236)
#E1EAEE
(225,234,238)
#E5EDF0
(229,237,240)
#E9F0F2
(233,240,242)
#EDF3F4
(237,243,244)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D8E2; }

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

This text font color is #C9D8E2.


Background Color

.myBgColor { background-color: #C9D8E2; }

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

This div background color is #C9D8E2.


Border color

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

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

This div border color is #C9D8E2.


Opacity

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

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

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

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

This text has shadow with #C9D8E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D8E2 on black background.


Color preview on white background

This text has color #C9D8E2 on white background.



Black color preview on #C9D8E2 background

This text has black color on #C9D8E2 background.


White color preview on #C9D8E2 background

This text has white color on #C9D8E2 background.