COLOR #C4A8AC

HEX: #C4A8AC
RGB: (196,168,172)

Color info

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

RGB color model

#C4A8AC color RGB value is (196,168,172).

  • red value is 196;
  • green value is 168;
  • blue value is 172.
RGB:
(196,168,172)
(77%,66%,67%)

RGB channels and saturation

R 196 of 255 = 77%
G 168 of 255 = 66%
B 172 of 255 = 67%

196
168
172

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

Portions of RGB colors in percentages

R + G + B =
196 + 168 + 172 = 536 (100%)
R 196 of 536 ~ 36.57%
G 168 of 536 ~ 31.34%
B 172 of 536 ~ 32.09%

%36.57
%31.34
%32.09

CMYK color model

#C4A8AC color CMYK value is (0,14,12,23).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 12.24%
  • key color value is 23.14%
CMYK:
(0,14,12,23)
C0M14Y12K23 
(0%,14%,12%,23%)
(0.00/0.14/0.12/0.23)	

CMYK percentages

%0
%14.29
%12.24
%23.14

Codes

Color #C4A8AC in popluar color models

C4A8AC
RGB196168172
HSL351°19.18%71.37%
HSB/HSV351°14.29%76.86%
CMYK0.00%14.29%12.24%
23.14%

Color #C4A8AC in popluar number systems.

HEXC4A8AC
Decimal196168172
Binary110001001010100010101100
Octal304250254

Shades and tints

Shades of #C4A8AC

#C4A8AC
(196,168,172)
#B3999D
(179,153,157)
#A28A8E
(162,138,142)
#917B7F
(145,123,127)
#806C70
(128,108,112)
#6F5D61
(111,93,97)
#5E4E52
(94,78,82)
#4D3F43
(77,63,67)
#3C3034
(60,48,52)
#2B2125
(43,33,37)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #C4A8AC

#C4A8AC
(196,168,172)
#C9AFB3
(201,175,179)
#CEB6BA
(206,182,186)
#D3BDC1
(211,189,193)
#D8C4C8
(216,196,200)
#DDCBCF
(221,203,207)
#E2D2D6
(226,210,214)
#E7D9DD
(231,217,221)
#ECE0E4
(236,224,228)
#F1E7EB
(241,231,235)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A8AC color. Also use rgb(196,168,172) instead hex code.

Text Font Color

.myTextColor { color: #C4A8AC; }

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

This text font color is #C4A8AC.


Background Color

.myBgColor { background-color: #C4A8AC; }

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

This div background color is #C4A8AC.


Border color

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

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

This div border color is #C4A8AC.


Opacity

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

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

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

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

This text has shadow with #C4A8AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A8AC on black background.


Color preview on white background

This text has color #C4A8AC on white background.



Black color preview on #C4A8AC background

This text has black color on #C4A8AC background.


White color preview on #C4A8AC background

This text has white color on #C4A8AC background.