COLOR #8D94B5

HEX: #8D94B5 RGB: (141,148,181)

Color info

#8D94B5 contains red, green and blue colors in about the same proportion. Web safe color of #8D94B5 is #9999CC (or #99C).

RGB color model

#8D94B5 color RGB value is (141,148,181).

RGB: (141,148,181) (55%, 58%, 71%)

RGB channels and saturation

R 141 of 255 = 55%
G 148 of 255 = 58%
B 181 of 255 = 71%

141
148
181

R + G + B ~ 61%. #8D94B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 148 + 181 = 470 (100%)
R 141 of 470 ~ 30%
G 148 of 470 ~ 31.49%
B 181 of 470 ~ 38.51'%

%30
%31.49
%38.51

CMYK color model

#8D94B5 color CMYK value is (22,18,0,29).

  • cyan value is 22.10%
  • magenta value is 18.23%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (22,18,0,29)
C22M18Y0K29 (22%, 18%, 0%, 29%)
(0.22 / 0.18 / 0.00 / 0.29)

CMYK percentages

%22.1
%18.23
%0
%29.02

Codes

Color #8D94B5 in popluar color models

8D 94 B5
RGB 141 148 181
HSL 230° 21.28% 63.14%
HSB/HSV 230° 22.10% 70.98%
CMYK 22.10% 18.23% 0.00%
29.02%

Color #8D94B5 in popluar number systems.

HEX 8D 94 B5
Decimal 141 148 181
Binary 10001101 10010100 10110101
Octal 215 224 265

Shades and tints

Shades of #8D94B5

#8D94B5
(141,148,181)
#8187A5
(129,135,165)
#757A95
(117,122,149)
#696D85
(105,109,133)
#5D6075
(93,96,117)
#515365
(81,83,101)
#454655
(69,70,85)
#393945
(57,57,69)
#2D2C35
(45,44,53)
#211F25
(33,31,37)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #8D94B5

#8D94B5
(141,148,181)
#979DBB
(151,157,187)
#A1A6C1
(161,166,193)
#ABAFC7
(171,175,199)
#B5B8CD
(181,184,205)
#BFC1D3
(191,193,211)
#C9CAD9
(201,202,217)
#D3D3DF
(211,211,223)
#DDDCE5
(221,220,229)
#E7E5EB
(231,229,235)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D94B5 color. Also use rgb(141,148,181) instead hex code.

Text Font Color

.myTextColor { color: #8D94B5; }

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

This text font color is #8D94B5.

Background Color

.myBgColor { background-color: #8D94B5; }

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

This div background color is #8D94B5.

Border color

.myBorderColor { border: 1px solid #8D94B5; }

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

This div border color is #8D94B5.

Opacity

.myOpacity80 { color: #8D94B5; opacity: 0.8; }

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

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

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

This text has shadow with #8D94B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D94B5.

Preview

Color preview on black background

This text has color #8D94B5 on black background.


Color preview on white background

This text has color #8D94B5 on white background.


Black color preview on #8D94B5 background

This text has black color on #8D94B5 background.


White color preview on #8D94B5 background

This text has white color on #8D94B5 background.


Related colors

Complementary color

Complementary color for #hex is #726B4A.


I love getcolorcode.com

Triadic colors

1 #B58D94 and #94B58D with #8D94B5 are triadic colors.

2 #B5948D and #948DB5 with #8D94B5 are triadic colors.