COLOR #C4A7AC

HEX: #C4A7AC
RGB: (196,167,172)

Color info

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

RGB color model

#C4A7AC color RGB value is (196,167,172).

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

RGB channels and saturation

R 196 of 255 = 77%
G 167 of 255 = 65%
B 172 of 255 = 67%

196
167
172

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

Portions of RGB colors in percentages

R + G + B =
196 + 167 + 172 = 535 (100%)
R 196 of 535 ~ 36.64%
G 167 of 535 ~ 31.21%
B 172 of 535 ~ 32.15%

%36.64
%31.21
%32.15

CMYK color model

#C4A7AC color CMYK value is (0,15,12,23).

  • cyan value is 0.00%
  • magenta value is 14.80%
  • yellow value is 12.24%
  • key color value is 23.14%
CMYK:
(0,15,12,23)
C0M15Y12K23 
(0%,15%,12%,23%)
(0.00/0.15/0.12/0.23)	

CMYK percentages

%0
%14.8
%12.24
%23.14

Codes

Color #C4A7AC in popluar color models

C4A7AC
RGB196167172
HSL350°19.73%71.18%
HSB/HSV350°14.80%76.86%
CMYK0.00%14.80%12.24%
23.14%

Color #C4A7AC in popluar number systems.

HEXC4A7AC
Decimal196167172
Binary110001001010011110101100
Octal304247254

Shades and tints

Shades of #C4A7AC

#C4A7AC
(196,167,172)
#B3989D
(179,152,157)
#A2898E
(162,137,142)
#917A7F
(145,122,127)
#806B70
(128,107,112)
#6F5C61
(111,92,97)
#5E4D52
(94,77,82)
#4D3E43
(77,62,67)
#3C2F34
(60,47,52)
#2B2025
(43,32,37)
#1A1116
(26,17,22)
#000000
(0,0,0)

Tints of #C4A7AC

#C4A7AC
(196,167,172)
#C9AFB3
(201,175,179)
#CEB7BA
(206,183,186)
#D3BFC1
(211,191,193)
#D8C7C8
(216,199,200)
#DDCFCF
(221,207,207)
#E2D7D6
(226,215,214)
#E7DFDD
(231,223,221)
#ECE7E4
(236,231,228)
#F1EFEB
(241,239,235)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A7AC; }

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

This text font color is #C4A7AC.


Background Color

.myBgColor { background-color: #C4A7AC; }

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

This div background color is #C4A7AC.


Border color

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

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

This div border color is #C4A7AC.


Opacity

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

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

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

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

This text has shadow with #C4A7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A7AC on black background.


Color preview on white background

This text has color #C4A7AC on white background.



Black color preview on #C4A7AC background

This text has black color on #C4A7AC background.


White color preview on #C4A7AC background

This text has white color on #C4A7AC background.