COLOR #C4A5AB

HEX: #C4A5AB RGB: (196,165,171)

Color info

#C4A5AB contains red, green and blue colors in about the same proportion. Web safe color of #C4A5AB is #CC9999 (or #C99).

RGB color model

#C4A5AB color RGB value is (196,165,171).

RGB: (196,165,171) (77%, 65%, 67%)

RGB channels and saturation

R 196 of 255 = 77%
G 165 of 255 = 65%
B 171 of 255 = 67%

196
165
171

R + G + B ~ 70%. #C4A5AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 165 + 171 = 532 (100%)
R 196 of 532 ~ 36.84%
G 165 of 532 ~ 31.02%
B 171 of 532 ~ 32.14'%

%36.84
%31.02
%32.14

CMYK color model

#C4A5AB color CMYK value is (0,16,13,23).

  • cyan value is 0.00%
  • magenta value is 15.82%
  • yellow value is 12.76%
  • key color value is 23.14%

CMYK: (0,16,13,23)
C0M16Y13K23 (0%, 16%, 13%, 23%)
(0.00 / 0.16 / 0.13 / 0.23)

CMYK percentages

%0
%15.82
%12.76
%23.14

Codes

Color #C4A5AB in popluar color models

C4 A5 AB
RGB 196 165 171
HSL 348° 20.81% 70.78%
HSB/HSV 348° 15.82% 76.86%
CMYK 0.00% 15.82% 12.76%
23.14%

Color #C4A5AB in popluar number systems.

HEX C4 A5 AB
Decimal 196 165 171
Binary 11000100 10100101 10101011
Octal 304 245 253

Shades and tints

Shades of #C4A5AB

#C4A5AB
(196,165,171)
#B3969C
(179,150,156)
#A2878D
(162,135,141)
#91787E
(145,120,126)
#80696F
(128,105,111)
#6F5A60
(111,90,96)
#5E4B51
(94,75,81)
#4D3C42
(77,60,66)
#3C2D33
(60,45,51)
#2B1E24
(43,30,36)
#1A0F15
(26,15,21)
#000000
(0,0,0)

Tints of #C4A5AB

#C4A5AB
(196,165,171)
#C9ADB2
(201,173,178)
#CEB5B9
(206,181,185)
#D3BDC0
(211,189,192)
#D8C5C7
(216,197,199)
#DDCDCE
(221,205,206)
#E2D5D5
(226,213,213)
#E7DDDC
(231,221,220)
#ECE5E3
(236,229,227)
#F1EDEA
(241,237,234)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A5AB color. Also use rgb(196,165,171) instead hex code.

Text Font Color

.myTextColor { color: #C4A5AB; }

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

This text font color is #C4A5AB.

Background Color

.myBgColor { background-color: #C4A5AB; }

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

This div background color is #C4A5AB.

Border color

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

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

This div border color is #C4A5AB.

Opacity

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

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

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

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

This text has shadow with #C4A5AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4A5AB.

Preview

Color preview on black background

This text has color #C4A5AB on black background.


Color preview on white background

This text has color #C4A5AB on white background.


Black color preview on #C4A5AB background

This text has black color on #C4A5AB background.


White color preview on #C4A5AB background

This text has white color on #C4A5AB background.


Related colors

Complementary color

Complementary color for #hex is #3B5A54.


I love getcolorcode.com

Triadic colors

1 #ABC4A5 and #A5ABC4 with #C4A5AB are triadic colors.

2 #ABA5C4 and #A5C4AB with #C4A5AB are triadic colors.