COLOR #B7AEF0

HEX: #B7AEF0 RGB: (183,174,240)

Color info

#B7AEF0 contains mainly red and blue colors. Web safe color of #B7AEF0 is #CC99FF (or #C9F).

RGB color model

#B7AEF0 color RGB value is (183,174,240).

RGB: (183,174,240) (72%, 68%, 94%)

RGB channels and saturation

R 183 of 255 = 72%
G 174 of 255 = 68%
B 240 of 255 = 94%

183
174
240

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

Portions of RGB colors in percentages

R + G + B = 183 + 174 + 240 = 597 (100%)
R 183 of 597 ~ 30.65%
G 174 of 597 ~ 29.15%
B 240 of 597 ~ 40.2'%

%30.65
%29.15
%40.2

CMYK color model

#B7AEF0 color CMYK value is (24,28,0,6).

  • cyan value is 23.75%
  • magenta value is 27.50%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK: (24,28,0,6) C24M28Y0K6 (24%,28%,0%,6%) (0.24/0.28/0.00/0.06) 

CMYK percentages

%23.75
%27.5
%0
%5.88

Codes

Color #B7AEF0 in popluar color models

B7 AE F0
RGB 183 174 240
HSL 248° 68.75% 81.18%
HSB/HSV 248° 27.50% 94.12%
CMYK 23.75% 27.50% 0.00%
5.88%

Color #B7AEF0 in popluar number systems.

HEX B7 AE F0
Decimal 183 174 240
Binary 10110111 10101110 11110000
Octal 267 256 360

Shades and tints

Shades of #B7AEF0

#B7AEF0
(183,174,240)
#A79FDB
(167,159,219)
#9790C6
(151,144,198)
#8781B1
(135,129,177)
#77729C
(119,114,156)
#676387
(103,99,135)
#575472
(87,84,114)
#47455D
(71,69,93)
#373648
(55,54,72)
#272733
(39,39,51)
#17181E
(23,24,30)
#000000
(0,0,0)

Tints of #B7AEF0

#B7AEF0
(183,174,240)
#BDB5F1
(189,181,241)
#C3BCF2
(195,188,242)
#C9C3F3
(201,195,243)
#CFCAF4
(207,202,244)
#D5D1F5
(213,209,245)
#DBD8F6
(219,216,246)
#E1DFF7
(225,223,247)
#E7E6F8
(231,230,248)
#EDEDF9
(237,237,249)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7AEF0 color. Also use rgb(183,174,240) instead hex code.

Text Font Color

.myTextColor { color: #B7AEF0; }

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

This text font color is #B7AEF0.

Background Color

.myBgColor { background-color: #B7AEF0; }

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

This div background color is #B7AEF0.

Border color

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

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

This div border color is #B7AEF0.

Opacity

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

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

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

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

This text has shadow with #B7AEF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7AEF0.

Preview

Color preview on black background

This text has color #B7AEF0 on black background.


Color preview on white background

This text has color #B7AEF0 on white background.


Black color preview on #B7AEF0 background

This text has black color on #B7AEF0 background.


White color preview on #B7AEF0 background

This text has white color on #B7AEF0 background.


Related colors

Complementary color

Complementary color for #hex is #48510F.


I love getcolorcode.com

Triadic colors

1 #F0B7AE and #AEF0B7 with #B7AEF0 are triadic colors.

2 #F0AEB7 and #AEB7F0 with #B7AEF0 are triadic colors.