COLOR #B5ADBD

HEX: #B5ADBD RGB: (181,173,189)

Color info

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

RGB color model

#B5ADBD color RGB value is (181,173,189).

RGB: (181,173,189) (71%, 68%, 74%)

RGB channels and saturation

R 181 of 255 = 71%
G 173 of 255 = 68%
B 189 of 255 = 74%

181
173
189

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

Portions of RGB colors in percentages

R + G + B = 181 + 173 + 189 = 543 (100%)
R 181 of 543 ~ 33.33%
G 173 of 543 ~ 31.86%
B 189 of 543 ~ 34.81'%

%33.33
%31.86
%34.81

CMYK color model

#B5ADBD color CMYK value is (4,8,0,26).

  • cyan value is 4.23%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (4,8,0,26)
C4M8Y0K26 (4%, 8%, 0%, 26%)
(0.04 / 0.08 / 0.00 / 0.26)

CMYK percentages

%4.23
%8.47
%0
%25.88

Codes

Color #B5ADBD in popluar color models

B5 AD BD
RGB 181 173 189
HSL 270° 10.81% 70.98%
HSB/HSV 270° 8.47% 74.12%
CMYK 4.23% 8.47% 0.00%
25.88%

Color #B5ADBD in popluar number systems.

HEX B5 AD BD
Decimal 181 173 189
Binary 10110101 10101101 10111101
Octal 265 255 275

Shades and tints

Shades of #B5ADBD

#B5ADBD
(181,173,189)
#A59EAC
(165,158,172)
#958F9B
(149,143,155)
#85808A
(133,128,138)
#757179
(117,113,121)
#656268
(101,98,104)
#555357
(85,83,87)
#454446
(69,68,70)
#353535
(53,53,53)
#252624
(37,38,36)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #B5ADBD

#B5ADBD
(181,173,189)
#BBB4C3
(187,180,195)
#C1BBC9
(193,187,201)
#C7C2CF
(199,194,207)
#CDC9D5
(205,201,213)
#D3D0DB
(211,208,219)
#D9D7E1
(217,215,225)
#DFDEE7
(223,222,231)
#E5E5ED
(229,229,237)
#EBECF3
(235,236,243)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5ADBD; }

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

This text font color is #B5ADBD.

Background Color

.myBgColor { background-color: #B5ADBD; }

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

This div background color is #B5ADBD.

Border color

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

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

This div border color is #B5ADBD.

Opacity

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

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

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

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

This text has shadow with #B5ADBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5ADBD.

Preview

Color preview on black background

This text has color #B5ADBD on black background.


Color preview on white background

This text has color #B5ADBD on white background.


Black color preview on #B5ADBD background

This text has black color on #B5ADBD background.


White color preview on #B5ADBD background

This text has white color on #B5ADBD background.


Related colors

Complementary color

Complementary color for #hex is #4A5242.


I love getcolorcode.com

Triadic colors

1 #BDB5AD and #ADBDB5 with #B5ADBD are triadic colors.

2 #BDADB5 and #ADB5BD with #B5ADBD are triadic colors.