COLOR #BDB7E1

HEX: #BDB7E1
RGB: (189,183,225)

Color info

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

RGB color model

#BDB7E1 color RGB value is (189,183,225).

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

RGB channels and saturation

R 189 of 255 = 74%
G 183 of 255 = 72%
B 225 of 255 = 88%

189
183
225

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

Portions of RGB colors in percentages

R + G + B =
189 + 183 + 225 = 597 (100%)
R 189 of 597 ~ 31.66%
G 183 of 597 ~ 30.65%
B 225 of 597 ~ 37.69%

%31.66
%30.65
%37.69

CMYK color model

#BDB7E1 color CMYK value is (16,19,0,12).

  • cyan value is 16.00%
  • magenta value is 18.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(16,19,0,12)
C16M19Y0K12 
(16%,19%,0%,12%)
(0.16/0.19/0.00/0.12)	

CMYK percentages

%16
%18.67
%0
%11.76

Codes

Color #BDB7E1 in popluar color models

BDB7E1
RGB189183225
HSL249°41.18%80.00%
HSB/HSV249°18.67%88.24%
CMYK16.00%18.67%0.00%
11.76%

Color #BDB7E1 in popluar number systems.

HEXBDB7E1
Decimal189183225
Binary101111011011011111100001
Octal275267341

Shades and tints

Shades of #BDB7E1

#BDB7E1
(189,183,225)
#ACA7CD
(172,167,205)
#9B97B9
(155,151,185)
#8A87A5
(138,135,165)
#797791
(121,119,145)
#68677D
(104,103,125)
#575769
(87,87,105)
#464755
(70,71,85)
#353741
(53,55,65)
#24272D
(36,39,45)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #BDB7E1

#BDB7E1
(189,183,225)
#C3BDE3
(195,189,227)
#C9C3E5
(201,195,229)
#CFC9E7
(207,201,231)
#D5CFE9
(213,207,233)
#DBD5EB
(219,213,235)
#E1DBED
(225,219,237)
#E7E1EF
(231,225,239)
#EDE7F1
(237,231,241)
#F3EDF3
(243,237,243)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB7E1; }

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

This text font color is #BDB7E1.


Background Color

.myBgColor { background-color: #BDB7E1; }

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

This div background color is #BDB7E1.


Border color

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

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

This div border color is #BDB7E1.


Opacity

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

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

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

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

This text has shadow with #BDB7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB7E1 on black background.


Color preview on white background

This text has color #BDB7E1 on white background.



Black color preview on #BDB7E1 background

This text has black color on #BDB7E1 background.


White color preview on #BDB7E1 background

This text has white color on #BDB7E1 background.