COLOR #C3B6A7

HEX: #C3B6A7 RGB: (195,182,167)

Color info

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

RGB color model

#C3B6A7 color RGB value is (195,182,167).

RGB: (195,182,167) (76%, 71%, 65%)

RGB channels and saturation

R 195 of 255 = 76%
G 182 of 255 = 71%
B 167 of 255 = 65%

195
182
167

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

Portions of RGB colors in percentages

R + G + B = 195 + 182 + 167 = 544 (100%)
R 195 of 544 ~ 35.85%
G 182 of 544 ~ 33.46%
B 167 of 544 ~ 30.7'%

%35.85
%33.46
%30.7

CMYK color model

#C3B6A7 color CMYK value is (0,7,14,24).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 14.36%
  • key color value is 23.53%

CMYK: (0,7,14,24)
C0M7Y14K24 (0%, 7%, 14%, 24%)
(0.00 / 0.07 / 0.14 / 0.24)

CMYK percentages

%0
%6.67
%14.36
%23.53

Codes

Color #C3B6A7 in popluar color models

C3 B6 A7
RGB 195 182 167
HSL 32° 18.92% 70.98%
HSB/HSV 32° 14.36% 76.47%
CMYK 0.00% 6.67% 14.36%
23.53%

Color #C3B6A7 in popluar number systems.

HEX C3 B6 A7
Decimal 195 182 167
Binary 11000011 10110110 10100111
Octal 303 266 247

Shades and tints

Shades of #C3B6A7

#C3B6A7
(195,182,167)
#B2A698
(178,166,152)
#A19689
(161,150,137)
#90867A
(144,134,122)
#7F766B
(127,118,107)
#6E665C
(110,102,92)
#5D564D
(93,86,77)
#4C463E
(76,70,62)
#3B362F
(59,54,47)
#2A2620
(42,38,32)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #C3B6A7

#C3B6A7
(195,182,167)
#C8BCAF
(200,188,175)
#CDC2B7
(205,194,183)
#D2C8BF
(210,200,191)
#D7CEC7
(215,206,199)
#DCD4CF
(220,212,207)
#E1DAD7
(225,218,215)
#E6E0DF
(230,224,223)
#EBE6E7
(235,230,231)
#F0ECEF
(240,236,239)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B6A7 color. Also use rgb(195,182,167) instead hex code.

Text Font Color

.myTextColor { color: #C3B6A7; }

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

This text font color is #C3B6A7.

Background Color

.myBgColor { background-color: #C3B6A7; }

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

This div background color is #C3B6A7.

Border color

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

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

This div border color is #C3B6A7.

Opacity

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

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

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

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

This text has shadow with #C3B6A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3B6A7.

Preview

Color preview on black background

This text has color #C3B6A7 on black background.


Color preview on white background

This text has color #C3B6A7 on white background.


Black color preview on #C3B6A7 background

This text has black color on #C3B6A7 background.


White color preview on #C3B6A7 background

This text has white color on #C3B6A7 background.


Related colors

Complementary color

Complementary color for #hex is #3C4958.


I love getcolorcode.com

Triadic colors

1 #A7C3B6 and #B6A7C3 with #C3B6A7 are triadic colors.

2 #A7B6C3 and #B6C3A7 with #C3B6A7 are triadic colors.