COLOR #C4B0BE

HEX: #C4B0BE
RGB: (196,176,190)

Color info

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

RGB color model

#C4B0BE color RGB value is (196,176,190).

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

RGB channels and saturation

R 196 of 255 = 77%
G 176 of 255 = 69%
B 190 of 255 = 75%

196
176
190

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

Portions of RGB colors in percentages

R + G + B =
196 + 176 + 190 = 562 (100%)
R 196 of 562 ~ 34.88%
G 176 of 562 ~ 31.32%
B 190 of 562 ~ 33.81%

%34.88
%31.32
%33.81

CMYK color model

#C4B0BE color CMYK value is (0,10,3,23).

  • cyan value is 0.00%
  • magenta value is 10.20%
  • yellow value is 3.06%
  • key color value is 23.14%
CMYK:
(0,10,3,23)
C0M10Y3K23 
(0%,10%,3%,23%)
(0.00/0.10/0.03/0.23)	

CMYK percentages

%0
%10.2
%3.06
%23.14

Codes

Color #C4B0BE in popluar color models

C4B0BE
RGB196176190
HSL318°14.49%72.94%
HSB/HSV318°10.20%76.86%
CMYK0.00%10.20%3.06%
23.14%

Color #C4B0BE in popluar number systems.

HEXC4B0BE
Decimal196176190
Binary110001001011000010111110
Octal304260276

Shades and tints

Shades of #C4B0BE

#C4B0BE
(196,176,190)
#B3A0AD
(179,160,173)
#A2909C
(162,144,156)
#91808B
(145,128,139)
#80707A
(128,112,122)
#6F6069
(111,96,105)
#5E5058
(94,80,88)
#4D4047
(77,64,71)
#3C3036
(60,48,54)
#2B2025
(43,32,37)
#1A1014
(26,16,20)
#000000
(0,0,0)

Tints of #C4B0BE

#C4B0BE
(196,176,190)
#C9B7C3
(201,183,195)
#CEBEC8
(206,190,200)
#D3C5CD
(211,197,205)
#D8CCD2
(216,204,210)
#DDD3D7
(221,211,215)
#E2DADC
(226,218,220)
#E7E1E1
(231,225,225)
#ECE8E6
(236,232,230)
#F1EFEB
(241,239,235)
#F6F6F0
(246,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B0BE; }

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

This text font color is #C4B0BE.


Background Color

.myBgColor { background-color: #C4B0BE; }

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

This div background color is #C4B0BE.


Border color

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

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

This div border color is #C4B0BE.


Opacity

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

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

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

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

This text has shadow with #C4B0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B0BE on black background.


Color preview on white background

This text has color #C4B0BE on white background.



Black color preview on #C4B0BE background

This text has black color on #C4B0BE background.


White color preview on #C4B0BE background

This text has white color on #C4B0BE background.