COLOR #C3A5AF

HEX: #C3A5AF
RGB: (195,165,175)

Color info

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

RGB color model

#C3A5AF color RGB value is (195,165,175).

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

RGB channels and saturation

R 195 of 255 = 76%
G 165 of 255 = 65%
B 175 of 255 = 69%

195
165
175

R + G + B ~ 70%. #C3A5AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 165 + 175 = 535 (100%)
R 195 of 535 ~ 36.45%
G 165 of 535 ~ 30.84%
B 175 of 535 ~ 32.71%

%36.45
%30.84
%32.71

CMYK color model

#C3A5AF color CMYK value is (0,15,10,24).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 10.26%
  • key color value is 23.53%
CMYK:
(0,15,10,24)
C0M15Y10K24 
(0%,15%,10%,24%)
(0.00/0.15/0.10/0.24)	

CMYK percentages

%0
%15.38
%10.26
%23.53

Codes

Color #C3A5AF in popluar color models

C3A5AF
RGB195165175
HSL340°20.00%70.59%
HSB/HSV340°15.38%76.47%
CMYK0.00%15.38%10.26%
23.53%

Color #C3A5AF in popluar number systems.

HEXC3A5AF
Decimal195165175
Binary110000111010010110101111
Octal303245257

Shades and tints

Shades of #C3A5AF

#C3A5AF
(195,165,175)
#B296A0
(178,150,160)
#A18791
(161,135,145)
#907882
(144,120,130)
#7F6973
(127,105,115)
#6E5A64
(110,90,100)
#5D4B55
(93,75,85)
#4C3C46
(76,60,70)
#3B2D37
(59,45,55)
#2A1E28
(42,30,40)
#190F19
(25,15,25)
#000000
(0,0,0)

Tints of #C3A5AF

#C3A5AF
(195,165,175)
#C8ADB6
(200,173,182)
#CDB5BD
(205,181,189)
#D2BDC4
(210,189,196)
#D7C5CB
(215,197,203)
#DCCDD2
(220,205,210)
#E1D5D9
(225,213,217)
#E6DDE0
(230,221,224)
#EBE5E7
(235,229,231)
#F0EDEE
(240,237,238)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A5AF; }

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

This text font color is #C3A5AF.


Background Color

.myBgColor { background-color: #C3A5AF; }

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

This div background color is #C3A5AF.


Border color

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

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

This div border color is #C3A5AF.


Opacity

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

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

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

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

This text has shadow with #C3A5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A5AF on black background.


Color preview on white background

This text has color #C3A5AF on white background.



Black color preview on #C3A5AF background

This text has black color on #C3A5AF background.


White color preview on #C3A5AF background

This text has white color on #C3A5AF background.