COLOR #C3A5A8

HEX: #C3A5A8
RGB: (195,165,168)

Color info

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

RGB color model

#C3A5A8 color RGB value is (195,165,168).

  • red value is 195;
  • green value is 165;
  • blue value is 168.
RGB:
(195,165,168)
(76%,65%,66%)

RGB channels and saturation

R 195 of 255 = 76%
G 165 of 255 = 65%
B 168 of 255 = 66%

195
165
168

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

Portions of RGB colors in percentages

R + G + B =
195 + 165 + 168 = 528 (100%)
R 195 of 528 ~ 36.93%
G 165 of 528 ~ 31.25%
B 168 of 528 ~ 31.82%

%36.93
%31.25
%31.82

CMYK color model

#C3A5A8 color CMYK value is (0,15,14,24).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 13.85%
  • key color value is 23.53%
CMYK:
(0,15,14,24)
C0M15Y14K24 
(0%,15%,14%,24%)
(0.00/0.15/0.14/0.24)	

CMYK percentages

%0
%15.38
%13.85
%23.53

Codes

Color #C3A5A8 in popluar color models

C3A5A8
RGB195165168
HSL354°20.00%70.59%
HSB/HSV354°15.38%76.47%
CMYK0.00%15.38%13.85%
23.53%

Color #C3A5A8 in popluar number systems.

HEXC3A5A8
Decimal195165168
Binary110000111010010110101000
Octal303245250

Shades and tints

Shades of #C3A5A8

#C3A5A8
(195,165,168)
#B29699
(178,150,153)
#A1878A
(161,135,138)
#90787B
(144,120,123)
#7F696C
(127,105,108)
#6E5A5D
(110,90,93)
#5D4B4E
(93,75,78)
#4C3C3F
(76,60,63)
#3B2D30
(59,45,48)
#2A1E21
(42,30,33)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #C3A5A8

#C3A5A8
(195,165,168)
#C8ADAF
(200,173,175)
#CDB5B6
(205,181,182)
#D2BDBD
(210,189,189)
#D7C5C4
(215,197,196)
#DCCDCB
(220,205,203)
#E1D5D2
(225,213,210)
#E6DDD9
(230,221,217)
#EBE5E0
(235,229,224)
#F0EDE7
(240,237,231)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A5A8 color. Also use rgb(195,165,168) instead hex code.

Text Font Color

.myTextColor { color: #C3A5A8; }

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

This text font color is #C3A5A8.


Background Color

.myBgColor { background-color: #C3A5A8; }

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

This div background color is #C3A5A8.


Border color

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

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

This div border color is #C3A5A8.


Opacity

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

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

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

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

This text has shadow with #C3A5A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A5A8 on black background.


Color preview on white background

This text has color #C3A5A8 on white background.



Black color preview on #C3A5A8 background

This text has black color on #C3A5A8 background.


White color preview on #C3A5A8 background

This text has white color on #C3A5A8 background.