COLOR #8185B0

HEX: #8185B0 RGB: (129,133,176)

Color info

#8185B0 contains red, green and blue colors in about the same proportion. Web safe color of #8185B0 is #999999 (or #999).

RGB color model

#8185B0 color RGB value is (129,133,176).

RGB: (129,133,176) (51%, 52%, 69%)

RGB channels and saturation

R 129 of 255 = 51%
G 133 of 255 = 52%
B 176 of 255 = 69%

129
133
176

R + G + B ~ 57%. #8185B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 129 + 133 + 176 = 438 (100%)
R 129 of 438 ~ 29.45%
G 133 of 438 ~ 30.37%
B 176 of 438 ~ 40.18'%

%29.45
%30.37
%40.18

CMYK color model

#8185B0 color CMYK value is (27,24,0,31).

  • cyan value is 26.70%
  • magenta value is 24.43%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (27,24,0,31)
C27M24Y0K31 (27%, 24%, 0%, 31%)
(0.27 / 0.24 / 0.00 / 0.31)

CMYK percentages

%26.7
%24.43
%0
%30.98

Codes

Color #8185B0 in popluar color models

81 85 B0
RGB 129 133 176
HSL 235° 22.93% 59.80%
HSB/HSV 235° 26.70% 69.02%
CMYK 26.70% 24.43% 0.00%
30.98%

Color #8185B0 in popluar number systems.

HEX 81 85 B0
Decimal 129 133 176
Binary 10000001 10000101 10110000
Octal 201 205 260

Shades and tints

Shades of #8185B0

#8185B0
(129,133,176)
#7679A0
(118,121,160)
#6B6D90
(107,109,144)
#606180
(96,97,128)
#555570
(85,85,112)
#4A4960
(74,73,96)
#3F3D50
(63,61,80)
#343140
(52,49,64)
#292530
(41,37,48)
#1E1920
(30,25,32)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #8185B0

#8185B0
(129,133,176)
#8C90B7
(140,144,183)
#979BBE
(151,155,190)
#A2A6C5
(162,166,197)
#ADB1CC
(173,177,204)
#B8BCD3
(184,188,211)
#C3C7DA
(195,199,218)
#CED2E1
(206,210,225)
#D9DDE8
(217,221,232)
#E4E8EF
(228,232,239)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8185B0 color. Also use rgb(129,133,176) instead hex code.

Text Font Color

.myTextColor { color: #8185B0; }

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

This text font color is #8185B0.

Background Color

.myBgColor { background-color: #8185B0; }

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

This div background color is #8185B0.

Border color

.myBorderColor { border: 1px solid #8185B0; }

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

This div border color is #8185B0.

Opacity

.myOpacity80 { color: #8185B0; opacity: 0.8; }

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

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

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

This text has shadow with #8185B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8185B0.

Preview

Color preview on black background

This text has color #8185B0 on black background.


Color preview on white background

This text has color #8185B0 on white background.


Black color preview on #8185B0 background

This text has black color on #8185B0 background.


White color preview on #8185B0 background

This text has white color on #8185B0 background.


Related colors

Complementary color

Complementary color for #hex is #7E7A4F.


I love getcolorcode.com

Triadic colors

1 #B08185 and #85B081 with #8185B0 are triadic colors.

2 #B08581 and #8581B0 with #8185B0 are triadic colors.