COLOR #C9B3DA

HEX: #C9B3DA
RGB: (201,179,218)

Renk bilgisi

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

RGB renk modeli

#C9B3DA color RGB value is (201,179,218).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 179 of 255 = 70%
B 218 of 255 = 85%

201
179
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 179 + 218 = 598 (100%)
R 201 of 598 ~ 33.61%
G 179 of 598 ~ 29.93%
B 218 of 598 ~ 36.45%

%33.61
%29.93
%36.45

CMYK RENK MODELİ

#C9B3DA rengi CMYK tonu (8,18,0,15).

  • camgöbeği tonu 7.80%
  • eflatun tonu 17.89%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(8,18,0,15)
C8M18Y0K15 
(8%,18%,0%,15%)
(0.08/0.18/0.00/0.15)	

CMYK yüzdeleri

%7.8
%17.89
%0
%14.51

Codes

Color #C9B3DA in popluar color models

C9B3DA
RGB201179218
HSL274°34.51%77.84%
HSB/HSV274°17.89%85.49%
CMYK7.80%17.89%0.00%
14.51%

Color #C9B3DA in popluar number systems.

HEXC9B3DA
Decimal201179218
Binary110010011011001111011010
Octal311263332

Shades and tints

Shades of #C9B3DA

#C9B3DA
(201,179,218)
#B7A3C7
(183,163,199)
#A593B4
(165,147,180)
#9383A1
(147,131,161)
#81738E
(129,115,142)
#6F637B
(111,99,123)
#5D5368
(93,83,104)
#4B4355
(75,67,85)
#393342
(57,51,66)
#27232F
(39,35,47)
#15131C
(21,19,28)
#000000
(0,0,0)

Tints of #C9B3DA

#C9B3DA
(201,179,218)
#CDB9DD
(205,185,221)
#D1BFE0
(209,191,224)
#D5C5E3
(213,197,227)
#D9CBE6
(217,203,230)
#DDD1E9
(221,209,233)
#E1D7EC
(225,215,236)
#E5DDEF
(229,221,239)
#E9E3F2
(233,227,242)
#EDE9F5
(237,233,245)
#F1EFF8
(241,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B3DA; }

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

This text font color is #C9B3DA.


Background Color

.myBgColor { background-color: #C9B3DA; }

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

This div background color is #C9B3DA.


Border color

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

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

This div border color is #C9B3DA.


Opacity

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

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

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

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

This text has shadow with #C9B3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B3DA on black background.


Color preview on white background

This text has color #C9B3DA on white background.



Black color preview on #C9B3DA background

This text has black color on #C9B3DA background.


White color preview on #C9B3DA background

This text has white color on #C9B3DA background.