COLOR #C4B6BE

HEX: #C4B6BE
RGB: (196,182,190)

Color info

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

RGB color model

#C4B6BE color RGB value is (196,182,190).

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

RGB channels and saturation

R 196 of 255 = 77%
G 182 of 255 = 71%
B 190 of 255 = 75%

196
182
190

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

Portions of RGB colors in percentages

R + G + B =
196 + 182 + 190 = 568 (100%)
R 196 of 568 ~ 34.51%
G 182 of 568 ~ 32.04%
B 190 of 568 ~ 33.45%

%34.51
%32.04
%33.45

CMYK color model

#C4B6BE color CMYK value is (0,7,3,23).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 3.06%
  • key color value is 23.14%
CMYK:
(0,7,3,23)
C0M7Y3K23 
(0%,7%,3%,23%)
(0.00/0.07/0.03/0.23)	

CMYK percentages

%0
%7.14
%3.06
%23.14

Codes

Color #C4B6BE in popluar color models

C4B6BE
RGB196182190
HSL326°10.61%74.12%
HSB/HSV326°7.14%76.86%
CMYK0.00%7.14%3.06%
23.14%

Color #C4B6BE in popluar number systems.

HEXC4B6BE
Decimal196182190
Binary110001001011011010111110
Octal304266276

Shades and tints

Shades of #C4B6BE

#C4B6BE
(196,182,190)
#B3A6AD
(179,166,173)
#A2969C
(162,150,156)
#91868B
(145,134,139)
#80767A
(128,118,122)
#6F6669
(111,102,105)
#5E5658
(94,86,88)
#4D4647
(77,70,71)
#3C3636
(60,54,54)
#2B2625
(43,38,37)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #C4B6BE

#C4B6BE
(196,182,190)
#C9BCC3
(201,188,195)
#CEC2C8
(206,194,200)
#D3C8CD
(211,200,205)
#D8CED2
(216,206,210)
#DDD4D7
(221,212,215)
#E2DADC
(226,218,220)
#E7E0E1
(231,224,225)
#ECE6E6
(236,230,230)
#F1ECEB
(241,236,235)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B6BE; }

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

This text font color is #C4B6BE.


Background Color

.myBgColor { background-color: #C4B6BE; }

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

This div background color is #C4B6BE.


Border color

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

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

This div border color is #C4B6BE.


Opacity

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

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

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

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

This text has shadow with #C4B6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B6BE on black background.


Color preview on white background

This text has color #C4B6BE on white background.



Black color preview on #C4B6BE background

This text has black color on #C4B6BE background.


White color preview on #C4B6BE background

This text has white color on #C4B6BE background.