COLOR #C3A4A7

HEX: #C3A4A7
RGB: (195,164,167)

Color info

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

RGB color model

#C3A4A7 color RGB value is (195,164,167).

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

RGB channels and saturation

R 195 of 255 = 76%
G 164 of 255 = 64%
B 167 of 255 = 65%

195
164
167

R + G + B ~ 68%. #C3A4A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 164 + 167 = 526 (100%)
R 195 of 526 ~ 37.07%
G 164 of 526 ~ 31.18%
B 167 of 526 ~ 31.75%

%37.07
%31.18
%31.75

CMYK color model

#C3A4A7 color CMYK value is (0,16,14,24).

  • cyan value is 0.00%
  • magenta value is 15.90%
  • yellow value is 14.36%
  • key color value is 23.53%
CMYK:
(0,16,14,24)
C0M16Y14K24 
(0%,16%,14%,24%)
(0.00/0.16/0.14/0.24)	

CMYK percentages

%0
%15.9
%14.36
%23.53

Codes

Color #C3A4A7 in popluar color models

C3A4A7
RGB195164167
HSL354°20.53%70.39%
HSB/HSV354°15.90%76.47%
CMYK0.00%15.90%14.36%
23.53%

Color #C3A4A7 in popluar number systems.

HEXC3A4A7
Decimal195164167
Binary110000111010010010100111
Octal303244247

Shades and tints

Shades of #C3A4A7

#C3A4A7
(195,164,167)
#B29698
(178,150,152)
#A18889
(161,136,137)
#907A7A
(144,122,122)
#7F6C6B
(127,108,107)
#6E5E5C
(110,94,92)
#5D504D
(93,80,77)
#4C423E
(76,66,62)
#3B342F
(59,52,47)
#2A2620
(42,38,32)
#191811
(25,24,17)
#000000
(0,0,0)

Tints of #C3A4A7

#C3A4A7
(195,164,167)
#C8ACAF
(200,172,175)
#CDB4B7
(205,180,183)
#D2BCBF
(210,188,191)
#D7C4C7
(215,196,199)
#DCCCCF
(220,204,207)
#E1D4D7
(225,212,215)
#E6DCDF
(230,220,223)
#EBE4E7
(235,228,231)
#F0ECEF
(240,236,239)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A4A7; }

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

This text font color is #C3A4A7.


Background Color

.myBgColor { background-color: #C3A4A7; }

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

This div background color is #C3A4A7.


Border color

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

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

This div border color is #C3A4A7.


Opacity

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

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

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

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

This text has shadow with #C3A4A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A4A7 on black background.


Color preview on white background

This text has color #C3A4A7 on white background.



Black color preview on #C3A4A7 background

This text has black color on #C3A4A7 background.


White color preview on #C3A4A7 background

This text has white color on #C3A4A7 background.