COLOR #B7ADBD

HEX: #B7ADBD
RGB: (183,173,189)

Color info

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

RGB color model

#B7ADBD color RGB value is (183,173,189).

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

RGB channels and saturation

R 183 of 255 = 72%
G 173 of 255 = 68%
B 189 of 255 = 74%

183
173
189

R + G + B ~ 71%. #B7ADBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 173 + 189 = 545 (100%)
R 183 of 545 ~ 33.58%
G 173 of 545 ~ 31.74%
B 189 of 545 ~ 34.68%

%33.58
%31.74
%34.68

CMYK color model

#B7ADBD color CMYK value is (3,8,0,26).

  • cyan value is 3.17%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(3,8,0,26)
C3M8Y0K26 
(3%,8%,0%,26%)
(0.03/0.08/0.00/0.26)	

CMYK percentages

%3.17
%8.47
%0
%25.88

Codes

Color #B7ADBD in popluar color models

B7ADBD
RGB183173189
HSL278°10.81%70.98%
HSB/HSV278°8.47%74.12%
CMYK3.17%8.47%0.00%
25.88%

Color #B7ADBD in popluar number systems.

HEXB7ADBD
Decimal183173189
Binary101101111010110110111101
Octal267255275

Shades and tints

Shades of #B7ADBD

#B7ADBD
(183,173,189)
#A79EAC
(167,158,172)
#978F9B
(151,143,155)
#87808A
(135,128,138)
#777179
(119,113,121)
#676268
(103,98,104)
#575357
(87,83,87)
#474446
(71,68,70)
#373535
(55,53,53)
#272624
(39,38,36)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #B7ADBD

#B7ADBD
(183,173,189)
#BDB4C3
(189,180,195)
#C3BBC9
(195,187,201)
#C9C2CF
(201,194,207)
#CFC9D5
(207,201,213)
#D5D0DB
(213,208,219)
#DBD7E1
(219,215,225)
#E1DEE7
(225,222,231)
#E7E5ED
(231,229,237)
#EDECF3
(237,236,243)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7ADBD; }

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

This text font color is #B7ADBD.


Background Color

.myBgColor { background-color: #B7ADBD; }

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

This div background color is #B7ADBD.


Border color

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

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

This div border color is #B7ADBD.


Opacity

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

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

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

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

This text has shadow with #B7ADBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7ADBD on black background.


Color preview on white background

This text has color #B7ADBD on white background.



Black color preview on #B7ADBD background

This text has black color on #B7ADBD background.


White color preview on #B7ADBD background

This text has white color on #B7ADBD background.