COLOR #C9D5E8

HEX: #C9D5E8
RGB: (201,213,232)

Renk bilgisi

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

RGB renk modeli

#C9D5E8 color RGB value is (201,213,232).

  • kırmız ton 201;
  • yeşil ton 213;
  • mavi ton 232.
RGB:
(201,213,232)
(79%,84%,91%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 213 of 255 = 84%
B 232 of 255 = 91%

201
213
232

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 213 + 232 = 646 (100%)
R 201 of 646 ~ 31.11%
G 213 of 646 ~ 32.97%
B 232 of 646 ~ 35.91%

%31.11
%32.97
%35.91

CMYK RENK MODELİ

#C9D5E8 rengi CMYK tonu (13,8,0,9).

  • camgöbeği tonu 13.36%
  • eflatun tonu 8.19%
  • sarı tonu 0.00%
  • ana renk tonu 9.02%
CMYK:
(13,8,0,9)
C13M8Y0K9 
(13%,8%,0%,9%)
(0.13/0.08/0.00/0.09)	

CMYK yüzdeleri

%13.36
%8.19
%0
%9.02

Codes

Color #C9D5E8 in popluar color models

C9D5E8
RGB201213232
HSL217°40.26%84.90%
HSB/HSV217°13.36%90.98%
CMYK13.36%8.19%0.00%
9.02%

Color #C9D5E8 in popluar number systems.

HEXC9D5E8
Decimal201213232
Binary110010011101010111101000
Octal311325350

Shades and tints

Shades of #C9D5E8

#C9D5E8
(201,213,232)
#B7C2D3
(183,194,211)
#A5AFBE
(165,175,190)
#939CA9
(147,156,169)
#818994
(129,137,148)
#6F767F
(111,118,127)
#5D636A
(93,99,106)
#4B5055
(75,80,85)
#393D40
(57,61,64)
#272A2B
(39,42,43)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #C9D5E8

#C9D5E8
(201,213,232)
#CDD8EA
(205,216,234)
#D1DBEC
(209,219,236)
#D5DEEE
(213,222,238)
#D9E1F0
(217,225,240)
#DDE4F2
(221,228,242)
#E1E7F4
(225,231,244)
#E5EAF6
(229,234,246)
#E9EDF8
(233,237,248)
#EDF0FA
(237,240,250)
#F1F3FC
(241,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D5E8 color. Also use rgb(201,213,232) instead hex code.

Text Font Color

.myTextColor { color: #C9D5E8; }

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

This text font color is #C9D5E8.


Background Color

.myBgColor { background-color: #C9D5E8; }

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

This div background color is #C9D5E8.


Border color

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

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

This div border color is #C9D5E8.


Opacity

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

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

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

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

This text has shadow with #C9D5E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D5E8 on black background.


Color preview on white background

This text has color #C9D5E8 on white background.



Black color preview on #C9D5E8 background

This text has black color on #C9D5E8 background.


White color preview on #C9D5E8 background

This text has white color on #C9D5E8 background.