COLOR #889AC2

HEX: #889AC2
RGB: (136,154,194)

Color info

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

RGB color model

#889AC2 color RGB value is (136,154,194).

  • red value is 136;
  • green value is 154;
  • blue value is 194.
RGB:
(136,154,194)
(53%,60%,76%)

RGB channels and saturation

R 136 of 255 = 53%
G 154 of 255 = 60%
B 194 of 255 = 76%

136
154
194

R + G + B ~ 63%. #889AC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 154 + 194 = 484 (100%)
R 136 of 484 ~ 28.1%
G 154 of 484 ~ 31.82%
B 194 of 484 ~ 40.08%

%28.1
%31.82
%40.08

CMYK color model

#889AC2 color CMYK value is (30,21,0,24).

  • cyan value is 29.90%
  • magenta value is 20.62%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(30,21,0,24)
C30M21Y0K24 
(30%,21%,0%,24%)
(0.30/0.21/0.00/0.24)	

CMYK percentages

%29.9
%20.62
%0
%23.92

Codes

Color #889AC2 in popluar color models

889AC2
RGB136154194
HSL221°32.22%64.71%
HSB/HSV221°29.90%76.08%
CMYK29.90%20.62%0.00%
23.92%

Color #889AC2 in popluar number systems.

HEX889AC2
Decimal136154194
Binary100010001001101011000010
Octal210232302

Shades and tints

Shades of #889AC2

#889AC2
(136,154,194)
#7C8CB1
(124,140,177)
#707EA0
(112,126,160)
#64708F
(100,112,143)
#58627E
(88,98,126)
#4C546D
(76,84,109)
#40465C
(64,70,92)
#34384B
(52,56,75)
#282A3A
(40,42,58)
#1C1C29
(28,28,41)
#100E18
(16,14,24)
#000000
(0,0,0)

Tints of #889AC2

#889AC2
(136,154,194)
#92A3C7
(146,163,199)
#9CACCC
(156,172,204)
#A6B5D1
(166,181,209)
#B0BED6
(176,190,214)
#BAC7DB
(186,199,219)
#C4D0E0
(196,208,224)
#CED9E5
(206,217,229)
#D8E2EA
(216,226,234)
#E2EBEF
(226,235,239)
#ECF4F4
(236,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889AC2 color. Also use rgb(136,154,194) instead hex code.

Text Font Color

.myTextColor { color: #889AC2; }

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

This text font color is #889AC2.


Background Color

.myBgColor { background-color: #889AC2; }

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

This div background color is #889AC2.


Border color

.myBorderColor { border: 1px solid #889AC2; }

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

This div border color is #889AC2.


Opacity

.myOpacity80 { color: #889AC2; opacity: 0.8; }

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

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

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

This text has shadow with #889AC2 color.

.textShadow {text-shadow: 3px 3px 1px #889AC2, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889AC2 on black background.


Color preview on white background

This text has color #889AC2 on white background.



Black color preview on #889AC2 background

This text has black color on #889AC2 background.


White color preview on #889AC2 background

This text has white color on #889AC2 background.