COLOR #C9AFD6

HEX: #C9AFD6
RGB: (201,175,214)

Renk bilgisi

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

RGB renk modeli

#C9AFD6 color RGB value is (201,175,214).

  • kırmız ton 201;
  • yeşil ton 175;
  • mavi ton 214.
RGB:
(201,175,214)
(79%,69%,84%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 175 of 255 = 69%
B 214 of 255 = 84%

201
175
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 175 + 214 = 590 (100%)
R 201 of 590 ~ 34.07%
G 175 of 590 ~ 29.66%
B 214 of 590 ~ 36.27%

%34.07
%29.66
%36.27

CMYK RENK MODELİ

#C9AFD6 rengi CMYK tonu (6,18,0,16).

  • camgöbeği tonu 6.07%
  • eflatun tonu 18.22%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(6,18,0,16)
C6M18Y0K16 
(6%,18%,0%,16%)
(0.06/0.18/0.00/0.16)	

CMYK yüzdeleri

%6.07
%18.22
%0
%16.08

Codes

Color #C9AFD6 in popluar color models

C9AFD6
RGB201175214
HSL280°32.23%76.27%
HSB/HSV280°18.22%83.92%
CMYK6.07%18.22%0.00%
16.08%

Color #C9AFD6 in popluar number systems.

HEXC9AFD6
Decimal201175214
Binary110010011010111111010110
Octal311257326

Shades and tints

Shades of #C9AFD6

#C9AFD6
(201,175,214)
#B7A0C3
(183,160,195)
#A591B0
(165,145,176)
#93829D
(147,130,157)
#81738A
(129,115,138)
#6F6477
(111,100,119)
#5D5564
(93,85,100)
#4B4651
(75,70,81)
#39373E
(57,55,62)
#27282B
(39,40,43)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #C9AFD6

#C9AFD6
(201,175,214)
#CDB6D9
(205,182,217)
#D1BDDC
(209,189,220)
#D5C4DF
(213,196,223)
#D9CBE2
(217,203,226)
#DDD2E5
(221,210,229)
#E1D9E8
(225,217,232)
#E5E0EB
(229,224,235)
#E9E7EE
(233,231,238)
#EDEEF1
(237,238,241)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9AFD6 color. Also use rgb(201,175,214) instead hex code.

Text Font Color

.myTextColor { color: #C9AFD6; }

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

This text font color is #C9AFD6.


Background Color

.myBgColor { background-color: #C9AFD6; }

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

This div background color is #C9AFD6.


Border color

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

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

This div border color is #C9AFD6.


Opacity

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

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

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

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

This text has shadow with #C9AFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AFD6 on black background.


Color preview on white background

This text has color #C9AFD6 on white background.



Black color preview on #C9AFD6 background

This text has black color on #C9AFD6 background.


White color preview on #C9AFD6 background

This text has white color on #C9AFD6 background.