COLOR #C5AFD9

HEX: #C5AFD9
RGB: (197,175,217)

Color info

#C5AFD9 contains red, green and blue colors in about the same proportion. Web safe color of #C5AFD9 is #CC99CC (or #C9C).

RGB color model

#C5AFD9 color RGB value is (197,175,217).

  • red value is 197;
  • green value is 175;
  • blue value is 217.
RGB:
(197,175,217)
(77%,69%,85%)

RGB channels and saturation

R 197 of 255 = 77%
G 175 of 255 = 69%
B 217 of 255 = 85%

197
175
217

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

Portions of RGB colors in percentages

R + G + B =
197 + 175 + 217 = 589 (100%)
R 197 of 589 ~ 33.45%
G 175 of 589 ~ 29.71%
B 217 of 589 ~ 36.84%

%33.45
%29.71
%36.84

CMYK color model

#C5AFD9 color CMYK value is (9,19,0,15).

  • cyan value is 9.22%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(9,19,0,15)
C9M19Y0K15 
(9%,19%,0%,15%)
(0.09/0.19/0.00/0.15)	

CMYK percentages

%9.22
%19.35
%0
%14.9

Codes

Color #C5AFD9 in popluar color models

C5AFD9
RGB197175217
HSL271°35.59%76.86%
HSB/HSV271°19.35%85.10%
CMYK9.22%19.35%0.00%
14.90%

Color #C5AFD9 in popluar number systems.

HEXC5AFD9
Decimal197175217
Binary110001011010111111011001
Octal305257331

Shades and tints

Shades of #C5AFD9

#C5AFD9
(197,175,217)
#B4A0C6
(180,160,198)
#A391B3
(163,145,179)
#9282A0
(146,130,160)
#81738D
(129,115,141)
#70647A
(112,100,122)
#5F5567
(95,85,103)
#4E4654
(78,70,84)
#3D3741
(61,55,65)
#2C282E
(44,40,46)
#1B191B
(27,25,27)
#000000
(0,0,0)

Tints of #C5AFD9

#C5AFD9
(197,175,217)
#CAB6DC
(202,182,220)
#CFBDDF
(207,189,223)
#D4C4E2
(212,196,226)
#D9CBE5
(217,203,229)
#DED2E8
(222,210,232)
#E3D9EB
(227,217,235)
#E8E0EE
(232,224,238)
#EDE7F1
(237,231,241)
#F2EEF4
(242,238,244)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5AFD9 color. Also use rgb(197,175,217) instead hex code.

Text Font Color

.myTextColor { color: #C5AFD9; }

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

This text font color is #C5AFD9.


Background Color

.myBgColor { background-color: #C5AFD9; }

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

This div background color is #C5AFD9.


Border color

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

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

This div border color is #C5AFD9.


Opacity

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

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

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

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

This text has shadow with #C5AFD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AFD9 on black background.


Color preview on white background

This text has color #C5AFD9 on white background.



Black color preview on #C5AFD9 background

This text has black color on #C5AFD9 background.


White color preview on #C5AFD9 background

This text has white color on #C5AFD9 background.