COLOR #B7ABDF

HEX: #B7ABDF
RGB: (183,171,223)

Color info

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

RGB color model

#B7ABDF color RGB value is (183,171,223).

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

RGB channels and saturation

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

183
171
223

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

Portions of RGB colors in percentages

R + G + B =
183 + 171 + 223 = 577 (100%)
R 183 of 577 ~ 31.72%
G 171 of 577 ~ 29.64%
B 223 of 577 ~ 38.65%

%31.72
%29.64
%38.65

CMYK color model

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

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

CMYK percentages

%17.94
%23.32
%0
%12.55

Codes

Color #B7ABDF in popluar color models

B7ABDF
RGB183171223
HSL254°44.83%77.25%
HSB/HSV254°23.32%87.45%
CMYK17.94%23.32%0.00%
12.55%

Color #B7ABDF in popluar number systems.

HEXB7ABDF
Decimal183171223
Binary101101111010101111011111
Octal267253337

Shades and tints

Shades of #B7ABDF

#B7ABDF
(183,171,223)
#A79CCB
(167,156,203)
#978DB7
(151,141,183)
#877EA3
(135,126,163)
#776F8F
(119,111,143)
#67607B
(103,96,123)
#575167
(87,81,103)
#474253
(71,66,83)
#37333F
(55,51,63)
#27242B
(39,36,43)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #B7ABDF

#B7ABDF
(183,171,223)
#BDB2E1
(189,178,225)
#C3B9E3
(195,185,227)
#C9C0E5
(201,192,229)
#CFC7E7
(207,199,231)
#D5CEE9
(213,206,233)
#DBD5EB
(219,213,235)
#E1DCED
(225,220,237)
#E7E3EF
(231,227,239)
#EDEAF1
(237,234,241)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7ABDF; }

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

This text font color is #B7ABDF.


Background Color

.myBgColor { background-color: #B7ABDF; }

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

This div background color is #B7ABDF.


Border color

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

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

This div border color is #B7ABDF.


Opacity

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

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

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

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

This text has shadow with #B7ABDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7ABDF on black background.


Color preview on white background

This text has color #B7ABDF on white background.



Black color preview on #B7ABDF background

This text has black color on #B7ABDF background.


White color preview on #B7ABDF background

This text has white color on #B7ABDF background.