COLOR #C3B5B1

HEX: #C3B5B1
RGB: (195,181,177)

Color info

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

RGB color model

#C3B5B1 color RGB value is (195,181,177).

  • red value is 195;
  • green value is 181;
  • blue value is 177.
RGB:
(195,181,177)
(76%,71%,69%)

RGB channels and saturation

R 195 of 255 = 76%
G 181 of 255 = 71%
B 177 of 255 = 69%

195
181
177

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

Portions of RGB colors in percentages

R + G + B =
195 + 181 + 177 = 553 (100%)
R 195 of 553 ~ 35.26%
G 181 of 553 ~ 32.73%
B 177 of 553 ~ 32.01%

%35.26
%32.73
%32.01

CMYK color model

#C3B5B1 color CMYK value is (0,7,9,24).

  • cyan value is 0.00%
  • magenta value is 7.18%
  • yellow value is 9.23%
  • key color value is 23.53%
CMYK:
(0,7,9,24)
C0M7Y9K24 
(0%,7%,9%,24%)
(0.00/0.07/0.09/0.24)	

CMYK percentages

%0
%7.18
%9.23
%23.53

Codes

Color #C3B5B1 in popluar color models

C3B5B1
RGB195181177
HSL13°13.04%72.94%
HSB/HSV13°9.23%76.47%
CMYK0.00%7.18%9.23%
23.53%

Color #C3B5B1 in popluar number systems.

HEXC3B5B1
Decimal195181177
Binary110000111011010110110001
Octal303265261

Shades and tints

Shades of #C3B5B1

#C3B5B1
(195,181,177)
#B2A5A1
(178,165,161)
#A19591
(161,149,145)
#908581
(144,133,129)
#7F7571
(127,117,113)
#6E6561
(110,101,97)
#5D5551
(93,85,81)
#4C4541
(76,69,65)
#3B3531
(59,53,49)
#2A2521
(42,37,33)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #C3B5B1

#C3B5B1
(195,181,177)
#C8BBB8
(200,187,184)
#CDC1BF
(205,193,191)
#D2C7C6
(210,199,198)
#D7CDCD
(215,205,205)
#DCD3D4
(220,211,212)
#E1D9DB
(225,217,219)
#E6DFE2
(230,223,226)
#EBE5E9
(235,229,233)
#F0EBF0
(240,235,240)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B5B1 color. Also use rgb(195,181,177) instead hex code.

Text Font Color

.myTextColor { color: #C3B5B1; }

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

This text font color is #C3B5B1.


Background Color

.myBgColor { background-color: #C3B5B1; }

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

This div background color is #C3B5B1.


Border color

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

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

This div border color is #C3B5B1.


Opacity

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

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

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

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

This text has shadow with #C3B5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B5B1 on black background.


Color preview on white background

This text has color #C3B5B1 on white background.



Black color preview on #C3B5B1 background

This text has black color on #C3B5B1 background.


White color preview on #C3B5B1 background

This text has white color on #C3B5B1 background.