COLOR #B7ABDC

HEX: #B7ABDC
RGB: (183,171,220)

Color info

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

RGB color model

#B7ABDC color RGB value is (183,171,220).

  • red value is 183;
  • green value is 171;
  • blue value is 220.
RGB:
(183,171,220)
(72%,67%,86%)

RGB channels and saturation

R 183 of 255 = 72%
G 171 of 255 = 67%
B 220 of 255 = 86%

183
171
220

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

Portions of RGB colors in percentages

R + G + B =
183 + 171 + 220 = 574 (100%)
R 183 of 574 ~ 31.88%
G 171 of 574 ~ 29.79%
B 220 of 574 ~ 38.33%

%31.88
%29.79
%38.33

CMYK color model

#B7ABDC color CMYK value is (17,22,0,14).

  • cyan value is 16.82%
  • magenta value is 22.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(17,22,0,14)
C17M22Y0K14 
(17%,22%,0%,14%)
(0.17/0.22/0.00/0.14)	

CMYK percentages

%16.82
%22.27
%0
%13.73

Codes

Color #B7ABDC in popluar color models

B7ABDC
RGB183171220
HSL255°41.18%76.67%
HSB/HSV255°22.27%86.27%
CMYK16.82%22.27%0.00%
13.73%

Color #B7ABDC in popluar number systems.

HEXB7ABDC
Decimal183171220
Binary101101111010101111011100
Octal267253334

Shades and tints

Shades of #B7ABDC

#B7ABDC
(183,171,220)
#A79CC8
(167,156,200)
#978DB4
(151,141,180)
#877EA0
(135,126,160)
#776F8C
(119,111,140)
#676078
(103,96,120)
#575164
(87,81,100)
#474250
(71,66,80)
#37333C
(55,51,60)
#272428
(39,36,40)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #B7ABDC

#B7ABDC
(183,171,220)
#BDB2DF
(189,178,223)
#C3B9E2
(195,185,226)
#C9C0E5
(201,192,229)
#CFC7E8
(207,199,232)
#D5CEEB
(213,206,235)
#DBD5EE
(219,213,238)
#E1DCF1
(225,220,241)
#E7E3F4
(231,227,244)
#EDEAF7
(237,234,247)
#F3F1FA
(243,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7ABDC color. Also use rgb(183,171,220) instead hex code.

Text Font Color

.myTextColor { color: #B7ABDC; }

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

This text font color is #B7ABDC.


Background Color

.myBgColor { background-color: #B7ABDC; }

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

This div background color is #B7ABDC.


Border color

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

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

This div border color is #B7ABDC.


Opacity

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

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

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

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

This text has shadow with #B7ABDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7ABDC on black background.


Color preview on white background

This text has color #B7ABDC on white background.



Black color preview on #B7ABDC background

This text has black color on #B7ABDC background.


White color preview on #B7ABDC background

This text has white color on #B7ABDC background.