COLOR #C3B7BA

HEX: #C3B7BA
RGB: (195,183,186)

Color info

#C3B7BA contains red, green and blue colors in about the same proportion. Web safe color of #C3B7BA is #CCCCCC (or #CCC).

RGB color model

#C3B7BA color RGB value is (195,183,186).

  • red value is 195;
  • green value is 183;
  • blue value is 186.
RGB:
(195,183,186)
(76%,72%,73%)

RGB channels and saturation

R 195 of 255 = 76%
G 183 of 255 = 72%
B 186 of 255 = 73%

195
183
186

R + G + B ~ 74%. #C3B7BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 183 + 186 = 564 (100%)
R 195 of 564 ~ 34.57%
G 183 of 564 ~ 32.45%
B 186 of 564 ~ 32.98%

%34.57
%32.45
%32.98

CMYK color model

#C3B7BA color CMYK value is (0,6,5,24).

  • cyan value is 0.00%
  • magenta value is 6.15%
  • yellow value is 4.62%
  • key color value is 23.53%
CMYK:
(0,6,5,24)
C0M6Y5K24 
(0%,6%,5%,24%)
(0.00/0.06/0.05/0.24)	

CMYK percentages

%0
%6.15
%4.62
%23.53

Codes

Color #C3B7BA in popluar color models

C3B7BA
RGB195183186
HSL345°9.09%74.12%
HSB/HSV345°6.15%76.47%
CMYK0.00%6.15%4.62%
23.53%

Color #C3B7BA in popluar number systems.

HEXC3B7BA
Decimal195183186
Binary110000111011011110111010
Octal303267272

Shades and tints

Shades of #C3B7BA

#C3B7BA
(195,183,186)
#B2A7AA
(178,167,170)
#A1979A
(161,151,154)
#90878A
(144,135,138)
#7F777A
(127,119,122)
#6E676A
(110,103,106)
#5D575A
(93,87,90)
#4C474A
(76,71,74)
#3B373A
(59,55,58)
#2A272A
(42,39,42)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #C3B7BA

#C3B7BA
(195,183,186)
#C8BDC0
(200,189,192)
#CDC3C6
(205,195,198)
#D2C9CC
(210,201,204)
#D7CFD2
(215,207,210)
#DCD5D8
(220,213,216)
#E1DBDE
(225,219,222)
#E6E1E4
(230,225,228)
#EBE7EA
(235,231,234)
#F0EDF0
(240,237,240)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B7BA; }

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

This text font color is #C3B7BA.


Background Color

.myBgColor { background-color: #C3B7BA; }

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

This div background color is #C3B7BA.


Border color

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

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

This div border color is #C3B7BA.


Opacity

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

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

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

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

This text has shadow with #C3B7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B7BA on black background.


Color preview on white background

This text has color #C3B7BA on white background.



Black color preview on #C3B7BA background

This text has black color on #C3B7BA background.


White color preview on #C3B7BA background

This text has white color on #C3B7BA background.