COLOR #B499B4

HEX: #B499B4
RGB: (180,153,180)

Color info

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

RGB color model

#B499B4 color RGB value is (180,153,180).

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

RGB channels and saturation

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

180
153
180

R + G + B ~ 67%. #B499B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 153 + 180 = 513 (100%)
R 180 of 513 ~ 35.09%
G 153 of 513 ~ 29.82%
B 180 of 513 ~ 35.09%

%35.09
%29.82
%35.09

CMYK color model

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

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

CMYK percentages

%0
%15
%0
%29.41

Codes

Color #B499B4 in popluar color models

B499B4
RGB180153180
HSL300°15.25%65.29%
HSB/HSV300°15.00%70.59%
CMYK0.00%15.00%0.00%
29.41%

Color #B499B4 in popluar number systems.

HEXB499B4
Decimal180153180
Binary101101001001100110110100
Octal264231264

Shades and tints

Shades of #B499B4

#B499B4
(180,153,180)
#A48CA4
(164,140,164)
#947F94
(148,127,148)
#847284
(132,114,132)
#746574
(116,101,116)
#645864
(100,88,100)
#544B54
(84,75,84)
#443E44
(68,62,68)
#343134
(52,49,52)
#242424
(36,36,36)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #B499B4

#B499B4
(180,153,180)
#BAA2BA
(186,162,186)
#C0ABC0
(192,171,192)
#C6B4C6
(198,180,198)
#CCBDCC
(204,189,204)
#D2C6D2
(210,198,210)
#D8CFD8
(216,207,216)
#DED8DE
(222,216,222)
#E4E1E4
(228,225,228)
#EAEAEA
(234,234,234)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B499B4; }

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

This text font color is #B499B4.


Background Color

.myBgColor { background-color: #B499B4; }

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

This div background color is #B499B4.


Border color

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

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

This div border color is #B499B4.


Opacity

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

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

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

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

This text has shadow with #B499B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B499B4 on black background.


Color preview on white background

This text has color #B499B4 on white background.



Black color preview on #B499B4 background

This text has black color on #B499B4 background.


White color preview on #B499B4 background

This text has white color on #B499B4 background.