COLOR #C9B5D7

HEX: #C9B5D7
RGB: (201,181,215)

Renk bilgisi

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

RGB renk modeli

#C9B5D7 color RGB value is (201,181,215).

  • kırmız ton 201;
  • yeşil ton 181;
  • mavi ton 215.
RGB:
(201,181,215)
(79%,71%,84%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 181 of 255 = 71%
B 215 of 255 = 84%

201
181
215

R + G + B ~ 78%. #C9B5D7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 181 + 215 = 597 (100%)
R 201 of 597 ~ 33.67%
G 181 of 597 ~ 30.32%
B 215 of 597 ~ 36.01%

%33.67
%30.32
%36.01

CMYK RENK MODELİ

#C9B5D7 rengi CMYK tonu (7,16,0,16).

  • camgöbeği tonu 6.51%
  • eflatun tonu 15.81%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(7,16,0,16)
C7M16Y0K16 
(7%,16%,0%,16%)
(0.07/0.16/0.00/0.16)	

CMYK yüzdeleri

%6.51
%15.81
%0
%15.69

Codes

Color #C9B5D7 in popluar color models

C9B5D7
RGB201181215
HSL275°29.82%77.65%
HSB/HSV275°15.81%84.31%
CMYK6.51%15.81%0.00%
15.69%

Color #C9B5D7 in popluar number systems.

HEXC9B5D7
Decimal201181215
Binary110010011011010111010111
Octal311265327

Shades and tints

Shades of #C9B5D7

#C9B5D7
(201,181,215)
#B7A5C4
(183,165,196)
#A595B1
(165,149,177)
#93859E
(147,133,158)
#81758B
(129,117,139)
#6F6578
(111,101,120)
#5D5565
(93,85,101)
#4B4552
(75,69,82)
#39353F
(57,53,63)
#27252C
(39,37,44)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #C9B5D7

#C9B5D7
(201,181,215)
#CDBBDA
(205,187,218)
#D1C1DD
(209,193,221)
#D5C7E0
(213,199,224)
#D9CDE3
(217,205,227)
#DDD3E6
(221,211,230)
#E1D9E9
(225,217,233)
#E5DFEC
(229,223,236)
#E9E5EF
(233,229,239)
#EDEBF2
(237,235,242)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B5D7 color. Also use rgb(201,181,215) instead hex code.

Text Font Color

.myTextColor { color: #C9B5D7; }

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

This text font color is #C9B5D7.


Background Color

.myBgColor { background-color: #C9B5D7; }

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

This div background color is #C9B5D7.


Border color

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

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

This div border color is #C9B5D7.


Opacity

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

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

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

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

This text has shadow with #C9B5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B5D7 on black background.


Color preview on white background

This text has color #C9B5D7 on white background.



Black color preview on #C9B5D7 background

This text has black color on #C9B5D7 background.


White color preview on #C9B5D7 background

This text has white color on #C9B5D7 background.