COLOR #C9DCDE

HEX: #C9DCDE
RGB: (201,220,222)

Renk bilgisi

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

RGB renk modeli

#C9DCDE color RGB value is (201,220,222).

  • kırmız ton 201;
  • yeşil ton 220;
  • mavi ton 222.
RGB:
(201,220,222)
(79%,86%,87%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 220 of 255 = 86%
B 222 of 255 = 87%

201
220
222

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 220 + 222 = 643 (100%)
R 201 of 643 ~ 31.26%
G 220 of 643 ~ 34.21%
B 222 of 643 ~ 34.53%

%31.26
%34.21
%34.53

CMYK RENK MODELİ

#C9DCDE rengi CMYK tonu (9,1,0,13).

  • camgöbeği tonu 9.46%
  • eflatun tonu 0.90%
  • sarı tonu 0.00%
  • ana renk tonu 12.94%
CMYK:
(9,1,0,13)
C9M1Y0K13 
(9%,1%,0%,13%)
(0.09/0.01/0.00/0.13)	

CMYK yüzdeleri

%9.46
%0.9
%0
%12.94

Codes

Color #C9DCDE in popluar color models

C9DCDE
RGB201220222
HSL186°24.14%82.94%
HSB/HSV186°9.46%87.06%
CMYK9.46%0.90%0.00%
12.94%

Color #C9DCDE in popluar number systems.

HEXC9DCDE
Decimal201220222
Binary110010011101110011011110
Octal311334336

Shades and tints

Shades of #C9DCDE

#C9DCDE
(201,220,222)
#B7C8CA
(183,200,202)
#A5B4B6
(165,180,182)
#93A0A2
(147,160,162)
#818C8E
(129,140,142)
#6F787A
(111,120,122)
#5D6466
(93,100,102)
#4B5052
(75,80,82)
#393C3E
(57,60,62)
#27282A
(39,40,42)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #C9DCDE

#C9DCDE
(201,220,222)
#CDDFE1
(205,223,225)
#D1E2E4
(209,226,228)
#D5E5E7
(213,229,231)
#D9E8EA
(217,232,234)
#DDEBED
(221,235,237)
#E1EEF0
(225,238,240)
#E5F1F3
(229,241,243)
#E9F4F6
(233,244,246)
#EDF7F9
(237,247,249)
#F1FAFC
(241,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9DCDE color. Also use rgb(201,220,222) instead hex code.

Text Font Color

.myTextColor { color: #C9DCDE; }

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

This text font color is #C9DCDE.


Background Color

.myBgColor { background-color: #C9DCDE; }

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

This div background color is #C9DCDE.


Border color

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

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

This div border color is #C9DCDE.


Opacity

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

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

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

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

This text has shadow with #C9DCDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DCDE on black background.


Color preview on white background

This text has color #C9DCDE on white background.



Black color preview on #C9DCDE background

This text has black color on #C9DCDE background.


White color preview on #C9DCDE background

This text has white color on #C9DCDE background.