COLOR #B2909F

HEX: #B2909F RGB: (178,144,159)

Color info

#B2909F contains red, green and blue colors in about the same proportion. Web safe color of #B2909F is #999999 (or #999).

RGB color model

#B2909F color RGB value is (178,144,159).

RGB: (178,144,159) (70%, 56%, 62%)

RGB channels and saturation

R 178 of 255 = 70%
G 144 of 255 = 56%
B 159 of 255 = 62%

178
144
159

R + G + B ~ 63%. #B2909F is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 144 + 159 = 481 (100%)
R 178 of 481 ~ 37.01%
G 144 of 481 ~ 29.94%
B 159 of 481 ~ 33.06'%

%37.01
%29.94
%33.06

CMYK color model

#B2909F color CMYK value is (0,19,11,30).

  • cyan value is 0.00%
  • magenta value is 19.10%
  • yellow value is 10.67%
  • key color value is 30.20%
CMYK: (0,19,11,30) C0M19Y11K30 (0%,19%,11%,30%) (0.00/0.19/0.11/0.30) 

CMYK percentages

%0
%19.1
%10.67
%30.2

Codes

Color #B2909F in popluar color models

B2 90 9F
RGB 178 144 159
HSL 334° 18.09% 63.14%
HSB/HSV 334° 19.10% 69.80%
CMYK 0.00% 19.10% 10.67%
30.20%

Color #B2909F in popluar number systems.

HEX B2 90 9F
Decimal 178 144 159
Binary 10110010 10010000 10011111
Octal 262 220 237

Shades and tints

Shades of #B2909F

#B2909F
(178,144,159)
#A28391
(162,131,145)
#927683
(146,118,131)
#826975
(130,105,117)
#725C67
(114,92,103)
#624F59
(98,79,89)
#52424B
(82,66,75)
#42353D
(66,53,61)
#32282F
(50,40,47)
#221B21
(34,27,33)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #B2909F

#B2909F
(178,144,159)
#B99AA7
(185,154,167)
#C0A4AF
(192,164,175)
#C7AEB7
(199,174,183)
#CEB8BF
(206,184,191)
#D5C2C7
(213,194,199)
#DCCCCF
(220,204,207)
#E3D6D7
(227,214,215)
#EAE0DF
(234,224,223)
#F1EAE7
(241,234,231)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2909F color. Also use rgb(178,144,159) instead hex code.

Text Font Color

.myTextColor { color: #B2909F; }

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

This text font color is #B2909F.

Background Color

.myBgColor { background-color: #B2909F; }

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

This div background color is #B2909F.

Border color

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

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

This div border color is #B2909F.

Opacity

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

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

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

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

This text has shadow with #B2909F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2909F.

Preview

Color preview on black background

This text has color #B2909F on black background.


Color preview on white background

This text has color #B2909F on white background.


Black color preview on #B2909F background

This text has black color on #B2909F background.


White color preview on #B2909F background

This text has white color on #B2909F background.


Related colors

Complementary color

Complementary color for #hex is #4D6F60.


I love getcolorcode.com

Triadic colors

1 #9FB290 and #909FB2 with #B2909F are triadic colors.

2 #9F90B2 and #90B29F with #B2909F are triadic colors.