COLOR #B4999C

HEX: #B4999C
RGB: (180,153,156)

Color info

#B4999C contains red, green and blue colors in about the same proportion. Web safe color of #B4999C is #CC9999 (or #C99).

RGB color model

#B4999C color RGB value is (180,153,156).

  • red value is 180;
  • green value is 153;
  • blue value is 156.
RGB:
(180,153,156)
(71%,60%,61%)

RGB channels and saturation

R 180 of 255 = 71%
G 153 of 255 = 60%
B 156 of 255 = 61%

180
153
156

R + G + B ~ 64%. #B4999C is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 153 + 156 = 489 (100%)
R 180 of 489 ~ 36.81%
G 153 of 489 ~ 31.29%
B 156 of 489 ~ 31.9%

%36.81
%31.29
%31.9

CMYK color model

#B4999C color CMYK value is (0,15,13,29).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 13.33%
  • key color value is 29.41%
CMYK:
(0,15,13,29)
C0M15Y13K29 
(0%,15%,13%,29%)
(0.00/0.15/0.13/0.29)	

CMYK percentages

%0
%15
%13.33
%29.41

Codes

Color #B4999C in popluar color models

B4999C
RGB180153156
HSL353°15.25%65.29%
HSB/HSV353°15.00%70.59%
CMYK0.00%15.00%13.33%
29.41%

Color #B4999C in popluar number systems.

HEXB4999C
Decimal180153156
Binary101101001001100110011100
Octal264231234

Shades and tints

Shades of #B4999C

#B4999C
(180,153,156)
#A48C8E
(164,140,142)
#947F80
(148,127,128)
#847272
(132,114,114)
#746564
(116,101,100)
#645856
(100,88,86)
#544B48
(84,75,72)
#443E3A
(68,62,58)
#34312C
(52,49,44)
#24241E
(36,36,30)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #B4999C

#B4999C
(180,153,156)
#BAA2A5
(186,162,165)
#C0ABAE
(192,171,174)
#C6B4B7
(198,180,183)
#CCBDC0
(204,189,192)
#D2C6C9
(210,198,201)
#D8CFD2
(216,207,210)
#DED8DB
(222,216,219)
#E4E1E4
(228,225,228)
#EAEAED
(234,234,237)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4999C color. Also use rgb(180,153,156) instead hex code.

Text Font Color

.myTextColor { color: #B4999C; }

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

This text font color is #B4999C.


Background Color

.myBgColor { background-color: #B4999C; }

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

This div background color is #B4999C.


Border color

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

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

This div border color is #B4999C.


Opacity

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

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

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

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

This text has shadow with #B4999C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4999C on black background.


Color preview on white background

This text has color #B4999C on white background.



Black color preview on #B4999C background

This text has black color on #B4999C background.


White color preview on #B4999C background

This text has white color on #B4999C background.