COLOR #B7A1DB

HEX: #B7A1DB RGB: (183,161,219)

Color info

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

RGB color model

#B7A1DB color RGB value is (183,161,219).

RGB: (183,161,219) (72%, 63%, 86%)

RGB channels and saturation

R 183 of 255 = 72%
G 161 of 255 = 63%
B 219 of 255 = 86%

183
161
219

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

Portions of RGB colors in percentages

R + G + B = 183 + 161 + 219 = 563 (100%)
R 183 of 563 ~ 32.5%
G 161 of 563 ~ 28.6%
B 219 of 563 ~ 38.9'%

%32.5
%28.6
%38.9

CMYK color model

#B7A1DB color CMYK value is (16,26,0,14).

  • cyan value is 16.44%
  • magenta value is 26.48%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (16,26,0,14)
C16M26Y0K14 (16%, 26%, 0%, 14%)
(0.16 / 0.26 / 0.00 / 0.14)

CMYK percentages

%16.44
%26.48
%0
%14.12

Codes

Color #B7A1DB in popluar color models

B7 A1 DB
RGB 183 161 219
HSL 263° 44.62% 74.51%
HSB/HSV 263° 26.48% 85.88%
CMYK 16.44% 26.48% 0.00%
14.12%

Color #B7A1DB in popluar number systems.

HEX B7 A1 DB
Decimal 183 161 219
Binary 10110111 10100001 11011011
Octal 267 241 333

Shades and tints

Shades of #B7A1DB

#B7A1DB
(183,161,219)
#A793C8
(167,147,200)
#9785B5
(151,133,181)
#8777A2
(135,119,162)
#77698F
(119,105,143)
#675B7C
(103,91,124)
#574D69
(87,77,105)
#473F56
(71,63,86)
#373143
(55,49,67)
#272330
(39,35,48)
#17151D
(23,21,29)
#000000
(0,0,0)

Tints of #B7A1DB

#B7A1DB
(183,161,219)
#BDA9DE
(189,169,222)
#C3B1E1
(195,177,225)
#C9B9E4
(201,185,228)
#CFC1E7
(207,193,231)
#D5C9EA
(213,201,234)
#DBD1ED
(219,209,237)
#E1D9F0
(225,217,240)
#E7E1F3
(231,225,243)
#EDE9F6
(237,233,246)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A1DB; }

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

This text font color is #B7A1DB.

Background Color

.myBgColor { background-color: #B7A1DB; }

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

This div background color is #B7A1DB.

Border color

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

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

This div border color is #B7A1DB.

Opacity

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

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

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

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

This text has shadow with #B7A1DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7A1DB.

Preview

Color preview on black background

This text has color #B7A1DB on black background.


Color preview on white background

This text has color #B7A1DB on white background.


Black color preview on #B7A1DB background

This text has black color on #B7A1DB background.


White color preview on #B7A1DB background

This text has white color on #B7A1DB background.


Related colors

Complementary color

Complementary color for #hex is #485E24.


I love getcolorcode.com

Triadic colors

1 #DBB7A1 and #A1DBB7 with #B7A1DB are triadic colors.

2 #DBA1B7 and #A1B7DB with #B7A1DB are triadic colors.