COLOR #C9C5D1

HEX: #C9C5D1
RGB: (201,197,209)

Renk bilgisi

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

RGB renk modeli

#C9C5D1 color RGB value is (201,197,209).

  • kırmız ton 201;
  • yeşil ton 197;
  • mavi ton 209.
RGB:
(201,197,209)
(79%,77%,82%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 197 of 255 = 77%
B 209 of 255 = 82%

201
197
209

R + G + B ~ 79%. #C9C5D1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 197 + 209 = 607 (100%)
R 201 of 607 ~ 33.11%
G 197 of 607 ~ 32.45%
B 209 of 607 ~ 34.43%

%33.11
%32.45
%34.43

CMYK RENK MODELİ

#C9C5D1 rengi CMYK tonu (4,6,0,18).

  • camgöbeği tonu 3.83%
  • eflatun tonu 5.74%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(4,6,0,18)
C4M6Y0K18 
(4%,6%,0%,18%)
(0.04/0.06/0.00/0.18)	

CMYK yüzdeleri

%3.83
%5.74
%0
%18.04

Codes

Color #C9C5D1 in popluar color models

C9C5D1
RGB201197209
HSL260°11.54%79.61%
HSB/HSV260°5.74%81.96%
CMYK3.83%5.74%0.00%
18.04%

Color #C9C5D1 in popluar number systems.

HEXC9C5D1
Decimal201197209
Binary110010011100010111010001
Octal311305321

Shades and tints

Shades of #C9C5D1

#C9C5D1
(201,197,209)
#B7B4BE
(183,180,190)
#A5A3AB
(165,163,171)
#939298
(147,146,152)
#818185
(129,129,133)
#6F7072
(111,112,114)
#5D5F5F
(93,95,95)
#4B4E4C
(75,78,76)
#393D39
(57,61,57)
#272C26
(39,44,38)
#151B13
(21,27,19)
#000000
(0,0,0)

Tints of #C9C5D1

#C9C5D1
(201,197,209)
#CDCAD5
(205,202,213)
#D1CFD9
(209,207,217)
#D5D4DD
(213,212,221)
#D9D9E1
(217,217,225)
#DDDEE5
(221,222,229)
#E1E3E9
(225,227,233)
#E5E8ED
(229,232,237)
#E9EDF1
(233,237,241)
#EDF2F5
(237,242,245)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C5D1 color. Also use rgb(201,197,209) instead hex code.

Text Font Color

.myTextColor { color: #C9C5D1; }

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

This text font color is #C9C5D1.


Background Color

.myBgColor { background-color: #C9C5D1; }

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

This div background color is #C9C5D1.


Border color

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

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

This div border color is #C9C5D1.


Opacity

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

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

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

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

This text has shadow with #C9C5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C5D1 on black background.


Color preview on white background

This text has color #C9C5D1 on white background.



Black color preview on #C9C5D1 background

This text has black color on #C9C5D1 background.


White color preview on #C9C5D1 background

This text has white color on #C9C5D1 background.