COLOR #C5A7BF

HEX: #C5A7BF
RGB: (197,167,191)

Color info

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

RGB color model

#C5A7BF color RGB value is (197,167,191).

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

RGB channels and saturation

R 197 of 255 = 77%
G 167 of 255 = 65%
B 191 of 255 = 75%

197
167
191

R + G + B ~ 72%. #C5A7BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 167 + 191 = 555 (100%)
R 197 of 555 ~ 35.5%
G 167 of 555 ~ 30.09%
B 191 of 555 ~ 34.41%

%35.5
%30.09
%34.41

CMYK color model

#C5A7BF color CMYK value is (0,15,3,23).

  • cyan value is 0.00%
  • magenta value is 15.23%
  • yellow value is 3.05%
  • key color value is 22.75%
CMYK:
(0,15,3,23)
C0M15Y3K23 
(0%,15%,3%,23%)
(0.00/0.15/0.03/0.23)	

CMYK percentages

%0
%15.23
%3.05
%22.75

Codes

Color #C5A7BF in popluar color models

C5A7BF
RGB197167191
HSL312°20.55%71.37%
HSB/HSV312°15.23%77.25%
CMYK0.00%15.23%3.05%
22.75%

Color #C5A7BF in popluar number systems.

HEXC5A7BF
Decimal197167191
Binary110001011010011110111111
Octal305247277

Shades and tints

Shades of #C5A7BF

#C5A7BF
(197,167,191)
#B498AE
(180,152,174)
#A3899D
(163,137,157)
#927A8C
(146,122,140)
#816B7B
(129,107,123)
#705C6A
(112,92,106)
#5F4D59
(95,77,89)
#4E3E48
(78,62,72)
#3D2F37
(61,47,55)
#2C2026
(44,32,38)
#1B1115
(27,17,21)
#000000
(0,0,0)

Tints of #C5A7BF

#C5A7BF
(197,167,191)
#CAAFC4
(202,175,196)
#CFB7C9
(207,183,201)
#D4BFCE
(212,191,206)
#D9C7D3
(217,199,211)
#DECFD8
(222,207,216)
#E3D7DD
(227,215,221)
#E8DFE2
(232,223,226)
#EDE7E7
(237,231,231)
#F2EFEC
(242,239,236)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A7BF; }

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

This text font color is #C5A7BF.


Background Color

.myBgColor { background-color: #C5A7BF; }

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

This div background color is #C5A7BF.


Border color

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

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

This div border color is #C5A7BF.


Opacity

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

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

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

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

This text has shadow with #C5A7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A7BF on black background.


Color preview on white background

This text has color #C5A7BF on white background.



Black color preview on #C5A7BF background

This text has black color on #C5A7BF background.


White color preview on #C5A7BF background

This text has white color on #C5A7BF background.