COLOR #B7AED4

HEX: #B7AED4
RGB: (183,174,212)

Color info

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

RGB color model

#B7AED4 color RGB value is (183,174,212).

  • red value is 183;
  • green value is 174;
  • blue value is 212.
RGB:
(183,174,212)
(72%,68%,83%)

RGB channels and saturation

R 183 of 255 = 72%
G 174 of 255 = 68%
B 212 of 255 = 83%

183
174
212

R + G + B ~ 74%. #B7AED4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 174 + 212 = 569 (100%)
R 183 of 569 ~ 32.16%
G 174 of 569 ~ 30.58%
B 212 of 569 ~ 37.26%

%32.16
%30.58
%37.26

CMYK color model

#B7AED4 color CMYK value is (14,18,0,17).

  • cyan value is 13.68%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(14,18,0,17)
C14M18Y0K17 
(14%,18%,0%,17%)
(0.14/0.18/0.00/0.17)	

CMYK percentages

%13.68
%17.92
%0
%16.86

Codes

Color #B7AED4 in popluar color models

B7AED4
RGB183174212
HSL254°30.65%75.69%
HSB/HSV254°17.92%83.14%
CMYK13.68%17.92%0.00%
16.86%

Color #B7AED4 in popluar number systems.

HEXB7AED4
Decimal183174212
Binary101101111010111011010100
Octal267256324

Shades and tints

Shades of #B7AED4

#B7AED4
(183,174,212)
#A79FC1
(167,159,193)
#9790AE
(151,144,174)
#87819B
(135,129,155)
#777288
(119,114,136)
#676375
(103,99,117)
#575462
(87,84,98)
#47454F
(71,69,79)
#37363C
(55,54,60)
#272729
(39,39,41)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #B7AED4

#B7AED4
(183,174,212)
#BDB5D7
(189,181,215)
#C3BCDA
(195,188,218)
#C9C3DD
(201,195,221)
#CFCAE0
(207,202,224)
#D5D1E3
(213,209,227)
#DBD8E6
(219,216,230)
#E1DFE9
(225,223,233)
#E7E6EC
(231,230,236)
#EDEDEF
(237,237,239)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7AED4; }

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

This text font color is #B7AED4.


Background Color

.myBgColor { background-color: #B7AED4; }

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

This div background color is #B7AED4.


Border color

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

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

This div border color is #B7AED4.


Opacity

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

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

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

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

This text has shadow with #B7AED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AED4 on black background.


Color preview on white background

This text has color #B7AED4 on white background.



Black color preview on #B7AED4 background

This text has black color on #B7AED4 background.


White color preview on #B7AED4 background

This text has white color on #B7AED4 background.