COLOR #C9A5D7

HEX: #C9A5D7
RGB: (201,165,215)

Renk bilgisi

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

RGB renk modeli

#C9A5D7 color RGB value is (201,165,215).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 165 of 255 = 65%
B 215 of 255 = 84%

201
165
215

R + G + B ~ 76%. #C9A5D7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 165 + 215 = 581 (100%)
R 201 of 581 ~ 34.6%
G 165 of 581 ~ 28.4%
B 215 of 581 ~ 37.01%

%34.6
%28.4
%37.01

CMYK RENK MODELİ

#C9A5D7 rengi CMYK tonu (7,23,0,16).

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

CMYK yüzdeleri

%6.51
%23.26
%0
%15.69

Codes

Color #C9A5D7 in popluar color models

C9A5D7
RGB201165215
HSL283°38.46%74.51%
HSB/HSV283°23.26%84.31%
CMYK6.51%23.26%0.00%
15.69%

Color #C9A5D7 in popluar number systems.

HEXC9A5D7
Decimal201165215
Binary110010011010010111010111
Octal311245327

Shades and tints

Shades of #C9A5D7

#C9A5D7
(201,165,215)
#B796C4
(183,150,196)
#A587B1
(165,135,177)
#93789E
(147,120,158)
#81698B
(129,105,139)
#6F5A78
(111,90,120)
#5D4B65
(93,75,101)
#4B3C52
(75,60,82)
#392D3F
(57,45,63)
#271E2C
(39,30,44)
#150F19
(21,15,25)
#000000
(0,0,0)

Tints of #C9A5D7

#C9A5D7
(201,165,215)
#CDADDA
(205,173,218)
#D1B5DD
(209,181,221)
#D5BDE0
(213,189,224)
#D9C5E3
(217,197,227)
#DDCDE6
(221,205,230)
#E1D5E9
(225,213,233)
#E5DDEC
(229,221,236)
#E9E5EF
(233,229,239)
#EDEDF2
(237,237,242)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A5D7; }

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

This text font color is #C9A5D7.


Background Color

.myBgColor { background-color: #C9A5D7; }

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

This div background color is #C9A5D7.


Border color

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

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

This div border color is #C9A5D7.


Opacity

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

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

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

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

This text has shadow with #C9A5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A5D7 on black background.


Color preview on white background

This text has color #C9A5D7 on white background.



Black color preview on #C9A5D7 background

This text has black color on #C9A5D7 background.


White color preview on #C9A5D7 background

This text has white color on #C9A5D7 background.