COLOR #C4AAA4

HEX: #C4AAA4
RGB: (196,170,164)

Color info

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

RGB color model

#C4AAA4 color RGB value is (196,170,164).

  • red value is 196;
  • green value is 170;
  • blue value is 164.
RGB:
(196,170,164)
(77%,67%,64%)

RGB channels and saturation

R 196 of 255 = 77%
G 170 of 255 = 67%
B 164 of 255 = 64%

196
170
164

R + G + B ~ 69%. #C4AAA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 170 + 164 = 530 (100%)
R 196 of 530 ~ 36.98%
G 170 of 530 ~ 32.08%
B 164 of 530 ~ 30.94%

%36.98
%32.08
%30.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 16.33%
  • key color value is 23.14%
CMYK:
(0,13,16,23)
C0M13Y16K23 
(0%,13%,16%,23%)
(0.00/0.13/0.16/0.23)	

CMYK percentages

%0
%13.27
%16.33
%23.14

Codes

Color #C4AAA4 in popluar color models

C4AAA4
RGB196170164
HSL11°21.33%70.59%
HSB/HSV11°16.33%76.86%
CMYK0.00%13.27%16.33%
23.14%

Color #C4AAA4 in popluar number systems.

HEXC4AAA4
Decimal196170164
Binary110001001010101010100100
Octal304252244

Shades and tints

Shades of #C4AAA4

#C4AAA4
(196,170,164)
#B39B96
(179,155,150)
#A28C88
(162,140,136)
#917D7A
(145,125,122)
#806E6C
(128,110,108)
#6F5F5E
(111,95,94)
#5E5050
(94,80,80)
#4D4142
(77,65,66)
#3C3234
(60,50,52)
#2B2326
(43,35,38)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #C4AAA4

#C4AAA4
(196,170,164)
#C9B1AC
(201,177,172)
#CEB8B4
(206,184,180)
#D3BFBC
(211,191,188)
#D8C6C4
(216,198,196)
#DDCDCC
(221,205,204)
#E2D4D4
(226,212,212)
#E7DBDC
(231,219,220)
#ECE2E4
(236,226,228)
#F1E9EC
(241,233,236)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4AAA4 color. Also use rgb(196,170,164) instead hex code.

Text Font Color

.myTextColor { color: #C4AAA4; }

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

This text font color is #C4AAA4.


Background Color

.myBgColor { background-color: #C4AAA4; }

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

This div background color is #C4AAA4.


Border color

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

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

This div border color is #C4AAA4.


Opacity

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

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

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

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

This text has shadow with #C4AAA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AAA4 on black background.


Color preview on white background

This text has color #C4AAA4 on white background.



Black color preview on #C4AAA4 background

This text has black color on #C4AAA4 background.


White color preview on #C4AAA4 background

This text has white color on #C4AAA4 background.