COLOR #C4A9AB

HEX: #C4A9AB RGB: (196,169,171)

Color info

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

RGB color model

#C4A9AB color RGB value is (196,169,171).

RGB: (196,169,171) (77%, 66%, 67%)

RGB channels and saturation

R 196 of 255 = 77%
G 169 of 255 = 66%
B 171 of 255 = 67%

196
169
171

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

Portions of RGB colors in percentages

R + G + B = 196 + 169 + 171 = 536 (100%)
R 196 of 536 ~ 36.57%
G 169 of 536 ~ 31.53%
B 171 of 536 ~ 31.9'%

%36.57
%31.53
%31.9

CMYK color model

#C4A9AB color CMYK value is (0,14,13,23).

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

CMYK: (0,14,13,23)
C0M14Y13K23 (0%, 14%, 13%, 23%)
(0.00 / 0.14 / 0.13 / 0.23)

CMYK percentages

%0
%13.78
%12.76
%23.14

Codes

Color #C4A9AB in popluar color models

C4 A9 AB
RGB 196 169 171
HSL 356° 18.62% 71.57%
HSB/HSV 356° 13.78% 76.86%
CMYK 0.00% 13.78% 12.76%
23.14%

Color #C4A9AB in popluar number systems.

HEX C4 A9 AB
Decimal 196 169 171
Binary 11000100 10101001 10101011
Octal 304 251 253

Shades and tints

Shades of #C4A9AB

#C4A9AB
(196,169,171)
#B39A9C
(179,154,156)
#A28B8D
(162,139,141)
#917C7E
(145,124,126)
#806D6F
(128,109,111)
#6F5E60
(111,94,96)
#5E4F51
(94,79,81)
#4D4042
(77,64,66)
#3C3133
(60,49,51)
#2B2224
(43,34,36)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #C4A9AB

#C4A9AB
(196,169,171)
#C9B0B2
(201,176,178)
#CEB7B9
(206,183,185)
#D3BEC0
(211,190,192)
#D8C5C7
(216,197,199)
#DDCCCE
(221,204,206)
#E2D3D5
(226,211,213)
#E7DADC
(231,218,220)
#ECE1E3
(236,225,227)
#F1E8EA
(241,232,234)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A9AB; }

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

This text font color is #C4A9AB.

Background Color

.myBgColor { background-color: #C4A9AB; }

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

This div background color is #C4A9AB.

Border color

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

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

This div border color is #C4A9AB.

Opacity

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

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

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

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

This text has shadow with #C4A9AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4A9AB.

Preview

Color preview on black background

This text has color #C4A9AB on black background.


Color preview on white background

This text has color #C4A9AB on white background.


Black color preview on #C4A9AB background

This text has black color on #C4A9AB background.


White color preview on #C4A9AB background

This text has white color on #C4A9AB background.


Related colors

Complementary color

Complementary color for #hex is #3B5654.


I love getcolorcode.com

Triadic colors

1 #ABC4A9 and #A9ABC4 with #C4A9AB are triadic colors.

2 #ABA9C4 and #A9C4AB with #C4A9AB are triadic colors.