COLOR #8994C5

HEX: #8994C5
RGB: (137,148,197)

Color info

#8994C5 contains mainly green and blue colors. Web safe color of #8994C5 is #9999CC (or #99C).

RGB color model

#8994C5 color RGB value is (137,148,197).

  • red value is 137;
  • green value is 148;
  • blue value is 197.
RGB:
(137,148,197)
(54%,58%,77%)

RGB channels and saturation

R 137 of 255 = 54%
G 148 of 255 = 58%
B 197 of 255 = 77%

137
148
197

R + G + B ~ 63%. #8994C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 148 + 197 = 482 (100%)
R 137 of 482 ~ 28.42%
G 148 of 482 ~ 30.71%
B 197 of 482 ~ 40.87%

%28.42
%30.71
%40.87

CMYK color model

#8994C5 color CMYK value is (30,25,0,23).

  • cyan value is 30.46%
  • magenta value is 24.87%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(30,25,0,23)
C30M25Y0K23 
(30%,25%,0%,23%)
(0.30/0.25/0.00/0.23)	

CMYK percentages

%30.46
%24.87
%0
%22.75

Codes

Color #8994C5 in popluar color models

8994C5
RGB137148197
HSL229°34.09%65.49%
HSB/HSV229°30.46%77.25%
CMYK30.46%24.87%0.00%
22.75%

Color #8994C5 in popluar number systems.

HEX8994C5
Decimal137148197
Binary100010011001010011000101
Octal211224305

Shades and tints

Shades of #8994C5

#8994C5
(137,148,197)
#7D87B4
(125,135,180)
#717AA3
(113,122,163)
#656D92
(101,109,146)
#596081
(89,96,129)
#4D5370
(77,83,112)
#41465F
(65,70,95)
#35394E
(53,57,78)
#292C3D
(41,44,61)
#1D1F2C
(29,31,44)
#11121B
(17,18,27)
#000000
(0,0,0)

Tints of #8994C5

#8994C5
(137,148,197)
#939DCA
(147,157,202)
#9DA6CF
(157,166,207)
#A7AFD4
(167,175,212)
#B1B8D9
(177,184,217)
#BBC1DE
(187,193,222)
#C5CAE3
(197,202,227)
#CFD3E8
(207,211,232)
#D9DCED
(217,220,237)
#E3E5F2
(227,229,242)
#EDEEF7
(237,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8994C5 color. Also use rgb(137,148,197) instead hex code.

Text Font Color

.myTextColor { color: #8994C5; }

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

This text font color is #8994C5.


Background Color

.myBgColor { background-color: #8994C5; }

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

This div background color is #8994C5.


Border color

.myBorderColor { border: 1px solid #8994C5; }

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

This div border color is #8994C5.


Opacity

.myOpacity80 { color: #8994C5; opacity: 0.8; }

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

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

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

This text has shadow with #8994C5 color.

.textShadow {text-shadow: 3px 3px 1px #8994C5, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8994C5;
-webkit-box-shadow: 1px 1px 3px 2px #8994C5;
box-shadow:1px 1px 3px 2px #8994C5;">
Div content here</div>
This div box has shadow with color #8994C5.

Preview

Color preview on black background

This text has color #8994C5 on black background.


Color preview on white background

This text has color #8994C5 on white background.



Black color preview on #8994C5 background

This text has black color on #8994C5 background.


White color preview on #8994C5 background

This text has white color on #8994C5 background.