COLOR #C5AFDA

HEX: #C5AFDA
RGB: (197,175,218)

Color info

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

RGB color model

#C5AFDA color RGB value is (197,175,218).

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

RGB channels and saturation

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

197
175
218

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

Portions of RGB colors in percentages

R + G + B =
197 + 175 + 218 = 590 (100%)
R 197 of 590 ~ 33.39%
G 175 of 590 ~ 29.66%
B 218 of 590 ~ 36.95%

%33.39
%29.66
%36.95

CMYK color model

#C5AFDA color CMYK value is (10,20,0,15).

  • cyan value is 9.63%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(10,20,0,15)
C10M20Y0K15 
(10%,20%,0%,15%)
(0.10/0.20/0.00/0.15)	

CMYK percentages

%9.63
%19.72
%0
%14.51

Codes

Color #C5AFDA in popluar color models

C5AFDA
RGB197175218
HSL271°36.75%77.06%
HSB/HSV271°19.72%85.49%
CMYK9.63%19.72%0.00%
14.51%

Color #C5AFDA in popluar number systems.

HEXC5AFDA
Decimal197175218
Binary110001011010111111011010
Octal305257332

Shades and tints

Shades of #C5AFDA

#C5AFDA
(197,175,218)
#B4A0C7
(180,160,199)
#A391B4
(163,145,180)
#9282A1
(146,130,161)
#81738E
(129,115,142)
#70647B
(112,100,123)
#5F5568
(95,85,104)
#4E4655
(78,70,85)
#3D3742
(61,55,66)
#2C282F
(44,40,47)
#1B191C
(27,25,28)
#000000
(0,0,0)

Tints of #C5AFDA

#C5AFDA
(197,175,218)
#CAB6DD
(202,182,221)
#CFBDE0
(207,189,224)
#D4C4E3
(212,196,227)
#D9CBE6
(217,203,230)
#DED2E9
(222,210,233)
#E3D9EC
(227,217,236)
#E8E0EF
(232,224,239)
#EDE7F2
(237,231,242)
#F2EEF5
(242,238,245)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AFDA; }

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

This text font color is #C5AFDA.


Background Color

.myBgColor { background-color: #C5AFDA; }

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

This div background color is #C5AFDA.


Border color

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

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

This div border color is #C5AFDA.


Opacity

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

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

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

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

This text has shadow with #C5AFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AFDA on black background.


Color preview on white background

This text has color #C5AFDA on white background.



Black color preview on #C5AFDA background

This text has black color on #C5AFDA background.


White color preview on #C5AFDA background

This text has white color on #C5AFDA background.