COLOR #B7ADC7

HEX: #B7ADC7
RGB: (183,173,199)

Color info

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

RGB color model

#B7ADC7 color RGB value is (183,173,199).

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

RGB channels and saturation

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

183
173
199

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

Portions of RGB colors in percentages

R + G + B =
183 + 173 + 199 = 555 (100%)
R 183 of 555 ~ 32.97%
G 173 of 555 ~ 31.17%
B 199 of 555 ~ 35.86%

%32.97
%31.17
%35.86

CMYK color model

#B7ADC7 color CMYK value is (8,13,0,22).

  • cyan value is 8.04%
  • magenta value is 13.07%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(8,13,0,22)
C8M13Y0K22 
(8%,13%,0%,22%)
(0.08/0.13/0.00/0.22)	

CMYK percentages

%8.04
%13.07
%0
%21.96

Codes

Color #B7ADC7 in popluar color models

B7ADC7
RGB183173199
HSL263°18.84%72.94%
HSB/HSV263°13.07%78.04%
CMYK8.04%13.07%0.00%
21.96%

Color #B7ADC7 in popluar number systems.

HEXB7ADC7
Decimal183173199
Binary101101111010110111000111
Octal267255307

Shades and tints

Shades of #B7ADC7

#B7ADC7
(183,173,199)
#A79EB5
(167,158,181)
#978FA3
(151,143,163)
#878091
(135,128,145)
#77717F
(119,113,127)
#67626D
(103,98,109)
#57535B
(87,83,91)
#474449
(71,68,73)
#373537
(55,53,55)
#272625
(39,38,37)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #B7ADC7

#B7ADC7
(183,173,199)
#BDB4CC
(189,180,204)
#C3BBD1
(195,187,209)
#C9C2D6
(201,194,214)
#CFC9DB
(207,201,219)
#D5D0E0
(213,208,224)
#DBD7E5
(219,215,229)
#E1DEEA
(225,222,234)
#E7E5EF
(231,229,239)
#EDECF4
(237,236,244)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7ADC7; }

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

This text font color is #B7ADC7.


Background Color

.myBgColor { background-color: #B7ADC7; }

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

This div background color is #B7ADC7.


Border color

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

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

This div border color is #B7ADC7.


Opacity

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

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

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

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

This text has shadow with #B7ADC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7ADC7 on black background.


Color preview on white background

This text has color #B7ADC7 on white background.



Black color preview on #B7ADC7 background

This text has black color on #B7ADC7 background.


White color preview on #B7ADC7 background

This text has white color on #B7ADC7 background.