COLOR #C3AD97

HEX: #C3AD97
RGB: (195,173,151)

Color info

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

RGB color model

#C3AD97 color RGB value is (195,173,151).

  • red value is 195;
  • green value is 173;
  • blue value is 151.
RGB:
(195,173,151)
(76%,68%,59%)

RGB channels and saturation

R 195 of 255 = 76%
G 173 of 255 = 68%
B 151 of 255 = 59%

195
173
151

R + G + B ~ 68%. #C3AD97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 173 + 151 = 519 (100%)
R 195 of 519 ~ 37.57%
G 173 of 519 ~ 33.33%
B 151 of 519 ~ 29.09%

%37.57
%33.33
%29.09

CMYK color model

#C3AD97 color CMYK value is (0,11,23,24).

  • cyan value is 0.00%
  • magenta value is 11.28%
  • yellow value is 22.56%
  • key color value is 23.53%
CMYK:
(0,11,23,24)
C0M11Y23K24 
(0%,11%,23%,24%)
(0.00/0.11/0.23/0.24)	

CMYK percentages

%0
%11.28
%22.56
%23.53

Codes

Color #C3AD97 in popluar color models

C3AD97
RGB195173151
HSL30°26.83%67.84%
HSB/HSV30°22.56%76.47%
CMYK0.00%11.28%22.56%
23.53%

Color #C3AD97 in popluar number systems.

HEXC3AD97
Decimal195173151
Binary110000111010110110010111
Octal303255227

Shades and tints

Shades of #C3AD97

#C3AD97
(195,173,151)
#B29E8A
(178,158,138)
#A18F7D
(161,143,125)
#908070
(144,128,112)
#7F7163
(127,113,99)
#6E6256
(110,98,86)
#5D5349
(93,83,73)
#4C443C
(76,68,60)
#3B352F
(59,53,47)
#2A2622
(42,38,34)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #C3AD97

#C3AD97
(195,173,151)
#C8B4A0
(200,180,160)
#CDBBA9
(205,187,169)
#D2C2B2
(210,194,178)
#D7C9BB
(215,201,187)
#DCD0C4
(220,208,196)
#E1D7CD
(225,215,205)
#E6DED6
(230,222,214)
#EBE5DF
(235,229,223)
#F0ECE8
(240,236,232)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3AD97; }

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

This text font color is #C3AD97.


Background Color

.myBgColor { background-color: #C3AD97; }

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

This div background color is #C3AD97.


Border color

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

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

This div border color is #C3AD97.


Opacity

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

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

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

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

This text has shadow with #C3AD97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AD97 on black background.


Color preview on white background

This text has color #C3AD97 on white background.



Black color preview on #C3AD97 background

This text has black color on #C3AD97 background.


White color preview on #C3AD97 background

This text has white color on #C3AD97 background.