COLOR #B7ADD9

HEX: #B7ADD9
RGB: (183,173,217)

Color info

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

RGB color model

#B7ADD9 color RGB value is (183,173,217).

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

RGB channels and saturation

R 183 of 255 = 72%
G 173 of 255 = 68%
B 217 of 255 = 85%

183
173
217

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

Portions of RGB colors in percentages

R + G + B =
183 + 173 + 217 = 573 (100%)
R 183 of 573 ~ 31.94%
G 173 of 573 ~ 30.19%
B 217 of 573 ~ 37.87%

%31.94
%30.19
%37.87

CMYK color model

#B7ADD9 color CMYK value is (16,20,0,15).

  • cyan value is 15.67%
  • magenta value is 20.28%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(16,20,0,15)
C16M20Y0K15 
(16%,20%,0%,15%)
(0.16/0.20/0.00/0.15)	

CMYK percentages

%15.67
%20.28
%0
%14.9

Codes

Color #B7ADD9 in popluar color models

B7ADD9
RGB183173217
HSL254°36.67%76.47%
HSB/HSV254°20.28%85.10%
CMYK15.67%20.28%0.00%
14.90%

Color #B7ADD9 in popluar number systems.

HEXB7ADD9
Decimal183173217
Binary101101111010110111011001
Octal267255331

Shades and tints

Shades of #B7ADD9

#B7ADD9
(183,173,217)
#A79EC6
(167,158,198)
#978FB3
(151,143,179)
#8780A0
(135,128,160)
#77718D
(119,113,141)
#67627A
(103,98,122)
#575367
(87,83,103)
#474454
(71,68,84)
#373541
(55,53,65)
#27262E
(39,38,46)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #B7ADD9

#B7ADD9
(183,173,217)
#BDB4DC
(189,180,220)
#C3BBDF
(195,187,223)
#C9C2E2
(201,194,226)
#CFC9E5
(207,201,229)
#D5D0E8
(213,208,232)
#DBD7EB
(219,215,235)
#E1DEEE
(225,222,238)
#E7E5F1
(231,229,241)
#EDECF4
(237,236,244)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7ADD9; }

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

This text font color is #B7ADD9.


Background Color

.myBgColor { background-color: #B7ADD9; }

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

This div background color is #B7ADD9.


Border color

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

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

This div border color is #B7ADD9.


Opacity

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

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

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

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

This text has shadow with #B7ADD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7ADD9 on black background.


Color preview on white background

This text has color #B7ADD9 on white background.



Black color preview on #B7ADD9 background

This text has black color on #B7ADD9 background.


White color preview on #B7ADD9 background

This text has white color on #B7ADD9 background.