COLOR #BDB7E4

HEX: #BDB7E4
RGB: (189,183,228)

Color info

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

RGB color model

#BDB7E4 color RGB value is (189,183,228).

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

RGB channels and saturation

R 189 of 255 = 74%
G 183 of 255 = 72%
B 228 of 255 = 89%

189
183
228

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

Portions of RGB colors in percentages

R + G + B =
189 + 183 + 228 = 600 (100%)
R 189 of 600 ~ 31.5%
G 183 of 600 ~ 30.5%
B 228 of 600 ~ 38%

%31.5
%30.5
%38

CMYK color model

#BDB7E4 color CMYK value is (17,20,0,11).

  • cyan value is 17.11%
  • magenta value is 19.74%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(17,20,0,11)
C17M20Y0K11 
(17%,20%,0%,11%)
(0.17/0.20/0.00/0.11)	

CMYK percentages

%17.11
%19.74
%0
%10.59

Codes

Color #BDB7E4 in popluar color models

BDB7E4
RGB189183228
HSL248°45.45%80.59%
HSB/HSV248°19.74%89.41%
CMYK17.11%19.74%0.00%
10.59%

Color #BDB7E4 in popluar number systems.

HEXBDB7E4
Decimal189183228
Binary101111011011011111100100
Octal275267344

Shades and tints

Shades of #BDB7E4

#BDB7E4
(189,183,228)
#ACA7D0
(172,167,208)
#9B97BC
(155,151,188)
#8A87A8
(138,135,168)
#797794
(121,119,148)
#686780
(104,103,128)
#57576C
(87,87,108)
#464758
(70,71,88)
#353744
(53,55,68)
#242730
(36,39,48)
#13171C
(19,23,28)
#000000
(0,0,0)

Tints of #BDB7E4

#BDB7E4
(189,183,228)
#C3BDE6
(195,189,230)
#C9C3E8
(201,195,232)
#CFC9EA
(207,201,234)
#D5CFEC
(213,207,236)
#DBD5EE
(219,213,238)
#E1DBF0
(225,219,240)
#E7E1F2
(231,225,242)
#EDE7F4
(237,231,244)
#F3EDF6
(243,237,246)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB7E4; }

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

This text font color is #BDB7E4.


Background Color

.myBgColor { background-color: #BDB7E4; }

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

This div background color is #BDB7E4.


Border color

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

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

This div border color is #BDB7E4.


Opacity

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

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

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

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

This text has shadow with #BDB7E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB7E4 on black background.


Color preview on white background

This text has color #BDB7E4 on white background.



Black color preview on #BDB7E4 background

This text has black color on #BDB7E4 background.


White color preview on #BDB7E4 background

This text has white color on #BDB7E4 background.