COLOR #C5A4BF

HEX: #C5A4BF RGB: (197,164,191)

Color info

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

RGB color model

#C5A4BF color RGB value is (197,164,191).

RGB: (197,164,191) (77%, 64%, 75%)

RGB channels and saturation

R 197 of 255 = 77%
G 164 of 255 = 64%
B 191 of 255 = 75%

197
164
191

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

Portions of RGB colors in percentages

R + G + B = 197 + 164 + 191 = 552 (100%)
R 197 of 552 ~ 35.69%
G 164 of 552 ~ 29.71%
B 191 of 552 ~ 34.6'%

%35.69
%29.71
%34.6

CMYK color model

#C5A4BF color CMYK value is (0,17,3,23).

  • cyan value is 0.00%
  • magenta value is 16.75%
  • yellow value is 3.05%
  • key color value is 22.75%

CMYK: (0,17,3,23)
C0M17Y3K23 (0%, 17%, 3%, 23%)
(0.00 / 0.17 / 0.03 / 0.23)

CMYK percentages

%0
%16.75
%3.05
%22.75

Codes

Color #C5A4BF in popluar color models

C5 A4 BF
RGB 197 164 191
HSL 311° 22.15% 70.78%
HSB/HSV 311° 16.75% 77.25%
CMYK 0.00% 16.75% 3.05%
22.75%

Color #C5A4BF in popluar number systems.

HEX C5 A4 BF
Decimal 197 164 191
Binary 11000101 10100100 10111111
Octal 305 244 277

Shades and tints

Shades of #C5A4BF

#C5A4BF
(197,164,191)
#B496AE
(180,150,174)
#A3889D
(163,136,157)
#927A8C
(146,122,140)
#816C7B
(129,108,123)
#705E6A
(112,94,106)
#5F5059
(95,80,89)
#4E4248
(78,66,72)
#3D3437
(61,52,55)
#2C2626
(44,38,38)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #C5A4BF

#C5A4BF
(197,164,191)
#CAACC4
(202,172,196)
#CFB4C9
(207,180,201)
#D4BCCE
(212,188,206)
#D9C4D3
(217,196,211)
#DECCD8
(222,204,216)
#E3D4DD
(227,212,221)
#E8DCE2
(232,220,226)
#EDE4E7
(237,228,231)
#F2ECEC
(242,236,236)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A4BF; }

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

This text font color is #C5A4BF.

Background Color

.myBgColor { background-color: #C5A4BF; }

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

This div background color is #C5A4BF.

Border color

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

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

This div border color is #C5A4BF.

Opacity

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

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

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

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

This text has shadow with #C5A4BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5A4BF.

Preview

Color preview on black background

This text has color #C5A4BF on black background.


Color preview on white background

This text has color #C5A4BF on white background.


Black color preview on #C5A4BF background

This text has black color on #C5A4BF background.


White color preview on #C5A4BF background

This text has white color on #C5A4BF background.


Related colors

Complementary color

Complementary color for #hex is #3A5B40.


I love getcolorcode.com

Triadic colors

1 #BFC5A4 and #A4BFC5 with #C5A4BF are triadic colors.

2 #BFA4C5 and #A4C5BF with #C5A4BF are triadic colors.