COLOR #C5A8D1

HEX: #C5A8D1
RGB: (197,168,209)

Color info

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

RGB color model

#C5A8D1 color RGB value is (197,168,209).

  • red value is 197;
  • green value is 168;
  • blue value is 209.
RGB:
(197,168,209)
(77%,66%,82%)

RGB channels and saturation

R 197 of 255 = 77%
G 168 of 255 = 66%
B 209 of 255 = 82%

197
168
209

R + G + B ~ 75%. #C5A8D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 168 + 209 = 574 (100%)
R 197 of 574 ~ 34.32%
G 168 of 574 ~ 29.27%
B 209 of 574 ~ 36.41%

%34.32
%29.27
%36.41

CMYK color model

#C5A8D1 color CMYK value is (6,20,0,18).

  • cyan value is 5.74%
  • magenta value is 19.62%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(6,20,0,18)
C6M20Y0K18 
(6%,20%,0%,18%)
(0.06/0.20/0.00/0.18)	

CMYK percentages

%5.74
%19.62
%0
%18.04

Codes

Color #C5A8D1 in popluar color models

C5A8D1
RGB197168209
HSL282°30.83%73.92%
HSB/HSV282°19.62%81.96%
CMYK5.74%19.62%0.00%
18.04%

Color #C5A8D1 in popluar number systems.

HEXC5A8D1
Decimal197168209
Binary110001011010100011010001
Octal305250321

Shades and tints

Shades of #C5A8D1

#C5A8D1
(197,168,209)
#B499BE
(180,153,190)
#A38AAB
(163,138,171)
#927B98
(146,123,152)
#816C85
(129,108,133)
#705D72
(112,93,114)
#5F4E5F
(95,78,95)
#4E3F4C
(78,63,76)
#3D3039
(61,48,57)
#2C2126
(44,33,38)
#1B1213
(27,18,19)
#000000
(0,0,0)

Tints of #C5A8D1

#C5A8D1
(197,168,209)
#CAAFD5
(202,175,213)
#CFB6D9
(207,182,217)
#D4BDDD
(212,189,221)
#D9C4E1
(217,196,225)
#DECBE5
(222,203,229)
#E3D2E9
(227,210,233)
#E8D9ED
(232,217,237)
#EDE0F1
(237,224,241)
#F2E7F5
(242,231,245)
#F7EEF9
(247,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A8D1 color. Also use rgb(197,168,209) instead hex code.

Text Font Color

.myTextColor { color: #C5A8D1; }

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

This text font color is #C5A8D1.


Background Color

.myBgColor { background-color: #C5A8D1; }

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

This div background color is #C5A8D1.


Border color

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

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

This div border color is #C5A8D1.


Opacity

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

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

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

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

This text has shadow with #C5A8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A8D1 on black background.


Color preview on white background

This text has color #C5A8D1 on white background.



Black color preview on #C5A8D1 background

This text has black color on #C5A8D1 background.


White color preview on #C5A8D1 background

This text has white color on #C5A8D1 background.