COLOR #C3AD8F

HEX: #C3AD8F RGB: (195,173,143)

Color info

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

RGB color model

#C3AD8F color RGB value is (195,173,143).

RGB: (195,173,143) (76%, 68%, 56%)

RGB channels and saturation

R 195 of 255 = 76%
G 173 of 255 = 68%
B 143 of 255 = 56%

195
173
143

R + G + B ~ 67%. #C3AD8F is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 173 + 143 = 511 (100%)
R 195 of 511 ~ 38.16%
G 173 of 511 ~ 33.86%
B 143 of 511 ~ 27.98'%

%38.16
%33.86
%27.98

CMYK color model

#C3AD8F color CMYK value is (0,11,27,24).

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

CMYK: (0,11,27,24)
C0M11Y27K24 (0%, 11%, 27%, 24%)
(0.00 / 0.11 / 0.27 / 0.24)

CMYK percentages

%0
%11.28
%26.67
%23.53

Codes

Color #C3AD8F in popluar color models

C3 AD 8F
RGB 195 173 143
HSL 35° 30.23% 66.27%
HSB/HSV 35° 26.67% 76.47%
CMYK 0.00% 11.28% 26.67%
23.53%

Color #C3AD8F in popluar number systems.

HEX C3 AD 8F
Decimal 195 173 143
Binary 11000011 10101101 10001111
Octal 303 255 217

Shades and tints

Shades of #C3AD8F

#C3AD8F
(195,173,143)
#B29E82
(178,158,130)
#A18F75
(161,143,117)
#908068
(144,128,104)
#7F715B
(127,113,91)
#6E624E
(110,98,78)
#5D5341
(93,83,65)
#4C4434
(76,68,52)
#3B3527
(59,53,39)
#2A261A
(42,38,26)
#19170D
(25,23,13)
#000000
(0,0,0)

Tints of #C3AD8F

#C3AD8F
(195,173,143)
#C8B499
(200,180,153)
#CDBBA3
(205,187,163)
#D2C2AD
(210,194,173)
#D7C9B7
(215,201,183)
#DCD0C1
(220,208,193)
#E1D7CB
(225,215,203)
#E6DED5
(230,222,213)
#EBE5DF
(235,229,223)
#F0ECE9
(240,236,233)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3AD8F; }

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

This text font color is #C3AD8F.

Background Color

.myBgColor { background-color: #C3AD8F; }

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

This div background color is #C3AD8F.

Border color

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

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

This div border color is #C3AD8F.

Opacity

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

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

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

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

This text has shadow with #C3AD8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3AD8F.

Preview

Color preview on black background

This text has color #C3AD8F on black background.


Color preview on white background

This text has color #C3AD8F on white background.


Black color preview on #C3AD8F background

This text has black color on #C3AD8F background.


White color preview on #C3AD8F background

This text has white color on #C3AD8F background.


Related colors

Complementary color

Complementary color for #hex is #3C5270.


I love getcolorcode.com

Triadic colors

1 #8FC3AD and #AD8FC3 with #C3AD8F are triadic colors.

2 #8FADC3 and #ADC38F with #C3AD8F are triadic colors.