COLOR #B7AAED

HEX: #B7AAED
RGB: (183,170,237)

Color info

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

RGB color model

#B7AAED color RGB value is (183,170,237).

  • red value is 183;
  • green value is 170;
  • blue value is 237.
RGB:
(183,170,237)
(72%,67%,93%)

RGB channels and saturation

R 183 of 255 = 72%
G 170 of 255 = 67%
B 237 of 255 = 93%

183
170
237

R + G + B ~ 77%. #B7AAED is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 170 + 237 = 590 (100%)
R 183 of 590 ~ 31.02%
G 170 of 590 ~ 28.81%
B 237 of 590 ~ 40.17%

%31.02
%28.81
%40.17

CMYK color model

#B7AAED color CMYK value is (23,28,0,7).

  • cyan value is 22.78%
  • magenta value is 28.27%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(23,28,0,7)
C23M28Y0K7 
(23%,28%,0%,7%)
(0.23/0.28/0.00/0.07)	

CMYK percentages

%22.78
%28.27
%0
%7.06

Codes

Color #B7AAED in popluar color models

B7AAED
RGB183170237
HSL252°65.05%79.80%
HSB/HSV252°28.27%92.94%
CMYK22.78%28.27%0.00%
7.06%

Color #B7AAED in popluar number systems.

HEXB7AAED
Decimal183170237
Binary101101111010101011101101
Octal267252355

Shades and tints

Shades of #B7AAED

#B7AAED
(183,170,237)
#A79BD8
(167,155,216)
#978CC3
(151,140,195)
#877DAE
(135,125,174)
#776E99
(119,110,153)
#675F84
(103,95,132)
#57506F
(87,80,111)
#47415A
(71,65,90)
#373245
(55,50,69)
#272330
(39,35,48)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #B7AAED

#B7AAED
(183,170,237)
#BDB1EE
(189,177,238)
#C3B8EF
(195,184,239)
#C9BFF0
(201,191,240)
#CFC6F1
(207,198,241)
#D5CDF2
(213,205,242)
#DBD4F3
(219,212,243)
#E1DBF4
(225,219,244)
#E7E2F5
(231,226,245)
#EDE9F6
(237,233,246)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7AAED color. Also use rgb(183,170,237) instead hex code.

Text Font Color

.myTextColor { color: #B7AAED; }

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

This text font color is #B7AAED.


Background Color

.myBgColor { background-color: #B7AAED; }

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

This div background color is #B7AAED.


Border color

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

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

This div border color is #B7AAED.


Opacity

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

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

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

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

This text has shadow with #B7AAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AAED on black background.


Color preview on white background

This text has color #B7AAED on white background.



Black color preview on #B7AAED background

This text has black color on #B7AAED background.


White color preview on #B7AAED background

This text has white color on #B7AAED background.