COLOR #B899AF

HEX: #B899AF
RGB: (184,153,175)

Color info

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

RGB color model

#B899AF color RGB value is (184,153,175).

  • red value is 184;
  • green value is 153;
  • blue value is 175.
RGB:
(184,153,175)
(72%,60%,69%)

RGB channels and saturation

R 184 of 255 = 72%
G 153 of 255 = 60%
B 175 of 255 = 69%

184
153
175

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

Portions of RGB colors in percentages

R + G + B =
184 + 153 + 175 = 512 (100%)
R 184 of 512 ~ 35.94%
G 153 of 512 ~ 29.88%
B 175 of 512 ~ 34.18%

%35.94
%29.88
%34.18

CMYK color model

#B899AF color CMYK value is (0,17,5,28).

  • cyan value is 0.00%
  • magenta value is 16.85%
  • yellow value is 4.89%
  • key color value is 27.84%
CMYK:
(0,17,5,28)
C0M17Y5K28 
(0%,17%,5%,28%)
(0.00/0.17/0.05/0.28)	

CMYK percentages

%0
%16.85
%4.89
%27.84

Codes

Color #B899AF in popluar color models

B899AF
RGB184153175
HSL317°17.92%66.08%
HSB/HSV317°16.85%72.16%
CMYK0.00%16.85%4.89%
27.84%

Color #B899AF in popluar number systems.

HEXB899AF
Decimal184153175
Binary101110001001100110101111
Octal270231257

Shades and tints

Shades of #B899AF

#B899AF
(184,153,175)
#A88CA0
(168,140,160)
#987F91
(152,127,145)
#887282
(136,114,130)
#786573
(120,101,115)
#685864
(104,88,100)
#584B55
(88,75,85)
#483E46
(72,62,70)
#383137
(56,49,55)
#282428
(40,36,40)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #B899AF

#B899AF
(184,153,175)
#BEA2B6
(190,162,182)
#C4ABBD
(196,171,189)
#CAB4C4
(202,180,196)
#D0BDCB
(208,189,203)
#D6C6D2
(214,198,210)
#DCCFD9
(220,207,217)
#E2D8E0
(226,216,224)
#E8E1E7
(232,225,231)
#EEEAEE
(238,234,238)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B899AF; }

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

This text font color is #B899AF.


Background Color

.myBgColor { background-color: #B899AF; }

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

This div background color is #B899AF.


Border color

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

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

This div border color is #B899AF.


Opacity

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

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

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

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

This text has shadow with #B899AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B899AF on black background.


Color preview on white background

This text has color #B899AF on white background.



Black color preview on #B899AF background

This text has black color on #B899AF background.


White color preview on #B899AF background

This text has white color on #B899AF background.