COLOR #C9D0ED

HEX: #C9D0ED
RGB: (201,208,237)

Renk bilgisi

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

RGB renk modeli

#C9D0ED color RGB value is (201,208,237).

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

RGB bağlantıları ve doygunluk

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

201
208
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 208 + 237 = 646 (100%)
R 201 of 646 ~ 31.11%
G 208 of 646 ~ 32.2%
B 237 of 646 ~ 36.69%

%31.11
%32.2
%36.69

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%15.19
%12.24
%0
%7.06

Codes

Color #C9D0ED in popluar color models

C9D0ED
RGB201208237
HSL228°50.00%85.88%
HSB/HSV228°15.19%92.94%
CMYK15.19%12.24%0.00%
7.06%

Color #C9D0ED in popluar number systems.

HEXC9D0ED
Decimal201208237
Binary110010011101000011101101
Octal311320355

Shades and tints

Shades of #C9D0ED

#C9D0ED
(201,208,237)
#B7BED8
(183,190,216)
#A5ACC3
(165,172,195)
#939AAE
(147,154,174)
#818899
(129,136,153)
#6F7684
(111,118,132)
#5D646F
(93,100,111)
#4B525A
(75,82,90)
#394045
(57,64,69)
#272E30
(39,46,48)
#151C1B
(21,28,27)
#000000
(0,0,0)

Tints of #C9D0ED

#C9D0ED
(201,208,237)
#CDD4EE
(205,212,238)
#D1D8EF
(209,216,239)
#D5DCF0
(213,220,240)
#D9E0F1
(217,224,241)
#DDE4F2
(221,228,242)
#E1E8F3
(225,232,243)
#E5ECF4
(229,236,244)
#E9F0F5
(233,240,245)
#EDF4F6
(237,244,246)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D0ED; }

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

This text font color is #C9D0ED.


Background Color

.myBgColor { background-color: #C9D0ED; }

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

This div background color is #C9D0ED.


Border color

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

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

This div border color is #C9D0ED.


Opacity

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

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

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

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

This text has shadow with #C9D0ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D0ED on black background.


Color preview on white background

This text has color #C9D0ED on white background.



Black color preview on #C9D0ED background

This text has black color on #C9D0ED background.


White color preview on #C9D0ED background

This text has white color on #C9D0ED background.