COLOR #C9CDD6

HEX: #C9CDD6
RGB: (201,205,214)

Renk bilgisi

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

RGB renk modeli

#C9CDD6 color RGB value is (201,205,214).

  • kırmız ton 201;
  • yeşil ton 205;
  • mavi ton 214.
RGB:
(201,205,214)
(79%,80%,84%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 205 of 255 = 80%
B 214 of 255 = 84%

201
205
214

R + G + B ~ 81%. #C9CDD6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 205 + 214 = 620 (100%)
R 201 of 620 ~ 32.42%
G 205 of 620 ~ 33.06%
B 214 of 620 ~ 34.52%

%32.42
%33.06
%34.52

CMYK RENK MODELİ

#C9CDD6 rengi CMYK tonu (6,4,0,16).

  • camgöbeği tonu 6.07%
  • eflatun tonu 4.21%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(6,4,0,16)
C6M4Y0K16 
(6%,4%,0%,16%)
(0.06/0.04/0.00/0.16)	

CMYK yüzdeleri

%6.07
%4.21
%0
%16.08

Codes

Color #C9CDD6 in popluar color models

C9CDD6
RGB201205214
HSL222°13.68%81.37%
HSB/HSV222°6.07%83.92%
CMYK6.07%4.21%0.00%
16.08%

Color #C9CDD6 in popluar number systems.

HEXC9CDD6
Decimal201205214
Binary110010011100110111010110
Octal311315326

Shades and tints

Shades of #C9CDD6

#C9CDD6
(201,205,214)
#B7BBC3
(183,187,195)
#A5A9B0
(165,169,176)
#93979D
(147,151,157)
#81858A
(129,133,138)
#6F7377
(111,115,119)
#5D6164
(93,97,100)
#4B4F51
(75,79,81)
#393D3E
(57,61,62)
#272B2B
(39,43,43)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #C9CDD6

#C9CDD6
(201,205,214)
#CDD1D9
(205,209,217)
#D1D5DC
(209,213,220)
#D5D9DF
(213,217,223)
#D9DDE2
(217,221,226)
#DDE1E5
(221,225,229)
#E1E5E8
(225,229,232)
#E5E9EB
(229,233,235)
#E9EDEE
(233,237,238)
#EDF1F1
(237,241,241)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CDD6 color. Also use rgb(201,205,214) instead hex code.

Text Font Color

.myTextColor { color: #C9CDD6; }

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

This text font color is #C9CDD6.


Background Color

.myBgColor { background-color: #C9CDD6; }

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

This div background color is #C9CDD6.


Border color

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

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

This div border color is #C9CDD6.


Opacity

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

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

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

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

This text has shadow with #C9CDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CDD6 on black background.


Color preview on white background

This text has color #C9CDD6 on white background.



Black color preview on #C9CDD6 background

This text has black color on #C9CDD6 background.


White color preview on #C9CDD6 background

This text has white color on #C9CDD6 background.