COLOR #C4ACA8

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

Color info

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

RGB color model

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

RGB: (196,172,168) (77%, 67%, 66%)

RGB channels and saturation

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

196
172
168

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

Portions of RGB colors in percentages

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

%36.57
%32.09
%31.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.24%
  • yellow value is 14.29%
  • key color value is 23.14%

CMYK: (0,12,14,23)
C0M12Y14K23 (0%, 12%, 14%, 23%)
(0.00 / 0.12 / 0.14 / 0.23)

CMYK percentages

%0
%12.24
%14.29
%23.14

Codes

Color #C4ACA8 in popluar color models

C4 AC A8
RGB 196 172 168
HSL 19.18% 71.37%
HSB/HSV 14.29% 76.86%
CMYK 0.00% 12.24% 14.29%
23.14%

Color #C4ACA8 in popluar number systems.

HEX C4 AC A8
Decimal 196 172 168
Binary 11000100 10101100 10101000
Octal 304 254 250

Shades and tints

Shades of #C4ACA8

#C4ACA8
(196,172,168)
#B39D99
(179,157,153)
#A28E8A
(162,142,138)
#917F7B
(145,127,123)
#80706C
(128,112,108)
#6F615D
(111,97,93)
#5E524E
(94,82,78)
#4D433F
(77,67,63)
#3C3430
(60,52,48)
#2B2521
(43,37,33)
#1A1612
(26,22,18)
#000000
(0,0,0)

Tints of #C4ACA8

#C4ACA8
(196,172,168)
#C9B3AF
(201,179,175)
#CEBAB6
(206,186,182)
#D3C1BD
(211,193,189)
#D8C8C4
(216,200,196)
#DDCFCB
(221,207,203)
#E2D6D2
(226,214,210)
#E7DDD9
(231,221,217)
#ECE4E0
(236,228,224)
#F1EBE7
(241,235,231)
#F6F2EE
(246,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4ACA8; }

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

This text font color is #C4ACA8.

Background Color

.myBgColor { background-color: #C4ACA8; }

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

This div background color is #C4ACA8.

Border color

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

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

This div border color is #C4ACA8.

Opacity

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

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

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

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

This text has shadow with #C4ACA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4ACA8.

Preview

Color preview on black background

This text has color #C4ACA8 on black background.


Color preview on white background

This text has color #C4ACA8 on white background.


Black color preview on #C4ACA8 background

This text has black color on #C4ACA8 background.


White color preview on #C4ACA8 background

This text has white color on #C4ACA8 background.


Related colors

Complementary color

Complementary color for #hex is #3B5357.


I love getcolorcode.com

Triadic colors

1 #A8C4AC and #ACA8C4 with #C4ACA8 are triadic colors.

2 #A8ACC4 and #ACC4A8 with #C4ACA8 are triadic colors.