COLOR #BDB7DF

HEX: #BDB7DF
RGB: (189,183,223)

Color info

#BDB7DF contains red, green and blue colors in about the same proportion. Web safe color of #BDB7DF is #CCCCCC (or #CCC).

RGB color model

#BDB7DF color RGB value is (189,183,223).

  • red value is 189;
  • green value is 183;
  • blue value is 223.
RGB:
(189,183,223)
(74%,72%,87%)

RGB channels and saturation

R 189 of 255 = 74%
G 183 of 255 = 72%
B 223 of 255 = 87%

189
183
223

R + G + B ~ 78%. #BDB7DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 183 + 223 = 595 (100%)
R 189 of 595 ~ 31.76%
G 183 of 595 ~ 30.76%
B 223 of 595 ~ 37.48%

%31.76
%30.76
%37.48

CMYK color model

#BDB7DF color CMYK value is (15,18,0,13).

  • cyan value is 15.25%
  • magenta value is 17.94%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(15,18,0,13)
C15M18Y0K13 
(15%,18%,0%,13%)
(0.15/0.18/0.00/0.13)	

CMYK percentages

%15.25
%17.94
%0
%12.55

Codes

Color #BDB7DF in popluar color models

BDB7DF
RGB189183223
HSL249°38.46%79.61%
HSB/HSV249°17.94%87.45%
CMYK15.25%17.94%0.00%
12.55%

Color #BDB7DF in popluar number systems.

HEXBDB7DF
Decimal189183223
Binary101111011011011111011111
Octal275267337

Shades and tints

Shades of #BDB7DF

#BDB7DF
(189,183,223)
#ACA7CB
(172,167,203)
#9B97B7
(155,151,183)
#8A87A3
(138,135,163)
#79778F
(121,119,143)
#68677B
(104,103,123)
#575767
(87,87,103)
#464753
(70,71,83)
#35373F
(53,55,63)
#24272B
(36,39,43)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #BDB7DF

#BDB7DF
(189,183,223)
#C3BDE1
(195,189,225)
#C9C3E3
(201,195,227)
#CFC9E5
(207,201,229)
#D5CFE7
(213,207,231)
#DBD5E9
(219,213,233)
#E1DBEB
(225,219,235)
#E7E1ED
(231,225,237)
#EDE7EF
(237,231,239)
#F3EDF1
(243,237,241)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB7DF color. Also use rgb(189,183,223) instead hex code.

Text Font Color

.myTextColor { color: #BDB7DF; }

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

This text font color is #BDB7DF.


Background Color

.myBgColor { background-color: #BDB7DF; }

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

This div background color is #BDB7DF.


Border color

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

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

This div border color is #BDB7DF.


Opacity

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

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

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

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

This text has shadow with #BDB7DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB7DF on black background.


Color preview on white background

This text has color #BDB7DF on white background.



Black color preview on #BDB7DF background

This text has black color on #BDB7DF background.


White color preview on #BDB7DF background

This text has white color on #BDB7DF background.