COLOR #C9AAD5

HEX: #C9AAD5
RGB: (201,170,213)

Renk bilgisi

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

RGB renk modeli

#C9AAD5 color RGB value is (201,170,213).

  • kırmız ton 201;
  • yeşil ton 170;
  • mavi ton 213.
RGB:
(201,170,213)
(79%,67%,84%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 170 of 255 = 67%
B 213 of 255 = 84%

201
170
213

R + G + B ~ 77%. #C9AAD5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 170 + 213 = 584 (100%)
R 201 of 584 ~ 34.42%
G 170 of 584 ~ 29.11%
B 213 of 584 ~ 36.47%

%34.42
%29.11
%36.47

CMYK RENK MODELİ

#C9AAD5 rengi CMYK tonu (6,20,0,16).

  • camgöbeği tonu 5.63%
  • eflatun tonu 20.19%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(6,20,0,16)
C6M20Y0K16 
(6%,20%,0%,16%)
(0.06/0.20/0.00/0.16)	

CMYK yüzdeleri

%5.63
%20.19
%0
%16.47

Codes

Color #C9AAD5 in popluar color models

C9AAD5
RGB201170213
HSL283°33.86%75.10%
HSB/HSV283°20.19%83.53%
CMYK5.63%20.19%0.00%
16.47%

Color #C9AAD5 in popluar number systems.

HEXC9AAD5
Decimal201170213
Binary110010011010101011010101
Octal311252325

Shades and tints

Shades of #C9AAD5

#C9AAD5
(201,170,213)
#B79BC2
(183,155,194)
#A58CAF
(165,140,175)
#937D9C
(147,125,156)
#816E89
(129,110,137)
#6F5F76
(111,95,118)
#5D5063
(93,80,99)
#4B4150
(75,65,80)
#39323D
(57,50,61)
#27232A
(39,35,42)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #C9AAD5

#C9AAD5
(201,170,213)
#CDB1D8
(205,177,216)
#D1B8DB
(209,184,219)
#D5BFDE
(213,191,222)
#D9C6E1
(217,198,225)
#DDCDE4
(221,205,228)
#E1D4E7
(225,212,231)
#E5DBEA
(229,219,234)
#E9E2ED
(233,226,237)
#EDE9F0
(237,233,240)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9AAD5 color. Also use rgb(201,170,213) instead hex code.

Text Font Color

.myTextColor { color: #C9AAD5; }

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

This text font color is #C9AAD5.


Background Color

.myBgColor { background-color: #C9AAD5; }

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

This div background color is #C9AAD5.


Border color

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

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

This div border color is #C9AAD5.


Opacity

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

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

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

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

This text has shadow with #C9AAD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AAD5 on black background.


Color preview on white background

This text has color #C9AAD5 on white background.



Black color preview on #C9AAD5 background

This text has black color on #C9AAD5 background.


White color preview on #C9AAD5 background

This text has white color on #C9AAD5 background.