COLOR #B5AFBD

HEX: #B5AFBD RGB: (181,175,189)

Color info

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

RGB color model

#B5AFBD color RGB value is (181,175,189).

RGB: (181,175,189) (71%, 69%, 74%)

RGB channels and saturation

R 181 of 255 = 71%
G 175 of 255 = 69%
B 189 of 255 = 74%

181
175
189

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

Portions of RGB colors in percentages

R + G + B = 181 + 175 + 189 = 545 (100%)
R 181 of 545 ~ 33.21%
G 175 of 545 ~ 32.11%
B 189 of 545 ~ 34.68'%

%33.21
%32.11
%34.68

CMYK color model

#B5AFBD color CMYK value is (4,7,0,26).

  • cyan value is 4.23%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (4,7,0,26) C4M7Y0K26 (4%,7%,0%,26%) (0.04/0.07/0.00/0.26) 

CMYK percentages

%4.23
%7.41
%0
%25.88

Codes

Color #B5AFBD in popluar color models

B5 AF BD
RGB 181 175 189
HSL 266° 9.59% 71.37%
HSB/HSV 266° 7.41% 74.12%
CMYK 4.23% 7.41% 0.00%
25.88%

Color #B5AFBD in popluar number systems.

HEX B5 AF BD
Decimal 181 175 189
Binary 10110101 10101111 10111101
Octal 265 257 275

Shades and tints

Shades of #B5AFBD

#B5AFBD
(181,175,189)
#A5A0AC
(165,160,172)
#95919B
(149,145,155)
#85828A
(133,130,138)
#757379
(117,115,121)
#656468
(101,100,104)
#555557
(85,85,87)
#454646
(69,70,70)
#353735
(53,55,53)
#252824
(37,40,36)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #B5AFBD

#B5AFBD
(181,175,189)
#BBB6C3
(187,182,195)
#C1BDC9
(193,189,201)
#C7C4CF
(199,196,207)
#CDCBD5
(205,203,213)
#D3D2DB
(211,210,219)
#D9D9E1
(217,217,225)
#DFE0E7
(223,224,231)
#E5E7ED
(229,231,237)
#EBEEF3
(235,238,243)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AFBD; }

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

This text font color is #B5AFBD.

Background Color

.myBgColor { background-color: #B5AFBD; }

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

This div background color is #B5AFBD.

Border color

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

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

This div border color is #B5AFBD.

Opacity

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

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

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

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

This text has shadow with #B5AFBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5AFBD.

Preview

Color preview on black background

This text has color #B5AFBD on black background.


Color preview on white background

This text has color #B5AFBD on white background.


Black color preview on #B5AFBD background

This text has black color on #B5AFBD background.


White color preview on #B5AFBD background

This text has white color on #B5AFBD background.


Related colors

Complementary color

Complementary color for #hex is #4A5042.


I love getcolorcode.com

Triadic colors

1 #BDB5AF and #AFBDB5 with #B5AFBD are triadic colors.

2 #BDAFB5 and #AFB5BD with #B5AFBD are triadic colors.