COLOR #C5A7CD

HEX: #C5A7CD
RGB: (197,167,205)

Color info

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

RGB color model

#C5A7CD color RGB value is (197,167,205).

  • red value is 197;
  • green value is 167;
  • blue value is 205.
RGB:
(197,167,205)
(77%,65%,80%)

RGB channels and saturation

R 197 of 255 = 77%
G 167 of 255 = 65%
B 205 of 255 = 80%

197
167
205

R + G + B ~ 74%. #C5A7CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 167 + 205 = 569 (100%)
R 197 of 569 ~ 34.62%
G 167 of 569 ~ 29.35%
B 205 of 569 ~ 36.03%

%34.62
%29.35
%36.03

CMYK color model

#C5A7CD color CMYK value is (4,19,0,20).

  • cyan value is 3.90%
  • magenta value is 18.54%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(4,19,0,20)
C4M19Y0K20 
(4%,19%,0%,20%)
(0.04/0.19/0.00/0.20)	

CMYK percentages

%3.9
%18.54
%0
%19.61

Codes

Color #C5A7CD in popluar color models

C5A7CD
RGB197167205
HSL287°27.54%72.94%
HSB/HSV287°18.54%80.39%
CMYK3.90%18.54%0.00%
19.61%

Color #C5A7CD in popluar number systems.

HEXC5A7CD
Decimal197167205
Binary110001011010011111001101
Octal305247315

Shades and tints

Shades of #C5A7CD

#C5A7CD
(197,167,205)
#B498BB
(180,152,187)
#A389A9
(163,137,169)
#927A97
(146,122,151)
#816B85
(129,107,133)
#705C73
(112,92,115)
#5F4D61
(95,77,97)
#4E3E4F
(78,62,79)
#3D2F3D
(61,47,61)
#2C202B
(44,32,43)
#1B1119
(27,17,25)
#000000
(0,0,0)

Tints of #C5A7CD

#C5A7CD
(197,167,205)
#CAAFD1
(202,175,209)
#CFB7D5
(207,183,213)
#D4BFD9
(212,191,217)
#D9C7DD
(217,199,221)
#DECFE1
(222,207,225)
#E3D7E5
(227,215,229)
#E8DFE9
(232,223,233)
#EDE7ED
(237,231,237)
#F2EFF1
(242,239,241)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A7CD color. Also use rgb(197,167,205) instead hex code.

Text Font Color

.myTextColor { color: #C5A7CD; }

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

This text font color is #C5A7CD.


Background Color

.myBgColor { background-color: #C5A7CD; }

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

This div background color is #C5A7CD.


Border color

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

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

This div border color is #C5A7CD.


Opacity

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

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

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

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

This text has shadow with #C5A7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A7CD on black background.


Color preview on white background

This text has color #C5A7CD on white background.



Black color preview on #C5A7CD background

This text has black color on #C5A7CD background.


White color preview on #C5A7CD background

This text has white color on #C5A7CD background.