COLOR #C9D0EC

HEX: #C9D0EC
RGB: (201,208,236)

Renk bilgisi

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

RGB renk modeli

#C9D0EC color RGB value is (201,208,236).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 208 of 255 = 82%
B 236 of 255 = 93%

201
208
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 208 + 236 = 645 (100%)
R 201 of 645 ~ 31.16%
G 208 of 645 ~ 32.25%
B 236 of 645 ~ 36.59%

%31.16
%32.25
%36.59

CMYK RENK MODELİ

#C9D0EC rengi CMYK tonu (15,12,0,7).

  • camgöbeği tonu 14.83%
  • eflatun tonu 11.86%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(15,12,0,7)
C15M12Y0K7 
(15%,12%,0%,7%)
(0.15/0.12/0.00/0.07)	

CMYK yüzdeleri

%14.83
%11.86
%0
%7.45

Codes

Color #C9D0EC in popluar color models

C9D0EC
RGB201208236
HSL228°47.95%85.69%
HSB/HSV228°14.83%92.55%
CMYK14.83%11.86%0.00%
7.45%

Color #C9D0EC in popluar number systems.

HEXC9D0EC
Decimal201208236
Binary110010011101000011101100
Octal311320354

Shades and tints

Shades of #C9D0EC

#C9D0EC
(201,208,236)
#B7BED7
(183,190,215)
#A5ACC2
(165,172,194)
#939AAD
(147,154,173)
#818898
(129,136,152)
#6F7683
(111,118,131)
#5D646E
(93,100,110)
#4B5259
(75,82,89)
#394044
(57,64,68)
#272E2F
(39,46,47)
#151C1A
(21,28,26)
#000000
(0,0,0)

Tints of #C9D0EC

#C9D0EC
(201,208,236)
#CDD4ED
(205,212,237)
#D1D8EE
(209,216,238)
#D5DCEF
(213,220,239)
#D9E0F0
(217,224,240)
#DDE4F1
(221,228,241)
#E1E8F2
(225,232,242)
#E5ECF3
(229,236,243)
#E9F0F4
(233,240,244)
#EDF4F5
(237,244,245)
#F1F8F6
(241,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D0EC; }

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

This text font color is #C9D0EC.


Background Color

.myBgColor { background-color: #C9D0EC; }

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

This div background color is #C9D0EC.


Border color

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

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

This div border color is #C9D0EC.


Opacity

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

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

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

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

This text has shadow with #C9D0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D0EC on black background.


Color preview on white background

This text has color #C9D0EC on white background.



Black color preview on #C9D0EC background

This text has black color on #C9D0EC background.


White color preview on #C9D0EC background

This text has white color on #C9D0EC background.