COLOR #C3AD99

HEX: #C3AD99
RGB: (195,173,153)

Color info

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

RGB color model

#C3AD99 color RGB value is (195,173,153).

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

RGB channels and saturation

R 195 of 255 = 76%
G 173 of 255 = 68%
B 153 of 255 = 60%

195
173
153

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

Portions of RGB colors in percentages

R + G + B =
195 + 173 + 153 = 521 (100%)
R 195 of 521 ~ 37.43%
G 173 of 521 ~ 33.21%
B 153 of 521 ~ 29.37%

%37.43
%33.21
%29.37

CMYK color model

#C3AD99 color CMYK value is (0,11,22,24).

  • cyan value is 0.00%
  • magenta value is 11.28%
  • yellow value is 21.54%
  • key color value is 23.53%
CMYK:
(0,11,22,24)
C0M11Y22K24 
(0%,11%,22%,24%)
(0.00/0.11/0.22/0.24)	

CMYK percentages

%0
%11.28
%21.54
%23.53

Codes

Color #C3AD99 in popluar color models

C3AD99
RGB195173153
HSL29°25.93%68.24%
HSB/HSV29°21.54%76.47%
CMYK0.00%11.28%21.54%
23.53%

Color #C3AD99 in popluar number systems.

HEXC3AD99
Decimal195173153
Binary110000111010110110011001
Octal303255231

Shades and tints

Shades of #C3AD99

#C3AD99
(195,173,153)
#B29E8C
(178,158,140)
#A18F7F
(161,143,127)
#908072
(144,128,114)
#7F7165
(127,113,101)
#6E6258
(110,98,88)
#5D534B
(93,83,75)
#4C443E
(76,68,62)
#3B3531
(59,53,49)
#2A2624
(42,38,36)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #C3AD99

#C3AD99
(195,173,153)
#C8B4A2
(200,180,162)
#CDBBAB
(205,187,171)
#D2C2B4
(210,194,180)
#D7C9BD
(215,201,189)
#DCD0C6
(220,208,198)
#E1D7CF
(225,215,207)
#E6DED8
(230,222,216)
#EBE5E1
(235,229,225)
#F0ECEA
(240,236,234)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3AD99; }

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

This text font color is #C3AD99.


Background Color

.myBgColor { background-color: #C3AD99; }

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

This div background color is #C3AD99.


Border color

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

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

This div border color is #C3AD99.


Opacity

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

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

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

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

This text has shadow with #C3AD99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AD99 on black background.


Color preview on white background

This text has color #C3AD99 on white background.



Black color preview on #C3AD99 background

This text has black color on #C3AD99 background.


White color preview on #C3AD99 background

This text has white color on #C3AD99 background.