COLOR #8997C4

HEX: #8997C4
RGB: (137,151,196)

Color info

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

RGB color model

#8997C4 color RGB value is (137,151,196).

  • red value is 137;
  • green value is 151;
  • blue value is 196.
RGB:
(137,151,196)
(54%,59%,77%)

RGB channels and saturation

R 137 of 255 = 54%
G 151 of 255 = 59%
B 196 of 255 = 77%

137
151
196

R + G + B ~ 63%. #8997C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 151 + 196 = 484 (100%)
R 137 of 484 ~ 28.31%
G 151 of 484 ~ 31.2%
B 196 of 484 ~ 40.5%

%28.31
%31.2
%40.5

CMYK color model

#8997C4 color CMYK value is (30,23,0,23).

  • cyan value is 30.10%
  • magenta value is 22.96%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(30,23,0,23)
C30M23Y0K23 
(30%,23%,0%,23%)
(0.30/0.23/0.00/0.23)	

CMYK percentages

%30.1
%22.96
%0
%23.14

Codes

Color #8997C4 in popluar color models

8997C4
RGB137151196
HSL226°33.33%65.29%
HSB/HSV226°30.10%76.86%
CMYK30.10%22.96%0.00%
23.14%

Color #8997C4 in popluar number systems.

HEX8997C4
Decimal137151196
Binary100010011001011111000100
Octal211227304

Shades and tints

Shades of #8997C4

#8997C4
(137,151,196)
#7D8AB3
(125,138,179)
#717DA2
(113,125,162)
#657091
(101,112,145)
#596380
(89,99,128)
#4D566F
(77,86,111)
#41495E
(65,73,94)
#353C4D
(53,60,77)
#292F3C
(41,47,60)
#1D222B
(29,34,43)
#11151A
(17,21,26)
#000000
(0,0,0)

Tints of #8997C4

#8997C4
(137,151,196)
#93A0C9
(147,160,201)
#9DA9CE
(157,169,206)
#A7B2D3
(167,178,211)
#B1BBD8
(177,187,216)
#BBC4DD
(187,196,221)
#C5CDE2
(197,205,226)
#CFD6E7
(207,214,231)
#D9DFEC
(217,223,236)
#E3E8F1
(227,232,241)
#EDF1F6
(237,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8997C4 color. Also use rgb(137,151,196) instead hex code.

Text Font Color

.myTextColor { color: #8997C4; }

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

This text font color is #8997C4.


Background Color

.myBgColor { background-color: #8997C4; }

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

This div background color is #8997C4.


Border color

.myBorderColor { border: 1px solid #8997C4; }

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

This div border color is #8997C4.


Opacity

.myOpacity80 { color: #8997C4; opacity: 0.8; }

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

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

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

This text has shadow with #8997C4 color.

.textShadow {text-shadow: 3px 3px 1px #8997C4, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8997C4 on black background.


Color preview on white background

This text has color #8997C4 on white background.



Black color preview on #8997C4 background

This text has black color on #8997C4 background.


White color preview on #8997C4 background

This text has white color on #8997C4 background.