COLOR #C3B1AD

HEX: #C3B1AD
RGB: (195,177,173)

Color info

#C3B1AD contains red, green and blue colors in about the same proportion. Web safe color of #C3B1AD is #CC9999 (or #C99).

RGB color model

#C3B1AD color RGB value is (195,177,173).

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

RGB channels and saturation

R 195 of 255 = 76%
G 177 of 255 = 69%
B 173 of 255 = 68%

195
177
173

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

Portions of RGB colors in percentages

R + G + B =
195 + 177 + 173 = 545 (100%)
R 195 of 545 ~ 35.78%
G 177 of 545 ~ 32.48%
B 173 of 545 ~ 31.74%

%35.78
%32.48
%31.74

CMYK color model

#C3B1AD color CMYK value is (0,9,11,24).

  • cyan value is 0.00%
  • magenta value is 9.23%
  • yellow value is 11.28%
  • key color value is 23.53%
CMYK:
(0,9,11,24)
C0M9Y11K24 
(0%,9%,11%,24%)
(0.00/0.09/0.11/0.24)	

CMYK percentages

%0
%9.23
%11.28
%23.53

Codes

Color #C3B1AD in popluar color models

C3B1AD
RGB195177173
HSL11°15.49%72.16%
HSB/HSV11°11.28%76.47%
CMYK0.00%9.23%11.28%
23.53%

Color #C3B1AD in popluar number systems.

HEXC3B1AD
Decimal195177173
Binary110000111011000110101101
Octal303261255

Shades and tints

Shades of #C3B1AD

#C3B1AD
(195,177,173)
#B2A19E
(178,161,158)
#A1918F
(161,145,143)
#908180
(144,129,128)
#7F7171
(127,113,113)
#6E6162
(110,97,98)
#5D5153
(93,81,83)
#4C4144
(76,65,68)
#3B3135
(59,49,53)
#2A2126
(42,33,38)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #C3B1AD

#C3B1AD
(195,177,173)
#C8B8B4
(200,184,180)
#CDBFBB
(205,191,187)
#D2C6C2
(210,198,194)
#D7CDC9
(215,205,201)
#DCD4D0
(220,212,208)
#E1DBD7
(225,219,215)
#E6E2DE
(230,226,222)
#EBE9E5
(235,233,229)
#F0F0EC
(240,240,236)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B1AD; }

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

This text font color is #C3B1AD.


Background Color

.myBgColor { background-color: #C3B1AD; }

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

This div background color is #C3B1AD.


Border color

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

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

This div border color is #C3B1AD.


Opacity

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

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

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

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

This text has shadow with #C3B1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B1AD on black background.


Color preview on white background

This text has color #C3B1AD on white background.



Black color preview on #C3B1AD background

This text has black color on #C3B1AD background.


White color preview on #C3B1AD background

This text has white color on #C3B1AD background.