COLOR #C3BAA7

HEX: #C3BAA7 RGB: (195,186,167)

Color info

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

RGB color model

#C3BAA7 color RGB value is (195,186,167).

RGB: (195,186,167) (76%, 73%, 65%)

RGB channels and saturation

R 195 of 255 = 76%
G 186 of 255 = 73%
B 167 of 255 = 65%

195
186
167

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

Portions of RGB colors in percentages

R + G + B = 195 + 186 + 167 = 548 (100%)
R 195 of 548 ~ 35.58%
G 186 of 548 ~ 33.94%
B 167 of 548 ~ 30.47'%

%35.58
%33.94
%30.47

CMYK color model

#C3BAA7 color CMYK value is (0,5,14,24).

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

CMYK: (0,5,14,24)
C0M5Y14K24 (0%, 5%, 14%, 24%)
(0.00 / 0.05 / 0.14 / 0.24)

CMYK percentages

%0
%4.62
%14.36
%23.53

Codes

Color #C3BAA7 in popluar color models

C3 BA A7
RGB 195 186 167
HSL 41° 18.92% 70.98%
HSB/HSV 41° 14.36% 76.47%
CMYK 0.00% 4.62% 14.36%
23.53%

Color #C3BAA7 in popluar number systems.

HEX C3 BA A7
Decimal 195 186 167
Binary 11000011 10111010 10100111
Octal 303 272 247

Shades and tints

Shades of #C3BAA7

#C3BAA7
(195,186,167)
#B2AA98
(178,170,152)
#A19A89
(161,154,137)
#908A7A
(144,138,122)
#7F7A6B
(127,122,107)
#6E6A5C
(110,106,92)
#5D5A4D
(93,90,77)
#4C4A3E
(76,74,62)
#3B3A2F
(59,58,47)
#2A2A20
(42,42,32)
#191A11
(25,26,17)
#000000
(0,0,0)

Tints of #C3BAA7

#C3BAA7
(195,186,167)
#C8C0AF
(200,192,175)
#CDC6B7
(205,198,183)
#D2CCBF
(210,204,191)
#D7D2C7
(215,210,199)
#DCD8CF
(220,216,207)
#E1DED7
(225,222,215)
#E6E4DF
(230,228,223)
#EBEAE7
(235,234,231)
#F0F0EF
(240,240,239)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BAA7; }

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

This text font color is #C3BAA7.

Background Color

.myBgColor { background-color: #C3BAA7; }

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

This div background color is #C3BAA7.

Border color

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

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

This div border color is #C3BAA7.

Opacity

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

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

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

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

This text has shadow with #C3BAA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3BAA7.

Preview

Color preview on black background

This text has color #C3BAA7 on black background.


Color preview on white background

This text has color #C3BAA7 on white background.


Black color preview on #C3BAA7 background

This text has black color on #C3BAA7 background.


White color preview on #C3BAA7 background

This text has white color on #C3BAA7 background.


Related colors

Complementary color

Complementary color for #hex is #3C4558.


I love getcolorcode.com

Triadic colors

1 #A7C3BA and #BAA7C3 with #C3BAA7 are triadic colors.

2 #A7BAC3 and #BAC3A7 with #C3BAA7 are triadic colors.