COLOR #BDB7E9

HEX: #BDB7E9
RGB: (189,183,233)

Color info

#BDB7E9 contains red, green and blue colors in about the same proportion. Web safe color of #BDB7E9 is #CCCCFF (or #CCF).

RGB color model

#BDB7E9 color RGB value is (189,183,233).

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

RGB channels and saturation

R 189 of 255 = 74%
G 183 of 255 = 72%
B 233 of 255 = 91%

189
183
233

R + G + B ~ 79%. #BDB7E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 183 + 233 = 605 (100%)
R 189 of 605 ~ 31.24%
G 183 of 605 ~ 30.25%
B 233 of 605 ~ 38.51%

%31.24
%30.25
%38.51

CMYK color model

#BDB7E9 color CMYK value is (19,21,0,9).

  • cyan value is 18.88%
  • magenta value is 21.46%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (19,21,0,9) C19M21Y0K9 (19%,21%,0%,9%) (0.19/0.21/0.00/0.09)

CMYK percentages

%18.88
%21.46
%0
%8.63

Codes

Color #BDB7E9 in popluar color models

BDB7E9
RGB189183233
HSL247°53.19%81.57%
HSB/HSV247°21.46%91.37%
CMYK18.88%21.46%0.00%
8.63%

Color #BDB7E9 in popluar number systems.

HEXBDB7E9
Decimal189183233
Binary101111011011011111101001
Octal275267351

Shades and tints

Shades of #BDB7E9

#BDB7E9
(189,183,233)
#ACA7D4
(172,167,212)
#9B97BF
(155,151,191)
#8A87AA
(138,135,170)
#797795
(121,119,149)
#686780
(104,103,128)
#57576B
(87,87,107)
#464756
(70,71,86)
#353741
(53,55,65)
#24272C
(36,39,44)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #BDB7E9

#BDB7E9
(189,183,233)
#C3BDEB
(195,189,235)
#C9C3ED
(201,195,237)
#CFC9EF
(207,201,239)
#D5CFF1
(213,207,241)
#DBD5F3
(219,213,243)
#E1DBF5
(225,219,245)
#E7E1F7
(231,225,247)
#EDE7F9
(237,231,249)
#F3EDFB
(243,237,251)
#F9F3FD
(249,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB7E9; }

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

This text font color is #BDB7E9.


Background Color

.myBgColor { background-color: #BDB7E9; }

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

This div background color is #BDB7E9.


Border color

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

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

This div border color is #BDB7E9.


Opacity

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

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

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

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

This text has shadow with #BDB7E9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BDB7E9 on black background.


Color preview on white background

This text has color #BDB7E9 on white background.



Black color preview on #BDB7E9 background

This text has black color on #BDB7E9 background.


White color preview on #BDB7E9 background

This text has white color on #BDB7E9 background.