COLOR #BDAFA5

HEX: #BDAFA5 RGB: (189,175,165)

Color info

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

RGB color model

#BDAFA5 color RGB value is (189,175,165).

RGB: (189,175,165) (74%, 69%, 65%)

RGB channels and saturation

R 189 of 255 = 74%
G 175 of 255 = 69%
B 165 of 255 = 65%

189
175
165

R + G + B ~ 69%. #BDAFA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 175 + 165 = 529 (100%)
R 189 of 529 ~ 35.73%
G 175 of 529 ~ 33.08%
B 165 of 529 ~ 31.19'%

%35.73
%33.08
%31.19

CMYK color model

#BDAFA5 color CMYK value is (0,7,13,26).

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

CMYK: (0,7,13,26)
C0M7Y13K26 (0%, 7%, 13%, 26%)
(0.00 / 0.07 / 0.13 / 0.26)

CMYK percentages

%0
%7.41
%12.7
%25.88

Codes

Color #BDAFA5 in popluar color models

BD AF A5
RGB 189 175 165
HSL 25° 15.38% 69.41%
HSB/HSV 25° 12.70% 74.12%
CMYK 0.00% 7.41% 12.70%
25.88%

Color #BDAFA5 in popluar number systems.

HEX BD AF A5
Decimal 189 175 165
Binary 10111101 10101111 10100101
Octal 275 257 245

Shades and tints

Shades of #BDAFA5

#BDAFA5
(189,175,165)
#ACA096
(172,160,150)
#9B9187
(155,145,135)
#8A8278
(138,130,120)
#797369
(121,115,105)
#68645A
(104,100,90)
#57554B
(87,85,75)
#46463C
(70,70,60)
#35372D
(53,55,45)
#24281E
(36,40,30)
#13190F
(19,25,15)
#000000
(0,0,0)

Tints of #BDAFA5

#BDAFA5
(189,175,165)
#C3B6AD
(195,182,173)
#C9BDB5
(201,189,181)
#CFC4BD
(207,196,189)
#D5CBC5
(213,203,197)
#DBD2CD
(219,210,205)
#E1D9D5
(225,217,213)
#E7E0DD
(231,224,221)
#EDE7E5
(237,231,229)
#F3EEED
(243,238,237)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAFA5; }

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

This text font color is #BDAFA5.

Background Color

.myBgColor { background-color: #BDAFA5; }

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

This div background color is #BDAFA5.

Border color

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

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

This div border color is #BDAFA5.

Opacity

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

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

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

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

This text has shadow with #BDAFA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAFA5.

Preview

Color preview on black background

This text has color #BDAFA5 on black background.


Color preview on white background

This text has color #BDAFA5 on white background.


Black color preview on #BDAFA5 background

This text has black color on #BDAFA5 background.


White color preview on #BDAFA5 background

This text has white color on #BDAFA5 background.


Related colors

Complementary color

Complementary color for #hex is #42505A.


I love getcolorcode.com

Triadic colors

1 #A5BDAF and #AFA5BD with #BDAFA5 are triadic colors.

2 #A5AFBD and #AFBDA5 with #BDAFA5 are triadic colors.