COLOR #C9B0DA

HEX: #C9B0DA
RGB: (201,176,218)

Renk bilgisi

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

RGB renk modeli

#C9B0DA color RGB value is (201,176,218).

  • kırmız ton 201;
  • yeşil ton 176;
  • mavi ton 218.
RGB:
(201,176,218)
(79%,69%,85%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 176 of 255 = 69%
B 218 of 255 = 85%

201
176
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 176 + 218 = 595 (100%)
R 201 of 595 ~ 33.78%
G 176 of 595 ~ 29.58%
B 218 of 595 ~ 36.64%

%33.78
%29.58
%36.64

CMYK RENK MODELİ

#C9B0DA rengi CMYK tonu (8,19,0,15).

  • camgöbeği tonu 7.80%
  • eflatun tonu 19.27%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(8,19,0,15)
C8M19Y0K15 
(8%,19%,0%,15%)
(0.08/0.19/0.00/0.15)	

CMYK yüzdeleri

%7.8
%19.27
%0
%14.51

Codes

Color #C9B0DA in popluar color models

C9B0DA
RGB201176218
HSL276°36.21%77.25%
HSB/HSV276°19.27%85.49%
CMYK7.80%19.27%0.00%
14.51%

Color #C9B0DA in popluar number systems.

HEXC9B0DA
Decimal201176218
Binary110010011011000011011010
Octal311260332

Shades and tints

Shades of #C9B0DA

#C9B0DA
(201,176,218)
#B7A0C7
(183,160,199)
#A590B4
(165,144,180)
#9380A1
(147,128,161)
#81708E
(129,112,142)
#6F607B
(111,96,123)
#5D5068
(93,80,104)
#4B4055
(75,64,85)
#393042
(57,48,66)
#27202F
(39,32,47)
#15101C
(21,16,28)
#000000
(0,0,0)

Tints of #C9B0DA

#C9B0DA
(201,176,218)
#CDB7DD
(205,183,221)
#D1BEE0
(209,190,224)
#D5C5E3
(213,197,227)
#D9CCE6
(217,204,230)
#DDD3E9
(221,211,233)
#E1DAEC
(225,218,236)
#E5E1EF
(229,225,239)
#E9E8F2
(233,232,242)
#EDEFF5
(237,239,245)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B0DA color. Also use rgb(201,176,218) instead hex code.

Text Font Color

.myTextColor { color: #C9B0DA; }

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

This text font color is #C9B0DA.


Background Color

.myBgColor { background-color: #C9B0DA; }

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

This div background color is #C9B0DA.


Border color

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

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

This div border color is #C9B0DA.


Opacity

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

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

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

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

This text has shadow with #C9B0DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B0DA on black background.


Color preview on white background

This text has color #C9B0DA on white background.



Black color preview on #C9B0DA background

This text has black color on #C9B0DA background.


White color preview on #C9B0DA background

This text has white color on #C9B0DA background.