COLOR #B8ACF6

HEX: #B8ACF6 RGB: (184,172,246)

Color info

#B8ACF6 contains mainly blue color. Web safe color of #B8ACF6 is #CC99FF (or #C9F).

RGB color model

#B8ACF6 color RGB value is (184,172,246).

RGB: (184,172,246) (72%, 67%, 96%)

RGB channels and saturation

R 184 of 255 = 72%
G 172 of 255 = 67%
B 246 of 255 = 96%

184
172
246

R + G + B ~ 78%. #B8ACF6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 172 + 246 = 602 (100%)
R 184 of 602 ~ 30.56%
G 172 of 602 ~ 28.57%
B 246 of 602 ~ 40.86'%

%30.56
%28.57
%40.86

CMYK color model

#B8ACF6 color CMYK value is (25,30,0,4).

  • cyan value is 25.20%
  • magenta value is 30.08%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (25,30,0,4)
C25M30Y0K4 (25%, 30%, 0%, 4%)
(0.25 / 0.30 / 0.00 / 0.04)

CMYK percentages

%25.2
%30.08
%0
%3.53

Codes

Color #B8ACF6 in popluar color models

B8 AC F6
RGB 184 172 246
HSL 250° 80.43% 81.96%
HSB/HSV 250° 30.08% 96.47%
CMYK 25.20% 30.08% 0.00%
3.53%

Color #B8ACF6 in popluar number systems.

HEX B8 AC F6
Decimal 184 172 246
Binary 10111000 10101100 11110110
Octal 270 254 366

Shades and tints

Shades of #B8ACF6

#B8ACF6
(184,172,246)
#A89DE0
(168,157,224)
#988ECA
(152,142,202)
#887FB4
(136,127,180)
#78709E
(120,112,158)
#686188
(104,97,136)
#585272
(88,82,114)
#48435C
(72,67,92)
#383446
(56,52,70)
#282530
(40,37,48)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #B8ACF6

#B8ACF6
(184,172,246)
#BEB3F6
(190,179,246)
#C4BAF6
(196,186,246)
#CAC1F6
(202,193,246)
#D0C8F6
(208,200,246)
#D6CFF6
(214,207,246)
#DCD6F6
(220,214,246)
#E2DDF6
(226,221,246)
#E8E4F6
(232,228,246)
#EEEBF6
(238,235,246)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8ACF6 color. Also use rgb(184,172,246) instead hex code.

Text Font Color

.myTextColor { color: #B8ACF6; }

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

This text font color is #B8ACF6.

Background Color

.myBgColor { background-color: #B8ACF6; }

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

This div background color is #B8ACF6.

Border color

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

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

This div border color is #B8ACF6.

Opacity

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

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

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

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

This text has shadow with #B8ACF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8ACF6.

Preview

Color preview on black background

This text has color #B8ACF6 on black background.


Color preview on white background

This text has color #B8ACF6 on white background.


Black color preview on #B8ACF6 background

This text has black color on #B8ACF6 background.


White color preview on #B8ACF6 background

This text has white color on #B8ACF6 background.


Related colors

Complementary color

Complementary color for #hex is #475309.


I love getcolorcode.com

Triadic colors

1 #F6B8AC and #ACF6B8 with #B8ACF6 are triadic colors.

2 #F6ACB8 and #ACB8F6 with #B8ACF6 are triadic colors.