COLOR #C3AAA0

HEX: #C3AAA0
RGB: (195,170,160)

Color info

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

RGB color model

#C3AAA0 color RGB value is (195,170,160).

  • red value is 195;
  • green value is 170;
  • blue value is 160.
RGB:
(195,170,160)
(76%,67%,63%)

RGB channels and saturation

R 195 of 255 = 76%
G 170 of 255 = 67%
B 160 of 255 = 63%

195
170
160

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

Portions of RGB colors in percentages

R + G + B =
195 + 170 + 160 = 525 (100%)
R 195 of 525 ~ 37.14%
G 170 of 525 ~ 32.38%
B 160 of 525 ~ 30.48%

%37.14
%32.38
%30.48

CMYK color model

#C3AAA0 color CMYK value is (0,13,18,24).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 17.95%
  • key color value is 23.53%
CMYK:
(0,13,18,24)
C0M13Y18K24 
(0%,13%,18%,24%)
(0.00/0.13/0.18/0.24)	

CMYK percentages

%0
%12.82
%17.95
%23.53

Codes

Color #C3AAA0 in popluar color models

C3AAA0
RGB195170160
HSL17°22.58%69.61%
HSB/HSV17°17.95%76.47%
CMYK0.00%12.82%17.95%
23.53%

Color #C3AAA0 in popluar number systems.

HEXC3AAA0
Decimal195170160
Binary110000111010101010100000
Octal303252240

Shades and tints

Shades of #C3AAA0

#C3AAA0
(195,170,160)
#B29B92
(178,155,146)
#A18C84
(161,140,132)
#907D76
(144,125,118)
#7F6E68
(127,110,104)
#6E5F5A
(110,95,90)
#5D504C
(93,80,76)
#4C413E
(76,65,62)
#3B3230
(59,50,48)
#2A2322
(42,35,34)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #C3AAA0

#C3AAA0
(195,170,160)
#C8B1A8
(200,177,168)
#CDB8B0
(205,184,176)
#D2BFB8
(210,191,184)
#D7C6C0
(215,198,192)
#DCCDC8
(220,205,200)
#E1D4D0
(225,212,208)
#E6DBD8
(230,219,216)
#EBE2E0
(235,226,224)
#F0E9E8
(240,233,232)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3AAA0 color. Also use rgb(195,170,160) instead hex code.

Text Font Color

.myTextColor { color: #C3AAA0; }

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

This text font color is #C3AAA0.


Background Color

.myBgColor { background-color: #C3AAA0; }

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

This div background color is #C3AAA0.


Border color

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

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

This div border color is #C3AAA0.


Opacity

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

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

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

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

This text has shadow with #C3AAA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AAA0 on black background.


Color preview on white background

This text has color #C3AAA0 on white background.



Black color preview on #C3AAA0 background

This text has black color on #C3AAA0 background.


White color preview on #C3AAA0 background

This text has white color on #C3AAA0 background.