COLOR #BDADC0

HEX: #BDADC0
RGB: (189,173,192)

Color info

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

RGB color model

#BDADC0 color RGB value is (189,173,192).

  • red value is 189;
  • green value is 173;
  • blue value is 192.
RGB:
(189,173,192)
(74%,68%,75%)

RGB channels and saturation

R 189 of 255 = 74%
G 173 of 255 = 68%
B 192 of 255 = 75%

189
173
192

R + G + B ~ 72%. #BDADC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 173 + 192 = 554 (100%)
R 189 of 554 ~ 34.12%
G 173 of 554 ~ 31.23%
B 192 of 554 ~ 34.66%

%34.12
%31.23
%34.66

CMYK color model

#BDADC0 color CMYK value is (2,10,0,25).

  • cyan value is 1.56%
  • magenta value is 9.90%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(2,10,0,25)
C2M10Y0K25 
(2%,10%,0%,25%)
(0.02/0.10/0.00/0.25)	

CMYK percentages

%1.56
%9.9
%0
%24.71

Codes

Color #BDADC0 in popluar color models

BDADC0
RGB189173192
HSL291°13.10%71.57%
HSB/HSV291°9.90%75.29%
CMYK1.56%9.90%0.00%
24.71%

Color #BDADC0 in popluar number systems.

HEXBDADC0
Decimal189173192
Binary101111011010110111000000
Octal275255300

Shades and tints

Shades of #BDADC0

#BDADC0
(189,173,192)
#AC9EAF
(172,158,175)
#9B8F9E
(155,143,158)
#8A808D
(138,128,141)
#79717C
(121,113,124)
#68626B
(104,98,107)
#57535A
(87,83,90)
#464449
(70,68,73)
#353538
(53,53,56)
#242627
(36,38,39)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #BDADC0

#BDADC0
(189,173,192)
#C3B4C5
(195,180,197)
#C9BBCA
(201,187,202)
#CFC2CF
(207,194,207)
#D5C9D4
(213,201,212)
#DBD0D9
(219,208,217)
#E1D7DE
(225,215,222)
#E7DEE3
(231,222,227)
#EDE5E8
(237,229,232)
#F3ECED
(243,236,237)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDADC0; }

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

This text font color is #BDADC0.


Background Color

.myBgColor { background-color: #BDADC0; }

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

This div background color is #BDADC0.


Border color

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

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

This div border color is #BDADC0.


Opacity

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

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

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

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

This text has shadow with #BDADC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDADC0 on black background.


Color preview on white background

This text has color #BDADC0 on white background.



Black color preview on #BDADC0 background

This text has black color on #BDADC0 background.


White color preview on #BDADC0 background

This text has white color on #BDADC0 background.