COLOR #C3B4AD

HEX: #C3B4AD RGB: (195,180,173)

Color info

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

RGB color model

#C3B4AD color RGB value is (195,180,173).

RGB: (195,180,173) (76%, 71%, 68%)

RGB channels and saturation

R 195 of 255 = 76%
G 180 of 255 = 71%
B 173 of 255 = 68%

195
180
173

R + G + B ~ 72%. #C3B4AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 180 + 173 = 548 (100%)
R 195 of 548 ~ 35.58%
G 180 of 548 ~ 32.85%
B 173 of 548 ~ 31.57'%

%35.58
%32.85
%31.57

CMYK color model

#C3B4AD color CMYK value is (0,8,11,24).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 11.28%
  • key color value is 23.53%

CMYK: (0,8,11,24)
C0M8Y11K24 (0%, 8%, 11%, 24%)
(0.00 / 0.08 / 0.11 / 0.24)

CMYK percentages

%0
%7.69
%11.28
%23.53

Codes

Color #C3B4AD in popluar color models

C3 B4 AD
RGB 195 180 173
HSL 19° 15.49% 72.16%
HSB/HSV 19° 11.28% 76.47%
CMYK 0.00% 7.69% 11.28%
23.53%

Color #C3B4AD in popluar number systems.

HEX C3 B4 AD
Decimal 195 180 173
Binary 11000011 10110100 10101101
Octal 303 264 255

Shades and tints

Shades of #C3B4AD

#C3B4AD
(195,180,173)
#B2A49E
(178,164,158)
#A1948F
(161,148,143)
#908480
(144,132,128)
#7F7471
(127,116,113)
#6E6462
(110,100,98)
#5D5453
(93,84,83)
#4C4444
(76,68,68)
#3B3435
(59,52,53)
#2A2426
(42,36,38)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #C3B4AD

#C3B4AD
(195,180,173)
#C8BAB4
(200,186,180)
#CDC0BB
(205,192,187)
#D2C6C2
(210,198,194)
#D7CCC9
(215,204,201)
#DCD2D0
(220,210,208)
#E1D8D7
(225,216,215)
#E6DEDE
(230,222,222)
#EBE4E5
(235,228,229)
#F0EAEC
(240,234,236)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B4AD; }

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

This text font color is #C3B4AD.

Background Color

.myBgColor { background-color: #C3B4AD; }

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

This div background color is #C3B4AD.

Border color

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

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

This div border color is #C3B4AD.

Opacity

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

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

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

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

This text has shadow with #C3B4AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3B4AD.

Preview

Color preview on black background

This text has color #C3B4AD on black background.


Color preview on white background

This text has color #C3B4AD on white background.


Black color preview on #C3B4AD background

This text has black color on #C3B4AD background.


White color preview on #C3B4AD background

This text has white color on #C3B4AD background.


Related colors

Complementary color

Complementary color for #hex is #3C4B52.


I love getcolorcode.com

Triadic colors

1 #ADC3B4 and #B4ADC3 with #C3B4AD are triadic colors.

2 #ADB4C3 and #B4C3AD with #C3B4AD are triadic colors.