COLOR #B7ACE4

HEX: #B7ACE4 RGB: (183,172,228)

Color info

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

RGB color model

#B7ACE4 color RGB value is (183,172,228).

RGB: (183,172,228) (72%, 67%, 89%)

RGB channels and saturation

R 183 of 255 = 72%
G 172 of 255 = 67%
B 228 of 255 = 89%

183
172
228

R + G + B ~ 76%. #B7ACE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 172 + 228 = 583 (100%)
R 183 of 583 ~ 31.39%
G 172 of 583 ~ 29.5%
B 228 of 583 ~ 39.11'%

%31.39
%29.5
%39.11

CMYK color model

#B7ACE4 color CMYK value is (20,25,0,11).

  • cyan value is 19.74%
  • magenta value is 24.56%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (20,25,0,11)
C20M25Y0K11 (20%, 25%, 0%, 11%)
(0.20 / 0.25 / 0.00 / 0.11)

CMYK percentages

%19.74
%24.56
%0
%10.59

Codes

Color #B7ACE4 in popluar color models

B7 AC E4
RGB 183 172 228
HSL 252° 50.91% 78.43%
HSB/HSV 252° 24.56% 89.41%
CMYK 19.74% 24.56% 0.00%
10.59%

Color #B7ACE4 in popluar number systems.

HEX B7 AC E4
Decimal 183 172 228
Binary 10110111 10101100 11100100
Octal 267 254 344

Shades and tints

Shades of #B7ACE4

#B7ACE4
(183,172,228)
#A79DD0
(167,157,208)
#978EBC
(151,142,188)
#877FA8
(135,127,168)
#777094
(119,112,148)
#676180
(103,97,128)
#57526C
(87,82,108)
#474358
(71,67,88)
#373444
(55,52,68)
#272530
(39,37,48)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #B7ACE4

#B7ACE4
(183,172,228)
#BDB3E6
(189,179,230)
#C3BAE8
(195,186,232)
#C9C1EA
(201,193,234)
#CFC8EC
(207,200,236)
#D5CFEE
(213,207,238)
#DBD6F0
(219,214,240)
#E1DDF2
(225,221,242)
#E7E4F4
(231,228,244)
#EDEBF6
(237,235,246)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7ACE4 color. Also use rgb(183,172,228) instead hex code.

Text Font Color

.myTextColor { color: #B7ACE4; }

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

This text font color is #B7ACE4.

Background Color

.myBgColor { background-color: #B7ACE4; }

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

This div background color is #B7ACE4.

Border color

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

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

This div border color is #B7ACE4.

Opacity

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

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

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

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

This text has shadow with #B7ACE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7ACE4.

Preview

Color preview on black background

This text has color #B7ACE4 on black background.


Color preview on white background

This text has color #B7ACE4 on white background.


Black color preview on #B7ACE4 background

This text has black color on #B7ACE4 background.


White color preview on #B7ACE4 background

This text has white color on #B7ACE4 background.


Related colors

Complementary color

Complementary color for #hex is #48531B.


I love getcolorcode.com

Triadic colors

1 #E4B7AC and #ACE4B7 with #B7ACE4 are triadic colors.

2 #E4ACB7 and #ACB7E4 with #B7ACE4 are triadic colors.