COLOR #B09FDF

HEX: #B09FDF RGB: (176,159,223)

Color info

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

RGB color model

#B09FDF color RGB value is (176,159,223).

RGB: (176,159,223) (69%, 62%, 87%)

RGB channels and saturation

R 176 of 255 = 69%
G 159 of 255 = 62%
B 223 of 255 = 87%

176
159
223

R + G + B ~ 73%. #B09FDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 159 + 223 = 558 (100%)
R 176 of 558 ~ 31.54%
G 159 of 558 ~ 28.49%
B 223 of 558 ~ 39.96'%

%31.54
%28.49
%39.96

CMYK color model

#B09FDF color CMYK value is (21,29,0,13).

  • cyan value is 21.08%
  • magenta value is 28.70%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (21,29,0,13)
C21M29Y0K13 (21%, 29%, 0%, 13%)
(0.21 / 0.29 / 0.00 / 0.13)

CMYK percentages

%21.08
%28.7
%0
%12.55

Codes

Color #B09FDF in popluar color models

B0 9F DF
RGB 176 159 223
HSL 256° 50.00% 74.90%
HSB/HSV 256° 28.70% 87.45%
CMYK 21.08% 28.70% 0.00%
12.55%

Color #B09FDF in popluar number systems.

HEX B0 9F DF
Decimal 176 159 223
Binary 10110000 10011111 11011111
Octal 260 237 337

Shades and tints

Shades of #B09FDF

#B09FDF
(176,159,223)
#A091CB
(160,145,203)
#9083B7
(144,131,183)
#8075A3
(128,117,163)
#70678F
(112,103,143)
#60597B
(96,89,123)
#504B67
(80,75,103)
#403D53
(64,61,83)
#302F3F
(48,47,63)
#20212B
(32,33,43)
#101317
(16,19,23)
#000000
(0,0,0)

Tints of #B09FDF

#B09FDF
(176,159,223)
#B7A7E1
(183,167,225)
#BEAFE3
(190,175,227)
#C5B7E5
(197,183,229)
#CCBFE7
(204,191,231)
#D3C7E9
(211,199,233)
#DACFEB
(218,207,235)
#E1D7ED
(225,215,237)
#E8DFEF
(232,223,239)
#EFE7F1
(239,231,241)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09FDF color. Also use rgb(176,159,223) instead hex code.

Text Font Color

.myTextColor { color: #B09FDF; }

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

This text font color is #B09FDF.

Background Color

.myBgColor { background-color: #B09FDF; }

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

This div background color is #B09FDF.

Border color

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

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

This div border color is #B09FDF.

Opacity

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

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

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

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

This text has shadow with #B09FDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09FDF.

Preview

Color preview on black background

This text has color #B09FDF on black background.


Color preview on white background

This text has color #B09FDF on white background.


Black color preview on #B09FDF background

This text has black color on #B09FDF background.


White color preview on #B09FDF background

This text has white color on #B09FDF background.


Related colors

Complementary color

Complementary color for #hex is #4F6020.


I love getcolorcode.com

Triadic colors

1 #DFB09F and #9FDFB0 with #B09FDF are triadic colors.

2 #DF9FB0 and #9FB0DF with #B09FDF are triadic colors.