COLOR #B7A9EB

HEX: #B7A9EB RGB: (183,169,235)

Color info

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

RGB color model

#B7A9EB color RGB value is (183,169,235).

RGB: (183,169,235) (72%, 66%, 92%)

RGB channels and saturation

R 183 of 255 = 72%
G 169 of 255 = 66%
B 235 of 255 = 92%

183
169
235

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

Portions of RGB colors in percentages

R + G + B = 183 + 169 + 235 = 587 (100%)
R 183 of 587 ~ 31.18%
G 169 of 587 ~ 28.79%
B 235 of 587 ~ 40.03'%

%31.18
%28.79
%40.03

CMYK color model

#B7A9EB color CMYK value is (22,28,0,8).

  • cyan value is 22.13%
  • magenta value is 28.09%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (22,28,0,8)
C22M28Y0K8 (22%, 28%, 0%, 8%)
(0.22 / 0.28 / 0.00 / 0.08)

CMYK percentages

%22.13
%28.09
%0
%7.84

Codes

Color #B7A9EB in popluar color models

B7 A9 EB
RGB 183 169 235
HSL 253° 62.26% 79.22%
HSB/HSV 253° 28.09% 92.16%
CMYK 22.13% 28.09% 0.00%
7.84%

Color #B7A9EB in popluar number systems.

HEX B7 A9 EB
Decimal 183 169 235
Binary 10110111 10101001 11101011
Octal 267 251 353

Shades and tints

Shades of #B7A9EB

#B7A9EB
(183,169,235)
#A79AD6
(167,154,214)
#978BC1
(151,139,193)
#877CAC
(135,124,172)
#776D97
(119,109,151)
#675E82
(103,94,130)
#574F6D
(87,79,109)
#474058
(71,64,88)
#373143
(55,49,67)
#27222E
(39,34,46)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #B7A9EB

#B7A9EB
(183,169,235)
#BDB0EC
(189,176,236)
#C3B7ED
(195,183,237)
#C9BEEE
(201,190,238)
#CFC5EF
(207,197,239)
#D5CCF0
(213,204,240)
#DBD3F1
(219,211,241)
#E1DAF2
(225,218,242)
#E7E1F3
(231,225,243)
#EDE8F4
(237,232,244)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A9EB color. Also use rgb(183,169,235) instead hex code.

Text Font Color

.myTextColor { color: #B7A9EB; }

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

This text font color is #B7A9EB.

Background Color

.myBgColor { background-color: #B7A9EB; }

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

This div background color is #B7A9EB.

Border color

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

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

This div border color is #B7A9EB.

Opacity

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

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

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

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

This text has shadow with #B7A9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7A9EB.

Preview

Color preview on black background

This text has color #B7A9EB on black background.


Color preview on white background

This text has color #B7A9EB on white background.


Black color preview on #B7A9EB background

This text has black color on #B7A9EB background.


White color preview on #B7A9EB background

This text has white color on #B7A9EB background.


Related colors

Complementary color

Complementary color for #hex is #485614.


I love getcolorcode.com

Triadic colors

1 #EBB7A9 and #A9EBB7 with #B7A9EB are triadic colors.

2 #EBA9B7 and #A9B7EB with #B7A9EB are triadic colors.