COLOR #BDAFB3

HEX: #BDAFB3 RGB: (189,175,179)

Color info

#BDAFB3 contains red, green and blue colors in about the same proportion. Web safe color of #BDAFB3 is #CC9999 (or #C99).

RGB color model

#BDAFB3 color RGB value is (189,175,179).

RGB: (189,175,179) (74%, 69%, 70%)

RGB channels and saturation

R 189 of 255 = 74%
G 175 of 255 = 69%
B 179 of 255 = 70%

189
175
179

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

Portions of RGB colors in percentages

R + G + B = 189 + 175 + 179 = 543 (100%)
R 189 of 543 ~ 34.81%
G 175 of 543 ~ 32.23%
B 179 of 543 ~ 32.97'%

%34.81
%32.23
%32.97

CMYK color model

#BDAFB3 color CMYK value is (0,7,5,26).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 5.29%
  • key color value is 25.88%

CMYK: (0,7,5,26)
C0M7Y5K26 (0%, 7%, 5%, 26%)
(0.00 / 0.07 / 0.05 / 0.26)

CMYK percentages

%0
%7.41
%5.29
%25.88

Codes

Color #BDAFB3 in popluar color models

BD AF B3
RGB 189 175 179
HSL 343° 9.59% 71.37%
HSB/HSV 343° 7.41% 74.12%
CMYK 0.00% 7.41% 5.29%
25.88%

Color #BDAFB3 in popluar number systems.

HEX BD AF B3
Decimal 189 175 179
Binary 10111101 10101111 10110011
Octal 275 257 263

Shades and tints

Shades of #BDAFB3

#BDAFB3
(189,175,179)
#ACA0A3
(172,160,163)
#9B9193
(155,145,147)
#8A8283
(138,130,131)
#797373
(121,115,115)
#686463
(104,100,99)
#575553
(87,85,83)
#464643
(70,70,67)
#353733
(53,55,51)
#242823
(36,40,35)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #BDAFB3

#BDAFB3
(189,175,179)
#C3B6B9
(195,182,185)
#C9BDBF
(201,189,191)
#CFC4C5
(207,196,197)
#D5CBCB
(213,203,203)
#DBD2D1
(219,210,209)
#E1D9D7
(225,217,215)
#E7E0DD
(231,224,221)
#EDE7E3
(237,231,227)
#F3EEE9
(243,238,233)
#F9F5EF
(249,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAFB3; }

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

This text font color is #BDAFB3.

Background Color

.myBgColor { background-color: #BDAFB3; }

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

This div background color is #BDAFB3.

Border color

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

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

This div border color is #BDAFB3.

Opacity

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

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

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

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

This text has shadow with #BDAFB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAFB3.

Preview

Color preview on black background

This text has color #BDAFB3 on black background.


Color preview on white background

This text has color #BDAFB3 on white background.


Black color preview on #BDAFB3 background

This text has black color on #BDAFB3 background.


White color preview on #BDAFB3 background

This text has white color on #BDAFB3 background.


Related colors

Complementary color

Complementary color for #hex is #42504C.


I love getcolorcode.com

Triadic colors

1 #B3BDAF and #AFB3BD with #BDAFB3 are triadic colors.

2 #B3AFBD and #AFBDB3 with #BDAFB3 are triadic colors.