COLOR #BDAFA4

HEX: #BDAFA4
RGB: (189,175,164)

Color info

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

RGB color model

#BDAFA4 color RGB value is (189,175,164).

  • red value is 189;
  • green value is 175;
  • blue value is 164.
RGB:
(189,175,164)
(74%,69%,64%)

RGB channels and saturation

R 189 of 255 = 74%
G 175 of 255 = 69%
B 164 of 255 = 64%

189
175
164

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

Portions of RGB colors in percentages

R + G + B =
189 + 175 + 164 = 528 (100%)
R 189 of 528 ~ 35.8%
G 175 of 528 ~ 33.14%
B 164 of 528 ~ 31.06%

%35.8
%33.14
%31.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 13.23%
  • 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
%13.23
%25.88

Codes

Color #BDAFA4 in popluar color models

BDAFA4
RGB189175164
HSL26°15.92%69.22%
HSB/HSV26°13.23%74.12%
CMYK0.00%7.41%13.23%
25.88%

Color #BDAFA4 in popluar number systems.

HEXBDAFA4
Decimal189175164
Binary101111011010111110100100
Octal275257244

Shades and tints

Shades of #BDAFA4

#BDAFA4
(189,175,164)
#ACA096
(172,160,150)
#9B9188
(155,145,136)
#8A827A
(138,130,122)
#79736C
(121,115,108)
#68645E
(104,100,94)
#575550
(87,85,80)
#464642
(70,70,66)
#353734
(53,55,52)
#242826
(36,40,38)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #BDAFA4

#BDAFA4
(189,175,164)
#C3B6AC
(195,182,172)
#C9BDB4
(201,189,180)
#CFC4BC
(207,196,188)
#D5CBC4
(213,203,196)
#DBD2CC
(219,210,204)
#E1D9D4
(225,217,212)
#E7E0DC
(231,224,220)
#EDE7E4
(237,231,228)
#F3EEEC
(243,238,236)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAFA4; }

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

This text font color is #BDAFA4.


Background Color

.myBgColor { background-color: #BDAFA4; }

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

This div background color is #BDAFA4.


Border color

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

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

This div border color is #BDAFA4.


Opacity

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

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

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

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

This text has shadow with #BDAFA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAFA4 on black background.


Color preview on white background

This text has color #BDAFA4 on white background.



Black color preview on #BDAFA4 background

This text has black color on #BDAFA4 background.


White color preview on #BDAFA4 background

This text has white color on #BDAFA4 background.