COLOR #B7ABDE

HEX: #B7ABDE
RGB: (183,171,222)

Color info

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

RGB color model

#B7ABDE color RGB value is (183,171,222).

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

RGB channels and saturation

R 183 of 255 = 72%
G 171 of 255 = 67%
B 222 of 255 = 87%

183
171
222

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

Portions of RGB colors in percentages

R + G + B =
183 + 171 + 222 = 576 (100%)
R 183 of 576 ~ 31.77%
G 171 of 576 ~ 29.69%
B 222 of 576 ~ 38.54%

%31.77
%29.69
%38.54

CMYK color model

#B7ABDE color CMYK value is (18,23,0,13).

  • cyan value is 17.57%
  • magenta value is 22.97%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(18,23,0,13)
C18M23Y0K13 
(18%,23%,0%,13%)
(0.18/0.23/0.00/0.13)	

CMYK percentages

%17.57
%22.97
%0
%12.94

Codes

Color #B7ABDE in popluar color models

B7ABDE
RGB183171222
HSL254°43.59%77.06%
HSB/HSV254°22.97%87.06%
CMYK17.57%22.97%0.00%
12.94%

Color #B7ABDE in popluar number systems.

HEXB7ABDE
Decimal183171222
Binary101101111010101111011110
Octal267253336

Shades and tints

Shades of #B7ABDE

#B7ABDE
(183,171,222)
#A79CCA
(167,156,202)
#978DB6
(151,141,182)
#877EA2
(135,126,162)
#776F8E
(119,111,142)
#67607A
(103,96,122)
#575166
(87,81,102)
#474252
(71,66,82)
#37333E
(55,51,62)
#27242A
(39,36,42)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #B7ABDE

#B7ABDE
(183,171,222)
#BDB2E1
(189,178,225)
#C3B9E4
(195,185,228)
#C9C0E7
(201,192,231)
#CFC7EA
(207,199,234)
#D5CEED
(213,206,237)
#DBD5F0
(219,213,240)
#E1DCF3
(225,220,243)
#E7E3F6
(231,227,246)
#EDEAF9
(237,234,249)
#F3F1FC
(243,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7ABDE; }

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

This text font color is #B7ABDE.


Background Color

.myBgColor { background-color: #B7ABDE; }

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

This div background color is #B7ABDE.


Border color

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

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

This div border color is #B7ABDE.


Opacity

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

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

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

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

This text has shadow with #B7ABDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7ABDE on black background.


Color preview on white background

This text has color #B7ABDE on white background.



Black color preview on #B7ABDE background

This text has black color on #B7ABDE background.


White color preview on #B7ABDE background

This text has white color on #B7ABDE background.