COLOR #C9C5DF

HEX: #C9C5DF
RGB: (201,197,223)

Renk bilgisi

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

RGB renk modeli

#C9C5DF color RGB value is (201,197,223).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 197 of 255 = 77%
B 223 of 255 = 87%

201
197
223

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 197 + 223 = 621 (100%)
R 201 of 621 ~ 32.37%
G 197 of 621 ~ 31.72%
B 223 of 621 ~ 35.91%

%32.37
%31.72
%35.91

CMYK RENK MODELİ

#C9C5DF rengi CMYK tonu (10,12,0,13).

  • camgöbeği tonu 9.87%
  • eflatun tonu 11.66%
  • sarı tonu 0.00%
  • ana renk tonu 12.55%
CMYK:
(10,12,0,13)
C10M12Y0K13 
(10%,12%,0%,13%)
(0.10/0.12/0.00/0.13)	

CMYK yüzdeleri

%9.87
%11.66
%0
%12.55

Codes

Color #C9C5DF in popluar color models

C9C5DF
RGB201197223
HSL249°28.89%82.35%
HSB/HSV249°11.66%87.45%
CMYK9.87%11.66%0.00%
12.55%

Color #C9C5DF in popluar number systems.

HEXC9C5DF
Decimal201197223
Binary110010011100010111011111
Octal311305337

Shades and tints

Shades of #C9C5DF

#C9C5DF
(201,197,223)
#B7B4CB
(183,180,203)
#A5A3B7
(165,163,183)
#9392A3
(147,146,163)
#81818F
(129,129,143)
#6F707B
(111,112,123)
#5D5F67
(93,95,103)
#4B4E53
(75,78,83)
#393D3F
(57,61,63)
#272C2B
(39,44,43)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #C9C5DF

#C9C5DF
(201,197,223)
#CDCAE1
(205,202,225)
#D1CFE3
(209,207,227)
#D5D4E5
(213,212,229)
#D9D9E7
(217,217,231)
#DDDEE9
(221,222,233)
#E1E3EB
(225,227,235)
#E5E8ED
(229,232,237)
#E9EDEF
(233,237,239)
#EDF2F1
(237,242,241)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C5DF; }

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

This text font color is #C9C5DF.


Background Color

.myBgColor { background-color: #C9C5DF; }

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

This div background color is #C9C5DF.


Border color

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

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

This div border color is #C9C5DF.


Opacity

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

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

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

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

This text has shadow with #C9C5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C5DF on black background.


Color preview on white background

This text has color #C9C5DF on white background.



Black color preview on #C9C5DF background

This text has black color on #C9C5DF background.


White color preview on #C9C5DF background

This text has white color on #C9C5DF background.