COLOR #BDB7E2

HEX: #BDB7E2
RGB: (189,183,226)

Color info

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

RGB color model

#BDB7E2 color RGB value is (189,183,226).

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

RGB channels and saturation

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

189
183
226

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

Portions of RGB colors in percentages

R + G + B =
189 + 183 + 226 = 598 (100%)
R 189 of 598 ~ 31.61%
G 183 of 598 ~ 30.6%
B 226 of 598 ~ 37.79%

%31.61
%30.6
%37.79

CMYK color model

#BDB7E2 color CMYK value is (16,19,0,11).

  • cyan value is 16.37%
  • magenta value is 19.03%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(16,19,0,11)
C16M19Y0K11 
(16%,19%,0%,11%)
(0.16/0.19/0.00/0.11)	

CMYK percentages

%16.37
%19.03
%0
%11.37

Codes

Color #BDB7E2 in popluar color models

BDB7E2
RGB189183226
HSL248°42.57%80.20%
HSB/HSV248°19.03%88.63%
CMYK16.37%19.03%0.00%
11.37%

Color #BDB7E2 in popluar number systems.

HEXBDB7E2
Decimal189183226
Binary101111011011011111100010
Octal275267342

Shades and tints

Shades of #BDB7E2

#BDB7E2
(189,183,226)
#ACA7CE
(172,167,206)
#9B97BA
(155,151,186)
#8A87A6
(138,135,166)
#797792
(121,119,146)
#68677E
(104,103,126)
#57576A
(87,87,106)
#464756
(70,71,86)
#353742
(53,55,66)
#24272E
(36,39,46)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #BDB7E2

#BDB7E2
(189,183,226)
#C3BDE4
(195,189,228)
#C9C3E6
(201,195,230)
#CFC9E8
(207,201,232)
#D5CFEA
(213,207,234)
#DBD5EC
(219,213,236)
#E1DBEE
(225,219,238)
#E7E1F0
(231,225,240)
#EDE7F2
(237,231,242)
#F3EDF4
(243,237,244)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB7E2; }

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

This text font color is #BDB7E2.


Background Color

.myBgColor { background-color: #BDB7E2; }

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

This div background color is #BDB7E2.


Border color

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

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

This div border color is #BDB7E2.


Opacity

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

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

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

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

This text has shadow with #BDB7E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB7E2 on black background.


Color preview on white background

This text has color #BDB7E2 on white background.



Black color preview on #BDB7E2 background

This text has black color on #BDB7E2 background.


White color preview on #BDB7E2 background

This text has white color on #BDB7E2 background.