COLOR #BDADD0

HEX: #BDADD0
RGB: (189,173,208)

Color info

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

RGB color model

#BDADD0 color RGB value is (189,173,208).

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

RGB channels and saturation

R 189 of 255 = 74%
G 173 of 255 = 68%
B 208 of 255 = 82%

189
173
208

R + G + B ~ 75%. #BDADD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 173 + 208 = 570 (100%)
R 189 of 570 ~ 33.16%
G 173 of 570 ~ 30.35%
B 208 of 570 ~ 36.49%

%33.16
%30.35
%36.49

CMYK color model

#BDADD0 color CMYK value is (9,17,0,18).

  • cyan value is 9.13%
  • magenta value is 16.83%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(9,17,0,18)
C9M17Y0K18 
(9%,17%,0%,18%)
(0.09/0.17/0.00/0.18)	

CMYK percentages

%9.13
%16.83
%0
%18.43

Codes

Color #BDADD0 in popluar color models

BDADD0
RGB189173208
HSL267°27.13%74.71%
HSB/HSV267°16.83%81.57%
CMYK9.13%16.83%0.00%
18.43%

Color #BDADD0 in popluar number systems.

HEXBDADD0
Decimal189173208
Binary101111011010110111010000
Octal275255320

Shades and tints

Shades of #BDADD0

#BDADD0
(189,173,208)
#AC9EBE
(172,158,190)
#9B8FAC
(155,143,172)
#8A809A
(138,128,154)
#797188
(121,113,136)
#686276
(104,98,118)
#575364
(87,83,100)
#464452
(70,68,82)
#353540
(53,53,64)
#24262E
(36,38,46)
#13171C
(19,23,28)
#000000
(0,0,0)

Tints of #BDADD0

#BDADD0
(189,173,208)
#C3B4D4
(195,180,212)
#C9BBD8
(201,187,216)
#CFC2DC
(207,194,220)
#D5C9E0
(213,201,224)
#DBD0E4
(219,208,228)
#E1D7E8
(225,215,232)
#E7DEEC
(231,222,236)
#EDE5F0
(237,229,240)
#F3ECF4
(243,236,244)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDADD0; }

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

This text font color is #BDADD0.


Background Color

.myBgColor { background-color: #BDADD0; }

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

This div background color is #BDADD0.


Border color

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

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

This div border color is #BDADD0.


Opacity

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

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

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

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

This text has shadow with #BDADD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDADD0 on black background.


Color preview on white background

This text has color #BDADD0 on white background.



Black color preview on #BDADD0 background

This text has black color on #BDADD0 background.


White color preview on #BDADD0 background

This text has white color on #BDADD0 background.