COLOR #C3A4AA

HEX: #C3A4AA
RGB: (195,164,170)

Color info

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

RGB color model

#C3A4AA color RGB value is (195,164,170).

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

RGB channels and saturation

R 195 of 255 = 76%
G 164 of 255 = 64%
B 170 of 255 = 67%

195
164
170

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

Portions of RGB colors in percentages

R + G + B =
195 + 164 + 170 = 529 (100%)
R 195 of 529 ~ 36.86%
G 164 of 529 ~ 31%
B 170 of 529 ~ 32.14%

%36.86
%31
%32.14

CMYK color model

#C3A4AA color CMYK value is (0,16,13,24).

  • cyan value is 0.00%
  • magenta value is 15.90%
  • yellow value is 12.82%
  • key color value is 23.53%
CMYK:
(0,16,13,24)
C0M16Y13K24 
(0%,16%,13%,24%)
(0.00/0.16/0.13/0.24)	

CMYK percentages

%0
%15.9
%12.82
%23.53

Codes

Color #C3A4AA in popluar color models

C3A4AA
RGB195164170
HSL348°20.53%70.39%
HSB/HSV348°15.90%76.47%
CMYK0.00%15.90%12.82%
23.53%

Color #C3A4AA in popluar number systems.

HEXC3A4AA
Decimal195164170
Binary110000111010010010101010
Octal303244252

Shades and tints

Shades of #C3A4AA

#C3A4AA
(195,164,170)
#B2969B
(178,150,155)
#A1888C
(161,136,140)
#907A7D
(144,122,125)
#7F6C6E
(127,108,110)
#6E5E5F
(110,94,95)
#5D5050
(93,80,80)
#4C4241
(76,66,65)
#3B3432
(59,52,50)
#2A2623
(42,38,35)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #C3A4AA

#C3A4AA
(195,164,170)
#C8ACB1
(200,172,177)
#CDB4B8
(205,180,184)
#D2BCBF
(210,188,191)
#D7C4C6
(215,196,198)
#DCCCCD
(220,204,205)
#E1D4D4
(225,212,212)
#E6DCDB
(230,220,219)
#EBE4E2
(235,228,226)
#F0ECE9
(240,236,233)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A4AA; }

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

This text font color is #C3A4AA.


Background Color

.myBgColor { background-color: #C3A4AA; }

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

This div background color is #C3A4AA.


Border color

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

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

This div border color is #C3A4AA.


Opacity

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

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

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

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

This text has shadow with #C3A4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A4AA on black background.


Color preview on white background

This text has color #C3A4AA on white background.



Black color preview on #C3A4AA background

This text has black color on #C3A4AA background.


White color preview on #C3A4AA background

This text has white color on #C3A4AA background.