COLOR #B8AFCA

HEX: #B8AFCA
RGB: (184,175,202)

Color info

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

RGB color model

#B8AFCA color RGB value is (184,175,202).

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

RGB channels and saturation

R 184 of 255 = 72%
G 175 of 255 = 69%
B 202 of 255 = 79%

184
175
202

R + G + B ~ 73%. #B8AFCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 175 + 202 = 561 (100%)
R 184 of 561 ~ 32.8%
G 175 of 561 ~ 31.19%
B 202 of 561 ~ 36.01%

%32.8
%31.19
%36.01

CMYK color model

#B8AFCA color CMYK value is (9,13,0,21).

  • cyan value is 8.91%
  • magenta value is 13.37%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(9,13,0,21)
C9M13Y0K21 
(9%,13%,0%,21%)
(0.09/0.13/0.00/0.21)	

CMYK percentages

%8.91
%13.37
%0
%20.78

Codes

Color #B8AFCA in popluar color models

B8AFCA
RGB184175202
HSL260°20.30%73.92%
HSB/HSV260°13.37%79.22%
CMYK8.91%13.37%0.00%
20.78%

Color #B8AFCA in popluar number systems.

HEXB8AFCA
Decimal184175202
Binary101110001010111111001010
Octal270257312

Shades and tints

Shades of #B8AFCA

#B8AFCA
(184,175,202)
#A8A0B8
(168,160,184)
#9891A6
(152,145,166)
#888294
(136,130,148)
#787382
(120,115,130)
#686470
(104,100,112)
#58555E
(88,85,94)
#48464C
(72,70,76)
#38373A
(56,55,58)
#282828
(40,40,40)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #B8AFCA

#B8AFCA
(184,175,202)
#BEB6CE
(190,182,206)
#C4BDD2
(196,189,210)
#CAC4D6
(202,196,214)
#D0CBDA
(208,203,218)
#D6D2DE
(214,210,222)
#DCD9E2
(220,217,226)
#E2E0E6
(226,224,230)
#E8E7EA
(232,231,234)
#EEEEEE
(238,238,238)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AFCA; }

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

This text font color is #B8AFCA.


Background Color

.myBgColor { background-color: #B8AFCA; }

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

This div background color is #B8AFCA.


Border color

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

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

This div border color is #B8AFCA.


Opacity

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

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

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

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

This text has shadow with #B8AFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AFCA on black background.


Color preview on white background

This text has color #B8AFCA on white background.



Black color preview on #B8AFCA background

This text has black color on #B8AFCA background.


White color preview on #B8AFCA background

This text has white color on #B8AFCA background.