COLOR #C4B3BA

HEX: #C4B3BA
RGB: (196,179,186)

Color info

#C4B3BA contains red, green and blue colors in about the same proportion. Web safe color of #C4B3BA is #CC99CC (or #C9C).

RGB color model

#C4B3BA color RGB value is (196,179,186).

  • red value is 196;
  • green value is 179;
  • blue value is 186.
RGB:
(196,179,186)
(77%,70%,73%)

RGB channels and saturation

R 196 of 255 = 77%
G 179 of 255 = 70%
B 186 of 255 = 73%

196
179
186

R + G + B ~ 73%. #C4B3BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 179 + 186 = 561 (100%)
R 196 of 561 ~ 34.94%
G 179 of 561 ~ 31.91%
B 186 of 561 ~ 33.16%

%34.94
%31.91
%33.16

CMYK color model

#C4B3BA color CMYK value is (0,9,5,23).

  • cyan value is 0.00%
  • magenta value is 8.67%
  • yellow value is 5.10%
  • key color value is 23.14%
CMYK:
(0,9,5,23)
C0M9Y5K23 
(0%,9%,5%,23%)
(0.00/0.09/0.05/0.23)	

CMYK percentages

%0
%8.67
%5.1
%23.14

Codes

Color #C4B3BA in popluar color models

C4B3BA
RGB196179186
HSL335°12.59%73.53%
HSB/HSV335°8.67%76.86%
CMYK0.00%8.67%5.10%
23.14%

Color #C4B3BA in popluar number systems.

HEXC4B3BA
Decimal196179186
Binary110001001011001110111010
Octal304263272

Shades and tints

Shades of #C4B3BA

#C4B3BA
(196,179,186)
#B3A3AA
(179,163,170)
#A2939A
(162,147,154)
#91838A
(145,131,138)
#80737A
(128,115,122)
#6F636A
(111,99,106)
#5E535A
(94,83,90)
#4D434A
(77,67,74)
#3C333A
(60,51,58)
#2B232A
(43,35,42)
#1A131A
(26,19,26)
#000000
(0,0,0)

Tints of #C4B3BA

#C4B3BA
(196,179,186)
#C9B9C0
(201,185,192)
#CEBFC6
(206,191,198)
#D3C5CC
(211,197,204)
#D8CBD2
(216,203,210)
#DDD1D8
(221,209,216)
#E2D7DE
(226,215,222)
#E7DDE4
(231,221,228)
#ECE3EA
(236,227,234)
#F1E9F0
(241,233,240)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B3BA color. Also use rgb(196,179,186) instead hex code.

Text Font Color

.myTextColor { color: #C4B3BA; }

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

This text font color is #C4B3BA.


Background Color

.myBgColor { background-color: #C4B3BA; }

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

This div background color is #C4B3BA.


Border color

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

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

This div border color is #C4B3BA.


Opacity

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

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

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

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

This text has shadow with #C4B3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B3BA on black background.


Color preview on white background

This text has color #C4B3BA on white background.



Black color preview on #C4B3BA background

This text has black color on #C4B3BA background.


White color preview on #C4B3BA background

This text has white color on #C4B3BA background.