COLOR #B8AFD5

HEX: #B8AFD5
RGB: (184,175,213)

Color info

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

RGB color model

#B8AFD5 color RGB value is (184,175,213).

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

RGB channels and saturation

R 184 of 255 = 72%
G 175 of 255 = 69%
B 213 of 255 = 84%

184
175
213

R + G + B ~ 75%. #B8AFD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 175 + 213 = 572 (100%)
R 184 of 572 ~ 32.17%
G 175 of 572 ~ 30.59%
B 213 of 572 ~ 37.24%

%32.17
%30.59
%37.24

CMYK color model

#B8AFD5 color CMYK value is (14,18,0,16).

  • cyan value is 13.62%
  • magenta value is 17.84%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(14,18,0,16)
C14M18Y0K16 
(14%,18%,0%,16%)
(0.14/0.18/0.00/0.16)	

CMYK percentages

%13.62
%17.84
%0
%16.47

Codes

Color #B8AFD5 in popluar color models

B8AFD5
RGB184175213
HSL254°31.15%76.08%
HSB/HSV254°17.84%83.53%
CMYK13.62%17.84%0.00%
16.47%

Color #B8AFD5 in popluar number systems.

HEXB8AFD5
Decimal184175213
Binary101110001010111111010101
Octal270257325

Shades and tints

Shades of #B8AFD5

#B8AFD5
(184,175,213)
#A8A0C2
(168,160,194)
#9891AF
(152,145,175)
#88829C
(136,130,156)
#787389
(120,115,137)
#686476
(104,100,118)
#585563
(88,85,99)
#484650
(72,70,80)
#38373D
(56,55,61)
#28282A
(40,40,42)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #B8AFD5

#B8AFD5
(184,175,213)
#BEB6D8
(190,182,216)
#C4BDDB
(196,189,219)
#CAC4DE
(202,196,222)
#D0CBE1
(208,203,225)
#D6D2E4
(214,210,228)
#DCD9E7
(220,217,231)
#E2E0EA
(226,224,234)
#E8E7ED
(232,231,237)
#EEEEF0
(238,238,240)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AFD5; }

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

This text font color is #B8AFD5.


Background Color

.myBgColor { background-color: #B8AFD5; }

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

This div background color is #B8AFD5.


Border color

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

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

This div border color is #B8AFD5.


Opacity

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

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

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

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

This text has shadow with #B8AFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AFD5 on black background.


Color preview on white background

This text has color #B8AFD5 on white background.



Black color preview on #B8AFD5 background

This text has black color on #B8AFD5 background.


White color preview on #B8AFD5 background

This text has white color on #B8AFD5 background.