COLOR #C3A9AD

HEX: #C3A9AD RGB: (195,169,173)

Color info

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

RGB color model

#C3A9AD color RGB value is (195,169,173).

RGB: (195,169,173) (76%, 66%, 68%)

RGB channels and saturation

R 195 of 255 = 76%
G 169 of 255 = 66%
B 173 of 255 = 68%

195
169
173

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

Portions of RGB colors in percentages

R + G + B = 195 + 169 + 173 = 537 (100%)
R 195 of 537 ~ 36.31%
G 169 of 537 ~ 31.47%
B 173 of 537 ~ 32.22'%

%36.31
%31.47
%32.22

CMYK color model

#C3A9AD color CMYK value is (0,13,11,24).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 11.28%
  • key color value is 23.53%

CMYK: (0,13,11,24)
C0M13Y11K24 (0%, 13%, 11%, 24%)
(0.00 / 0.13 / 0.11 / 0.24)

CMYK percentages

%0
%13.33
%11.28
%23.53

Codes

Color #C3A9AD in popluar color models

C3 A9 AD
RGB 195 169 173
HSL 351° 17.81% 71.37%
HSB/HSV 351° 13.33% 76.47%
CMYK 0.00% 13.33% 11.28%
23.53%

Color #C3A9AD in popluar number systems.

HEX C3 A9 AD
Decimal 195 169 173
Binary 11000011 10101001 10101101
Octal 303 251 255

Shades and tints

Shades of #C3A9AD

#C3A9AD
(195,169,173)
#B29A9E
(178,154,158)
#A18B8F
(161,139,143)
#907C80
(144,124,128)
#7F6D71
(127,109,113)
#6E5E62
(110,94,98)
#5D4F53
(93,79,83)
#4C4044
(76,64,68)
#3B3135
(59,49,53)
#2A2226
(42,34,38)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #C3A9AD

#C3A9AD
(195,169,173)
#C8B0B4
(200,176,180)
#CDB7BB
(205,183,187)
#D2BEC2
(210,190,194)
#D7C5C9
(215,197,201)
#DCCCD0
(220,204,208)
#E1D3D7
(225,211,215)
#E6DADE
(230,218,222)
#EBE1E5
(235,225,229)
#F0E8EC
(240,232,236)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A9AD color. Also use rgb(195,169,173) instead hex code.

Text Font Color

.myTextColor { color: #C3A9AD; }

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

This text font color is #C3A9AD.

Background Color

.myBgColor { background-color: #C3A9AD; }

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

This div background color is #C3A9AD.

Border color

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

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

This div border color is #C3A9AD.

Opacity

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

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

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

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

This text has shadow with #C3A9AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3A9AD.

Preview

Color preview on black background

This text has color #C3A9AD on black background.


Color preview on white background

This text has color #C3A9AD on white background.


Black color preview on #C3A9AD background

This text has black color on #C3A9AD background.


White color preview on #C3A9AD background

This text has white color on #C3A9AD background.


Related colors

Complementary color

Complementary color for #hex is #3C5652.


I love getcolorcode.com

Triadic colors

1 #ADC3A9 and #A9ADC3 with #C3A9AD are triadic colors.

2 #ADA9C3 and #A9C3AD with #C3A9AD are triadic colors.