COLOR #B083D8

HEX: #B083D8 RGB: (176,131,216)

Color info

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

RGB color model

#B083D8 color RGB value is (176,131,216).

RGB: (176,131,216) (69%, 51%, 85%)

RGB channels and saturation

R 176 of 255 = 69%
G 131 of 255 = 51%
B 216 of 255 = 85%

176
131
216

R + G + B ~ 68%. #B083D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 131 + 216 = 523 (100%)
R 176 of 523 ~ 33.65%
G 131 of 523 ~ 25.05%
B 216 of 523 ~ 41.3'%

%33.65
%25.05
%41.3

CMYK color model

#B083D8 color CMYK value is (19,39,0,15).

  • cyan value is 18.52%
  • magenta value is 39.35%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (19,39,0,15)
C19M39Y0K15 (19%, 39%, 0%, 15%)
(0.19 / 0.39 / 0.00 / 0.15)

CMYK percentages

%18.52
%39.35
%0
%15.29

Codes

Color #B083D8 in popluar color models

B0 83 D8
RGB 176 131 216
HSL 272° 52.15% 68.04%
HSB/HSV 272° 39.35% 84.71%
CMYK 18.52% 39.35% 0.00%
15.29%

Color #B083D8 in popluar number systems.

HEX B0 83 D8
Decimal 176 131 216
Binary 10110000 10000011 11011000
Octal 260 203 330

Shades and tints

Shades of #B083D8

#B083D8
(176,131,216)
#A078C5
(160,120,197)
#906DB2
(144,109,178)
#80629F
(128,98,159)
#70578C
(112,87,140)
#604C79
(96,76,121)
#504166
(80,65,102)
#403653
(64,54,83)
#302B40
(48,43,64)
#20202D
(32,32,45)
#10151A
(16,21,26)
#000000
(0,0,0)

Tints of #B083D8

#B083D8
(176,131,216)
#B78EDB
(183,142,219)
#BE99DE
(190,153,222)
#C5A4E1
(197,164,225)
#CCAFE4
(204,175,228)
#D3BAE7
(211,186,231)
#DAC5EA
(218,197,234)
#E1D0ED
(225,208,237)
#E8DBF0
(232,219,240)
#EFE6F3
(239,230,243)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B083D8 color. Also use rgb(176,131,216) instead hex code.

Text Font Color

.myTextColor { color: #B083D8; }

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

This text font color is #B083D8.

Background Color

.myBgColor { background-color: #B083D8; }

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

This div background color is #B083D8.

Border color

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

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

This div border color is #B083D8.

Opacity

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

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

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

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

This text has shadow with #B083D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B083D8.

Preview

Color preview on black background

This text has color #B083D8 on black background.


Color preview on white background

This text has color #B083D8 on white background.


Black color preview on #B083D8 background

This text has black color on #B083D8 background.


White color preview on #B083D8 background

This text has white color on #B083D8 background.


Related colors

Complementary color

Complementary color for #hex is #4F7C27.


I love getcolorcode.com

Triadic colors

1 #D8B083 and #83D8B0 with #B083D8 are triadic colors.

2 #D883B0 and #83B0D8 with #B083D8 are triadic colors.