COLOR #B083C9

HEX: #B083C9 RGB: (176,131,201)

Color info

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

RGB color model

#B083C9 color RGB value is (176,131,201).

RGB: (176,131,201) (69%, 51%, 79%)

RGB channels and saturation

R 176 of 255 = 69%
G 131 of 255 = 51%
B 201 of 255 = 79%

176
131
201

R + G + B ~ 66%. #B083C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 131 + 201 = 508 (100%)
R 176 of 508 ~ 34.65%
G 131 of 508 ~ 25.79%
B 201 of 508 ~ 39.57'%

%34.65
%25.79
%39.57

CMYK color model

#B083C9 color CMYK value is (12,35,0,21).

  • cyan value is 12.44%
  • magenta value is 34.83%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (12,35,0,21)
C12M35Y0K21 (12%, 35%, 0%, 21%)
(0.12 / 0.35 / 0.00 / 0.21)

CMYK percentages

%12.44
%34.83
%0
%21.18

Codes

Color #B083C9 in popluar color models

B0 83 C9
RGB 176 131 201
HSL 279° 39.33% 65.10%
HSB/HSV 279° 34.83% 78.82%
CMYK 12.44% 34.83% 0.00%
21.18%

Color #B083C9 in popluar number systems.

HEX B0 83 C9
Decimal 176 131 201
Binary 10110000 10000011 11001001
Octal 260 203 311

Shades and tints

Shades of #B083C9

#B083C9
(176,131,201)
#A078B7
(160,120,183)
#906DA5
(144,109,165)
#806293
(128,98,147)
#705781
(112,87,129)
#604C6F
(96,76,111)
#50415D
(80,65,93)
#40364B
(64,54,75)
#302B39
(48,43,57)
#202027
(32,32,39)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #B083C9

#B083C9
(176,131,201)
#B78ECD
(183,142,205)
#BE99D1
(190,153,209)
#C5A4D5
(197,164,213)
#CCAFD9
(204,175,217)
#D3BADD
(211,186,221)
#DAC5E1
(218,197,225)
#E1D0E5
(225,208,229)
#E8DBE9
(232,219,233)
#EFE6ED
(239,230,237)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B083C9; }

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

This text font color is #B083C9.

Background Color

.myBgColor { background-color: #B083C9; }

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

This div background color is #B083C9.

Border color

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

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

This div border color is #B083C9.

Opacity

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

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

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

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

This text has shadow with #B083C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B083C9.

Preview

Color preview on black background

This text has color #B083C9 on black background.


Color preview on white background

This text has color #B083C9 on white background.


Black color preview on #B083C9 background

This text has black color on #B083C9 background.


White color preview on #B083C9 background

This text has white color on #B083C9 background.


Related colors

Complementary color

Complementary color for #hex is #4F7C36.


I love getcolorcode.com

Triadic colors

1 #C9B083 and #83C9B0 with #B083C9 are triadic colors.

2 #C983B0 and #83B0C9 with #B083C9 are triadic colors.