COLOR #B7ADC8

HEX: #B7ADC8
RGB: (183,173,200)

Color info

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

RGB color model

#B7ADC8 color RGB value is (183,173,200).

  • red value is 183;
  • green value is 173;
  • blue value is 200.
RGB:
(183,173,200)
(72%,68%,78%)

RGB channels and saturation

R 183 of 255 = 72%
G 173 of 255 = 68%
B 200 of 255 = 78%

183
173
200

R + G + B ~ 73%. #B7ADC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 173 + 200 = 556 (100%)
R 183 of 556 ~ 32.91%
G 173 of 556 ~ 31.12%
B 200 of 556 ~ 35.97%

%32.91
%31.12
%35.97

CMYK color model

#B7ADC8 color CMYK value is (9,14,0,22).

  • cyan value is 8.50%
  • magenta value is 13.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(9,14,0,22)
C9M14Y0K22 
(9%,14%,0%,22%)
(0.09/0.14/0.00/0.22)	

CMYK percentages

%8.5
%13.5
%0
%21.57

Codes

Color #B7ADC8 in popluar color models

B7ADC8
RGB183173200
HSL262°19.71%73.14%
HSB/HSV262°13.50%78.43%
CMYK8.50%13.50%0.00%
21.57%

Color #B7ADC8 in popluar number systems.

HEXB7ADC8
Decimal183173200
Binary101101111010110111001000
Octal267255310

Shades and tints

Shades of #B7ADC8

#B7ADC8
(183,173,200)
#A79EB6
(167,158,182)
#978FA4
(151,143,164)
#878092
(135,128,146)
#777180
(119,113,128)
#67626E
(103,98,110)
#57535C
(87,83,92)
#47444A
(71,68,74)
#373538
(55,53,56)
#272626
(39,38,38)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #B7ADC8

#B7ADC8
(183,173,200)
#BDB4CD
(189,180,205)
#C3BBD2
(195,187,210)
#C9C2D7
(201,194,215)
#CFC9DC
(207,201,220)
#D5D0E1
(213,208,225)
#DBD7E6
(219,215,230)
#E1DEEB
(225,222,235)
#E7E5F0
(231,229,240)
#EDECF5
(237,236,245)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7ADC8 color. Also use rgb(183,173,200) instead hex code.

Text Font Color

.myTextColor { color: #B7ADC8; }

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

This text font color is #B7ADC8.


Background Color

.myBgColor { background-color: #B7ADC8; }

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

This div background color is #B7ADC8.


Border color

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

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

This div border color is #B7ADC8.


Opacity

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

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

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

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

This text has shadow with #B7ADC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7ADC8 on black background.


Color preview on white background

This text has color #B7ADC8 on white background.



Black color preview on #B7ADC8 background

This text has black color on #B7ADC8 background.


White color preview on #B7ADC8 background

This text has white color on #B7ADC8 background.