COLOR #C4B6BA

HEX: #C4B6BA
RGB: (196,182,186)

Color info

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

RGB color model

#C4B6BA color RGB value is (196,182,186).

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

RGB channels and saturation

R 196 of 255 = 77%
G 182 of 255 = 71%
B 186 of 255 = 73%

196
182
186

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

Portions of RGB colors in percentages

R + G + B =
196 + 182 + 186 = 564 (100%)
R 196 of 564 ~ 34.75%
G 182 of 564 ~ 32.27%
B 186 of 564 ~ 32.98%

%34.75
%32.27
%32.98

CMYK color model

#C4B6BA color CMYK value is (0,7,5,23).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 5.10%
  • key color value is 23.14%
CMYK:
(0,7,5,23)
C0M7Y5K23 
(0%,7%,5%,23%)
(0.00/0.07/0.05/0.23)	

CMYK percentages

%0
%7.14
%5.1
%23.14

Codes

Color #C4B6BA in popluar color models

C4B6BA
RGB196182186
HSL343°10.61%74.12%
HSB/HSV343°7.14%76.86%
CMYK0.00%7.14%5.10%
23.14%

Color #C4B6BA in popluar number systems.

HEXC4B6BA
Decimal196182186
Binary110001001011011010111010
Octal304266272

Shades and tints

Shades of #C4B6BA

#C4B6BA
(196,182,186)
#B3A6AA
(179,166,170)
#A2969A
(162,150,154)
#91868A
(145,134,138)
#80767A
(128,118,122)
#6F666A
(111,102,106)
#5E565A
(94,86,90)
#4D464A
(77,70,74)
#3C363A
(60,54,58)
#2B262A
(43,38,42)
#1A161A
(26,22,26)
#000000
(0,0,0)

Tints of #C4B6BA

#C4B6BA
(196,182,186)
#C9BCC0
(201,188,192)
#CEC2C6
(206,194,198)
#D3C8CC
(211,200,204)
#D8CED2
(216,206,210)
#DDD4D8
(221,212,216)
#E2DADE
(226,218,222)
#E7E0E4
(231,224,228)
#ECE6EA
(236,230,234)
#F1ECF0
(241,236,240)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B6BA; }

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

This text font color is #C4B6BA.


Background Color

.myBgColor { background-color: #C4B6BA; }

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

This div background color is #C4B6BA.


Border color

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

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

This div border color is #C4B6BA.


Opacity

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

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

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

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

This text has shadow with #C4B6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B6BA on black background.


Color preview on white background

This text has color #C4B6BA on white background.



Black color preview on #C4B6BA background

This text has black color on #C4B6BA background.


White color preview on #C4B6BA background

This text has white color on #C4B6BA background.