COLOR #C9DDE4

HEX: #C9DDE4
RGB: (201,221,228)

Renk bilgisi

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

RGB renk modeli

#C9DDE4 color RGB value is (201,221,228).

  • kırmız ton 201;
  • yeşil ton 221;
  • mavi ton 228.
RGB:
(201,221,228)
(79%,87%,89%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 221 of 255 = 87%
B 228 of 255 = 89%

201
221
228

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 221 + 228 = 650 (100%)
R 201 of 650 ~ 30.92%
G 221 of 650 ~ 34%
B 228 of 650 ~ 35.08%

%30.92
%34
%35.08

CMYK RENK MODELİ

#C9DDE4 rengi CMYK tonu (12,3,0,11).

  • camgöbeği tonu 11.84%
  • eflatun tonu 3.07%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(12,3,0,11)
C12M3Y0K11 
(12%,3%,0%,11%)
(0.12/0.03/0.00/0.11)	

CMYK yüzdeleri

%11.84
%3.07
%0
%10.59

Codes

Color #C9DDE4 in popluar color models

C9DDE4
RGB201221228
HSL196°33.33%84.12%
HSB/HSV196°11.84%89.41%
CMYK11.84%3.07%0.00%
10.59%

Color #C9DDE4 in popluar number systems.

HEXC9DDE4
Decimal201221228
Binary110010011101110111100100
Octal311335344

Shades and tints

Shades of #C9DDE4

#C9DDE4
(201,221,228)
#B7C9D0
(183,201,208)
#A5B5BC
(165,181,188)
#93A1A8
(147,161,168)
#818D94
(129,141,148)
#6F7980
(111,121,128)
#5D656C
(93,101,108)
#4B5158
(75,81,88)
#393D44
(57,61,68)
#272930
(39,41,48)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #C9DDE4

#C9DDE4
(201,221,228)
#CDE0E6
(205,224,230)
#D1E3E8
(209,227,232)
#D5E6EA
(213,230,234)
#D9E9EC
(217,233,236)
#DDECEE
(221,236,238)
#E1EFF0
(225,239,240)
#E5F2F2
(229,242,242)
#E9F5F4
(233,245,244)
#EDF8F6
(237,248,246)
#F1FBF8
(241,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9DDE4 color. Also use rgb(201,221,228) instead hex code.

Text Font Color

.myTextColor { color: #C9DDE4; }

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

This text font color is #C9DDE4.


Background Color

.myBgColor { background-color: #C9DDE4; }

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

This div background color is #C9DDE4.


Border color

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

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

This div border color is #C9DDE4.


Opacity

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

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

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

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

This text has shadow with #C9DDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DDE4 on black background.


Color preview on white background

This text has color #C9DDE4 on white background.



Black color preview on #C9DDE4 background

This text has black color on #C9DDE4 background.


White color preview on #C9DDE4 background

This text has white color on #C9DDE4 background.