COLOR #B899B4

HEX: #B899B4 RGB: (184,153,180)

Color info

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

RGB color model

#B899B4 color RGB value is (184,153,180).

RGB: (184,153,180) (72%, 60%, 71%)

RGB channels and saturation

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

184
153
180

R + G + B ~ 68%. #B899B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 153 + 180 = 517 (100%)
R 184 of 517 ~ 35.59%
G 153 of 517 ~ 29.59%
B 180 of 517 ~ 34.82'%

%35.59
%29.59
%34.82

CMYK color model

#B899B4 color CMYK value is (0,17,2,28).

  • cyan value is 0.00%
  • magenta value is 16.85%
  • yellow value is 2.17%
  • key color value is 27.84%

CMYK: (0,17,2,28)
C0M17Y2K28 (0%, 17%, 2%, 28%)
(0.00 / 0.17 / 0.02 / 0.28)

CMYK percentages

%0
%16.85
%2.17
%27.84

Codes

Color #B899B4 in popluar color models

B8 99 B4
RGB 184 153 180
HSL 308° 17.92% 66.08%
HSB/HSV 308° 16.85% 72.16%
CMYK 0.00% 16.85% 2.17%
27.84%

Color #B899B4 in popluar number systems.

HEX B8 99 B4
Decimal 184 153 180
Binary 10111000 10011001 10110100
Octal 270 231 264

Shades and tints

Shades of #B899B4

#B899B4
(184,153,180)
#A88CA4
(168,140,164)
#987F94
(152,127,148)
#887284
(136,114,132)
#786574
(120,101,116)
#685864
(104,88,100)
#584B54
(88,75,84)
#483E44
(72,62,68)
#383134
(56,49,52)
#282424
(40,36,36)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #B899B4

#B899B4
(184,153,180)
#BEA2BA
(190,162,186)
#C4ABC0
(196,171,192)
#CAB4C6
(202,180,198)
#D0BDCC
(208,189,204)
#D6C6D2
(214,198,210)
#DCCFD8
(220,207,216)
#E2D8DE
(226,216,222)
#E8E1E4
(232,225,228)
#EEEAEA
(238,234,234)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B899B4; }

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

This text font color is #B899B4.

Background Color

.myBgColor { background-color: #B899B4; }

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

This div background color is #B899B4.

Border color

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

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

This div border color is #B899B4.

Opacity

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

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

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

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

This text has shadow with #B899B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B899B4.

Preview

Color preview on black background

This text has color #B899B4 on black background.


Color preview on white background

This text has color #B899B4 on white background.


Black color preview on #B899B4 background

This text has black color on #B899B4 background.


White color preview on #B899B4 background

This text has white color on #B899B4 background.


Related colors

Complementary color

Complementary color for #hex is #47664B.


I love getcolorcode.com

Triadic colors

1 #B4B899 and #99B4B8 with #B899B4 are triadic colors.

2 #B499B8 and #99B8B4 with #B899B4 are triadic colors.