COLOR #C3B7AD

HEX: #C3B7AD RGB: (195,183,173)

Color info

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

RGB color model

#C3B7AD color RGB value is (195,183,173).

RGB: (195,183,173) (76%, 72%, 68%)

RGB channels and saturation

R 195 of 255 = 76%
G 183 of 255 = 72%
B 173 of 255 = 68%

195
183
173

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

Portions of RGB colors in percentages

R + G + B = 195 + 183 + 173 = 551 (100%)
R 195 of 551 ~ 35.39%
G 183 of 551 ~ 33.21%
B 173 of 551 ~ 31.4'%

%35.39
%33.21
%31.4

CMYK color model

#C3B7AD color CMYK value is (0,6,11,24).

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

CMYK: (0,6,11,24)
C0M6Y11K24 (0%, 6%, 11%, 24%)
(0.00 / 0.06 / 0.11 / 0.24)

CMYK percentages

%0
%6.15
%11.28
%23.53

Codes

Color #C3B7AD in popluar color models

C3 B7 AD
RGB 195 183 173
HSL 27° 15.49% 72.16%
HSB/HSV 27° 11.28% 76.47%
CMYK 0.00% 6.15% 11.28%
23.53%

Color #C3B7AD in popluar number systems.

HEX C3 B7 AD
Decimal 195 183 173
Binary 11000011 10110111 10101101
Octal 303 267 255

Shades and tints

Shades of #C3B7AD

#C3B7AD
(195,183,173)
#B2A79E
(178,167,158)
#A1978F
(161,151,143)
#908780
(144,135,128)
#7F7771
(127,119,113)
#6E6762
(110,103,98)
#5D5753
(93,87,83)
#4C4744
(76,71,68)
#3B3735
(59,55,53)
#2A2726
(42,39,38)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #C3B7AD

#C3B7AD
(195,183,173)
#C8BDB4
(200,189,180)
#CDC3BB
(205,195,187)
#D2C9C2
(210,201,194)
#D7CFC9
(215,207,201)
#DCD5D0
(220,213,208)
#E1DBD7
(225,219,215)
#E6E1DE
(230,225,222)
#EBE7E5
(235,231,229)
#F0EDEC
(240,237,236)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B7AD; }

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

This text font color is #C3B7AD.

Background Color

.myBgColor { background-color: #C3B7AD; }

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

This div background color is #C3B7AD.

Border color

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

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

This div border color is #C3B7AD.

Opacity

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

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

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

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

This text has shadow with #C3B7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3B7AD.

Preview

Color preview on black background

This text has color #C3B7AD on black background.


Color preview on white background

This text has color #C3B7AD on white background.


Black color preview on #C3B7AD background

This text has black color on #C3B7AD background.


White color preview on #C3B7AD background

This text has white color on #C3B7AD background.


Related colors

Complementary color

Complementary color for #hex is #3C4852.


I love getcolorcode.com

Triadic colors

1 #ADC3B7 and #B7ADC3 with #C3B7AD are triadic colors.

2 #ADB7C3 and #B7C3AD with #C3B7AD are triadic colors.