COLOR #C3B7A5

HEX: #C3B7A5
RGB: (195,183,165)

Color info

#C3B7A5 contains red, green and blue colors in about the same proportion. Web safe color of #C3B7A5 is #CCCC99 (or #CC9).

RGB color model

#C3B7A5 color RGB value is (195,183,165).

  • red value is 195;
  • green value is 183;
  • blue value is 165.
RGB:
(195,183,165)
(76%,72%,65%)

RGB channels and saturation

R 195 of 255 = 76%
G 183 of 255 = 72%
B 165 of 255 = 65%

195
183
165

R + G + B ~ 71%. #C3B7A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 183 + 165 = 543 (100%)
R 195 of 543 ~ 35.91%
G 183 of 543 ~ 33.7%
B 165 of 543 ~ 30.39%

%35.91
%33.7
%30.39

CMYK color model

#C3B7A5 color CMYK value is (0,6,15,24).

  • cyan value is 0.00%
  • magenta value is 6.15%
  • yellow value is 15.38%
  • key color value is 23.53%
CMYK:
(0,6,15,24)
C0M6Y15K24 
(0%,6%,15%,24%)
(0.00/0.06/0.15/0.24)	

CMYK percentages

%0
%6.15
%15.38
%23.53

Codes

Color #C3B7A5 in popluar color models

C3B7A5
RGB195183165
HSL36°20.00%70.59%
HSB/HSV36°15.38%76.47%
CMYK0.00%6.15%15.38%
23.53%

Color #C3B7A5 in popluar number systems.

HEXC3B7A5
Decimal195183165
Binary110000111011011110100101
Octal303267245

Shades and tints

Shades of #C3B7A5

#C3B7A5
(195,183,165)
#B2A796
(178,167,150)
#A19787
(161,151,135)
#908778
(144,135,120)
#7F7769
(127,119,105)
#6E675A
(110,103,90)
#5D574B
(93,87,75)
#4C473C
(76,71,60)
#3B372D
(59,55,45)
#2A271E
(42,39,30)
#19170F
(25,23,15)
#000000
(0,0,0)

Tints of #C3B7A5

#C3B7A5
(195,183,165)
#C8BDAD
(200,189,173)
#CDC3B5
(205,195,181)
#D2C9BD
(210,201,189)
#D7CFC5
(215,207,197)
#DCD5CD
(220,213,205)
#E1DBD5
(225,219,213)
#E6E1DD
(230,225,221)
#EBE7E5
(235,231,229)
#F0EDED
(240,237,237)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B7A5 color. Also use rgb(195,183,165) instead hex code.

Text Font Color

.myTextColor { color: #C3B7A5; }

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

This text font color is #C3B7A5.


Background Color

.myBgColor { background-color: #C3B7A5; }

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

This div background color is #C3B7A5.


Border color

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

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

This div border color is #C3B7A5.


Opacity

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

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

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

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

This text has shadow with #C3B7A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B7A5 on black background.


Color preview on white background

This text has color #C3B7A5 on white background.



Black color preview on #C3B7A5 background

This text has black color on #C3B7A5 background.


White color preview on #C3B7A5 background

This text has white color on #C3B7A5 background.