COLOR #B09DE5

HEX: #B09DE5 RGB: (176,157,229)

Color info

#B09DE5 contains mainly red and blue colors. Web safe color of #B09DE5 is #9999CC (or #99C).

RGB color model

#B09DE5 color RGB value is (176,157,229).

RGB: (176,157,229) (69%, 62%, 90%)

RGB channels and saturation

R 176 of 255 = 69%
G 157 of 255 = 62%
B 229 of 255 = 90%

176
157
229

R + G + B ~ 74%. #B09DE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 157 + 229 = 562 (100%)
R 176 of 562 ~ 31.32%
G 157 of 562 ~ 27.94%
B 229 of 562 ~ 40.75'%

%31.32
%27.94
%40.75

CMYK color model

#B09DE5 color CMYK value is (23,31,0,10).

  • cyan value is 23.14%
  • magenta value is 31.44%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (23,31,0,10)
C23M31Y0K10 (23%, 31%, 0%, 10%)
(0.23 / 0.31 / 0.00 / 0.10)

CMYK percentages

%23.14
%31.44
%0
%10.2

Codes

Color #B09DE5 in popluar color models

B0 9D E5
RGB 176 157 229
HSL 256° 58.06% 75.69%
HSB/HSV 256° 31.44% 89.80%
CMYK 23.14% 31.44% 0.00%
10.20%

Color #B09DE5 in popluar number systems.

HEX B0 9D E5
Decimal 176 157 229
Binary 10110000 10011101 11100101
Octal 260 235 345

Shades and tints

Shades of #B09DE5

#B09DE5
(176,157,229)
#A08FD1
(160,143,209)
#9081BD
(144,129,189)
#8073A9
(128,115,169)
#706595
(112,101,149)
#605781
(96,87,129)
#50496D
(80,73,109)
#403B59
(64,59,89)
#302D45
(48,45,69)
#201F31
(32,31,49)
#10111D
(16,17,29)
#000000
(0,0,0)

Tints of #B09DE5

#B09DE5
(176,157,229)
#B7A5E7
(183,165,231)
#BEADE9
(190,173,233)
#C5B5EB
(197,181,235)
#CCBDED
(204,189,237)
#D3C5EF
(211,197,239)
#DACDF1
(218,205,241)
#E1D5F3
(225,213,243)
#E8DDF5
(232,221,245)
#EFE5F7
(239,229,247)
#F6EDF9
(246,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09DE5 color. Also use rgb(176,157,229) instead hex code.

Text Font Color

.myTextColor { color: #B09DE5; }

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

This text font color is #B09DE5.

Background Color

.myBgColor { background-color: #B09DE5; }

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

This div background color is #B09DE5.

Border color

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

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

This div border color is #B09DE5.

Opacity

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

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

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

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

This text has shadow with #B09DE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09DE5.

Preview

Color preview on black background

This text has color #B09DE5 on black background.


Color preview on white background

This text has color #B09DE5 on white background.


Black color preview on #B09DE5 background

This text has black color on #B09DE5 background.


White color preview on #B09DE5 background

This text has white color on #B09DE5 background.


Related colors

Complementary color

Complementary color for #hex is #4F621A.


I love getcolorcode.com

Triadic colors

1 #E5B09D and #9DE5B0 with #B09DE5 are triadic colors.

2 #E59DB0 and #9DB0E5 with #B09DE5 are triadic colors.