COLOR #C3AD9B

HEX: #C3AD9B
RGB: (195,173,155)

Color info

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

RGB color model

#C3AD9B color RGB value is (195,173,155).

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

RGB channels and saturation

R 195 of 255 = 76%
G 173 of 255 = 68%
B 155 of 255 = 61%

195
173
155

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

Portions of RGB colors in percentages

R + G + B =
195 + 173 + 155 = 523 (100%)
R 195 of 523 ~ 37.28%
G 173 of 523 ~ 33.08%
B 155 of 523 ~ 29.64%

%37.28
%33.08
%29.64

CMYK color model

#C3AD9B color CMYK value is (0,11,21,24).

  • cyan value is 0.00%
  • magenta value is 11.28%
  • yellow value is 20.51%
  • key color value is 23.53%
CMYK:
(0,11,21,24)
C0M11Y21K24 
(0%,11%,21%,24%)
(0.00/0.11/0.21/0.24)	

CMYK percentages

%0
%11.28
%20.51
%23.53

Codes

Color #C3AD9B in popluar color models

C3AD9B
RGB195173155
HSL27°25.00%68.63%
HSB/HSV27°20.51%76.47%
CMYK0.00%11.28%20.51%
23.53%

Color #C3AD9B in popluar number systems.

HEXC3AD9B
Decimal195173155
Binary110000111010110110011011
Octal303255233

Shades and tints

Shades of #C3AD9B

#C3AD9B
(195,173,155)
#B29E8D
(178,158,141)
#A18F7F
(161,143,127)
#908071
(144,128,113)
#7F7163
(127,113,99)
#6E6255
(110,98,85)
#5D5347
(93,83,71)
#4C4439
(76,68,57)
#3B352B
(59,53,43)
#2A261D
(42,38,29)
#19170F
(25,23,15)
#000000
(0,0,0)

Tints of #C3AD9B

#C3AD9B
(195,173,155)
#C8B4A4
(200,180,164)
#CDBBAD
(205,187,173)
#D2C2B6
(210,194,182)
#D7C9BF
(215,201,191)
#DCD0C8
(220,208,200)
#E1D7D1
(225,215,209)
#E6DEDA
(230,222,218)
#EBE5E3
(235,229,227)
#F0ECEC
(240,236,236)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3AD9B; }

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

This text font color is #C3AD9B.


Background Color

.myBgColor { background-color: #C3AD9B; }

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

This div background color is #C3AD9B.


Border color

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

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

This div border color is #C3AD9B.


Opacity

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

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

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

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

This text has shadow with #C3AD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AD9B on black background.


Color preview on white background

This text has color #C3AD9B on white background.



Black color preview on #C3AD9B background

This text has black color on #C3AD9B background.


White color preview on #C3AD9B background

This text has white color on #C3AD9B background.