COLOR #B8AFBD

HEX: #B8AFBD
RGB: (184,175,189)

Color info

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

RGB color model

#B8AFBD color RGB value is (184,175,189).

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

RGB channels and saturation

R 184 of 255 = 72%
G 175 of 255 = 69%
B 189 of 255 = 74%

184
175
189

R + G + B ~ 72%. #B8AFBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 175 + 189 = 548 (100%)
R 184 of 548 ~ 33.58%
G 175 of 548 ~ 31.93%
B 189 of 548 ~ 34.49%

%33.58
%31.93
%34.49

CMYK color model

#B8AFBD color CMYK value is (3,7,0,26).

  • cyan value is 2.65%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(3,7,0,26)
C3M7Y0K26 
(3%,7%,0%,26%)
(0.03/0.07/0.00/0.26)	

CMYK percentages

%2.65
%7.41
%0
%25.88

Codes

Color #B8AFBD in popluar color models

B8AFBD
RGB184175189
HSL279°9.59%71.37%
HSB/HSV279°7.41%74.12%
CMYK2.65%7.41%0.00%
25.88%

Color #B8AFBD in popluar number systems.

HEXB8AFBD
Decimal184175189
Binary101110001010111110111101
Octal270257275

Shades and tints

Shades of #B8AFBD

#B8AFBD
(184,175,189)
#A8A0AC
(168,160,172)
#98919B
(152,145,155)
#88828A
(136,130,138)
#787379
(120,115,121)
#686468
(104,100,104)
#585557
(88,85,87)
#484646
(72,70,70)
#383735
(56,55,53)
#282824
(40,40,36)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #B8AFBD

#B8AFBD
(184,175,189)
#BEB6C3
(190,182,195)
#C4BDC9
(196,189,201)
#CAC4CF
(202,196,207)
#D0CBD5
(208,203,213)
#D6D2DB
(214,210,219)
#DCD9E1
(220,217,225)
#E2E0E7
(226,224,231)
#E8E7ED
(232,231,237)
#EEEEF3
(238,238,243)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AFBD; }

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

This text font color is #B8AFBD.


Background Color

.myBgColor { background-color: #B8AFBD; }

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

This div background color is #B8AFBD.


Border color

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

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

This div border color is #B8AFBD.


Opacity

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

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

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

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

This text has shadow with #B8AFBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AFBD on black background.


Color preview on white background

This text has color #B8AFBD on white background.



Black color preview on #B8AFBD background

This text has black color on #B8AFBD background.


White color preview on #B8AFBD background

This text has white color on #B8AFBD background.