COLOR #C3AD9D

HEX: #C3AD9D RGB: (195,173,157)

Color info

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

RGB color model

#C3AD9D color RGB value is (195,173,157).

RGB: (195,173,157) (76%, 68%, 62%)

RGB channels and saturation

R 195 of 255 = 76%
G 173 of 255 = 68%
B 157 of 255 = 62%

195
173
157

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

Portions of RGB colors in percentages

R + G + B = 195 + 173 + 157 = 525 (100%)
R 195 of 525 ~ 37.14%
G 173 of 525 ~ 32.95%
B 157 of 525 ~ 29.9'%

%37.14
%32.95
%29.9

CMYK color model

#C3AD9D color CMYK value is (0,11,19,24).

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

CMYK: (0,11,19,24)
C0M11Y19K24 (0%, 11%, 19%, 24%)
(0.00 / 0.11 / 0.19 / 0.24)

CMYK percentages

%0
%11.28
%19.49
%23.53

Codes

Color #C3AD9D in popluar color models

C3 AD 9D
RGB 195 173 157
HSL 25° 24.05% 69.02%
HSB/HSV 25° 19.49% 76.47%
CMYK 0.00% 11.28% 19.49%
23.53%

Color #C3AD9D in popluar number systems.

HEX C3 AD 9D
Decimal 195 173 157
Binary 11000011 10101101 10011101
Octal 303 255 235

Shades and tints

Shades of #C3AD9D

#C3AD9D
(195,173,157)
#B29E8F
(178,158,143)
#A18F81
(161,143,129)
#908073
(144,128,115)
#7F7165
(127,113,101)
#6E6257
(110,98,87)
#5D5349
(93,83,73)
#4C443B
(76,68,59)
#3B352D
(59,53,45)
#2A261F
(42,38,31)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #C3AD9D

#C3AD9D
(195,173,157)
#C8B4A5
(200,180,165)
#CDBBAD
(205,187,173)
#D2C2B5
(210,194,181)
#D7C9BD
(215,201,189)
#DCD0C5
(220,208,197)
#E1D7CD
(225,215,205)
#E6DED5
(230,222,213)
#EBE5DD
(235,229,221)
#F0ECE5
(240,236,229)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3AD9D; }

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

This text font color is #C3AD9D.

Background Color

.myBgColor { background-color: #C3AD9D; }

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

This div background color is #C3AD9D.

Border color

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

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

This div border color is #C3AD9D.

Opacity

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

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

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

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

This text has shadow with #C3AD9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3AD9D.

Preview

Color preview on black background

This text has color #C3AD9D on black background.


Color preview on white background

This text has color #C3AD9D on white background.


Black color preview on #C3AD9D background

This text has black color on #C3AD9D background.


White color preview on #C3AD9D background

This text has white color on #C3AD9D background.


Related colors

Complementary color

Complementary color for #hex is #3C5262.


I love getcolorcode.com

Triadic colors

1 #9DC3AD and #AD9DC3 with #C3AD9D are triadic colors.

2 #9DADC3 and #ADC39D with #C3AD9D are triadic colors.