COLOR #B7AEDB

HEX: #B7AEDB RGB: (183,174,219)

Color info

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

RGB color model

#B7AEDB color RGB value is (183,174,219).

RGB: (183,174,219) (72%, 68%, 86%)

RGB channels and saturation

R 183 of 255 = 72%
G 174 of 255 = 68%
B 219 of 255 = 86%

183
174
219

R + G + B ~ 75%. #B7AEDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 174 + 219 = 576 (100%)
R 183 of 576 ~ 31.77%
G 174 of 576 ~ 30.21%
B 219 of 576 ~ 38.02'%

%31.77
%30.21
%38.02

CMYK color model

#B7AEDB color CMYK value is (16,21,0,14).

  • cyan value is 16.44%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (16,21,0,14) C16M21Y0K14 (16%,21%,0%,14%) (0.16/0.21/0.00/0.14) 

CMYK percentages

%16.44
%20.55
%0
%14.12

Codes

Color #B7AEDB in popluar color models

B7 AE DB
RGB 183 174 219
HSL 252° 38.46% 77.06%
HSB/HSV 252° 20.55% 85.88%
CMYK 16.44% 20.55% 0.00%
14.12%

Color #B7AEDB in popluar number systems.

HEX B7 AE DB
Decimal 183 174 219
Binary 10110111 10101110 11011011
Octal 267 256 333

Shades and tints

Shades of #B7AEDB

#B7AEDB
(183,174,219)
#A79FC8
(167,159,200)
#9790B5
(151,144,181)
#8781A2
(135,129,162)
#77728F
(119,114,143)
#67637C
(103,99,124)
#575469
(87,84,105)
#474556
(71,69,86)
#373643
(55,54,67)
#272730
(39,39,48)
#17181D
(23,24,29)
#000000
(0,0,0)

Tints of #B7AEDB

#B7AEDB
(183,174,219)
#BDB5DE
(189,181,222)
#C3BCE1
(195,188,225)
#C9C3E4
(201,195,228)
#CFCAE7
(207,202,231)
#D5D1EA
(213,209,234)
#DBD8ED
(219,216,237)
#E1DFF0
(225,223,240)
#E7E6F3
(231,230,243)
#EDEDF6
(237,237,246)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7AEDB; }

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

This text font color is #B7AEDB.

Background Color

.myBgColor { background-color: #B7AEDB; }

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

This div background color is #B7AEDB.

Border color

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

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

This div border color is #B7AEDB.

Opacity

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

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

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

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

This text has shadow with #B7AEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7AEDB.

Preview

Color preview on black background

This text has color #B7AEDB on black background.


Color preview on white background

This text has color #B7AEDB on white background.


Black color preview on #B7AEDB background

This text has black color on #B7AEDB background.


White color preview on #B7AEDB background

This text has white color on #B7AEDB background.


Related colors

Complementary color

Complementary color for #hex is #485124.


I love getcolorcode.com

Triadic colors

1 #DBB7AE and #AEDBB7 with #B7AEDB are triadic colors.

2 #DBAEB7 and #AEB7DB with #B7AEDB are triadic colors.