COLOR #C3B7A4

HEX: #C3B7A4 RGB: (195,183,164)

Color info

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

RGB color model

#C3B7A4 color RGB value is (195,183,164).

RGB: (195,183,164) (76%, 72%, 64%)

RGB channels and saturation

R 195 of 255 = 76%
G 183 of 255 = 72%
B 164 of 255 = 64%

195
183
164

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

Portions of RGB colors in percentages

R + G + B = 195 + 183 + 164 = 542 (100%)
R 195 of 542 ~ 35.98%
G 183 of 542 ~ 33.76%
B 164 of 542 ~ 30.26'%

%35.98
%33.76
%30.26

CMYK color model

#C3B7A4 color CMYK value is (0,6,16,24).

  • cyan value is 0.00%
  • magenta value is 6.15%
  • yellow value is 15.90%
  • key color value is 23.53%

CMYK: (0,6,16,24)
C0M6Y16K24 (0%, 6%, 16%, 24%)
(0.00 / 0.06 / 0.16 / 0.24)

CMYK percentages

%0
%6.15
%15.9
%23.53

Codes

Color #C3B7A4 in popluar color models

C3 B7 A4
RGB 195 183 164
HSL 37° 20.53% 70.39%
HSB/HSV 37° 15.90% 76.47%
CMYK 0.00% 6.15% 15.90%
23.53%

Color #C3B7A4 in popluar number systems.

HEX C3 B7 A4
Decimal 195 183 164
Binary 11000011 10110111 10100100
Octal 303 267 244

Shades and tints

Shades of #C3B7A4

#C3B7A4
(195,183,164)
#B2A796
(178,167,150)
#A19788
(161,151,136)
#90877A
(144,135,122)
#7F776C
(127,119,108)
#6E675E
(110,103,94)
#5D5750
(93,87,80)
#4C4742
(76,71,66)
#3B3734
(59,55,52)
#2A2726
(42,39,38)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #C3B7A4

#C3B7A4
(195,183,164)
#C8BDAC
(200,189,172)
#CDC3B4
(205,195,180)
#D2C9BC
(210,201,188)
#D7CFC4
(215,207,196)
#DCD5CC
(220,213,204)
#E1DBD4
(225,219,212)
#E6E1DC
(230,225,220)
#EBE7E4
(235,231,228)
#F0EDEC
(240,237,236)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B7A4; }

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

This text font color is #C3B7A4.

Background Color

.myBgColor { background-color: #C3B7A4; }

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

This div background color is #C3B7A4.

Border color

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

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

This div border color is #C3B7A4.

Opacity

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

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

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

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

This text has shadow with #C3B7A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3B7A4.

Preview

Color preview on black background

This text has color #C3B7A4 on black background.


Color preview on white background

This text has color #C3B7A4 on white background.


Black color preview on #C3B7A4 background

This text has black color on #C3B7A4 background.


White color preview on #C3B7A4 background

This text has white color on #C3B7A4 background.


Related colors

Complementary color

Complementary color for #hex is #3C485B.


I love getcolorcode.com

Triadic colors

1 #A4C3B7 and #B7A4C3 with #C3B7A4 are triadic colors.

2 #A4B7C3 and #B7C3A4 with #C3B7A4 are triadic colors.