COLOR #B4969D

HEX: #B4969D RGB: (180,150,157)

Color info

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

RGB color model

#B4969D color RGB value is (180,150,157).

RGB: (180,150,157) (71%, 59%, 62%)

RGB channels and saturation

R 180 of 255 = 71%
G 150 of 255 = 59%
B 157 of 255 = 62%

180
150
157

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

Portions of RGB colors in percentages

R + G + B = 180 + 150 + 157 = 487 (100%)
R 180 of 487 ~ 36.96%
G 150 of 487 ~ 30.8%
B 157 of 487 ~ 32.24'%

%36.96
%30.8
%32.24

CMYK color model

#B4969D color CMYK value is (0,17,13,29).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 12.78%
  • key color value is 29.41%
CMYK: (0,17,13,29) C0M17Y13K29 (0%,17%,13%,29%) (0.00/0.17/0.13/0.29) 

CMYK percentages

%0
%16.67
%12.78
%29.41

Codes

Color #B4969D in popluar color models

B4 96 9D
RGB 180 150 157
HSL 346° 16.67% 64.71%
HSB/HSV 346° 16.67% 70.59%
CMYK 0.00% 16.67% 12.78%
29.41%

Color #B4969D in popluar number systems.

HEX B4 96 9D
Decimal 180 150 157
Binary 10110100 10010110 10011101
Octal 264 226 235

Shades and tints

Shades of #B4969D

#B4969D
(180,150,157)
#A4898F
(164,137,143)
#947C81
(148,124,129)
#846F73
(132,111,115)
#746265
(116,98,101)
#645557
(100,85,87)
#544849
(84,72,73)
#443B3B
(68,59,59)
#342E2D
(52,46,45)
#24211F
(36,33,31)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #B4969D

#B4969D
(180,150,157)
#BA9FA5
(186,159,165)
#C0A8AD
(192,168,173)
#C6B1B5
(198,177,181)
#CCBABD
(204,186,189)
#D2C3C5
(210,195,197)
#D8CCCD
(216,204,205)
#DED5D5
(222,213,213)
#E4DEDD
(228,222,221)
#EAE7E5
(234,231,229)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4969D; }

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

This text font color is #B4969D.

Background Color

.myBgColor { background-color: #B4969D; }

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

This div background color is #B4969D.

Border color

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

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

This div border color is #B4969D.

Opacity

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

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

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

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

This text has shadow with #B4969D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4969D.

Preview

Color preview on black background

This text has color #B4969D on black background.


Color preview on white background

This text has color #B4969D on white background.


Black color preview on #B4969D background

This text has black color on #B4969D background.


White color preview on #B4969D background

This text has white color on #B4969D background.


Related colors

Complementary color

Complementary color for #hex is #4B6962.


I love getcolorcode.com

Triadic colors

1 #9DB496 and #969DB4 with #B4969D are triadic colors.

2 #9D96B4 and #96B49D with #B4969D are triadic colors.