COLOR #8899C9

HEX: #8899C9 RGB: (136,153,201)

Color info

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

RGB color model

#8899C9 color RGB value is (136,153,201).

RGB: (136,153,201) (53%, 60%, 79%)

RGB channels and saturation

R 136 of 255 = 53%
G 153 of 255 = 60%
B 201 of 255 = 79%

136
153
201

R + G + B ~ 64%. #8899C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 153 + 201 = 490 (100%)
R 136 of 490 ~ 27.76%
G 153 of 490 ~ 31.22%
B 201 of 490 ~ 41.02'%

%27.76
%31.22
%41.02

CMYK color model

#8899C9 color CMYK value is (32,24,0,21).

  • cyan value is 32.34%
  • magenta value is 23.88%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (32,24,0,21)
C32M24Y0K21 (32%, 24%, 0%, 21%)
(0.32 / 0.24 / 0.00 / 0.21)

CMYK percentages

%32.34
%23.88
%0
%21.18

Codes

Color #8899C9 in popluar color models

88 99 C9
RGB 136 153 201
HSL 224° 37.57% 66.08%
HSB/HSV 224° 32.34% 78.82%
CMYK 32.34% 23.88% 0.00%
21.18%

Color #8899C9 in popluar number systems.

HEX 88 99 C9
Decimal 136 153 201
Binary 10001000 10011001 11001001
Octal 210 231 311

Shades and tints

Shades of #8899C9

#8899C9
(136,153,201)
#7C8CB7
(124,140,183)
#707FA5
(112,127,165)
#647293
(100,114,147)
#586581
(88,101,129)
#4C586F
(76,88,111)
#404B5D
(64,75,93)
#343E4B
(52,62,75)
#283139
(40,49,57)
#1C2427
(28,36,39)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #8899C9

#8899C9
(136,153,201)
#92A2CD
(146,162,205)
#9CABD1
(156,171,209)
#A6B4D5
(166,180,213)
#B0BDD9
(176,189,217)
#BAC6DD
(186,198,221)
#C4CFE1
(196,207,225)
#CED8E5
(206,216,229)
#D8E1E9
(216,225,233)
#E2EAED
(226,234,237)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8899C9 color. Also use rgb(136,153,201) instead hex code.

Text Font Color

.myTextColor { color: #8899C9; }

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

This text font color is #8899C9.

Background Color

.myBgColor { background-color: #8899C9; }

<div style="background-color:#8899C9">Inner text</div>

This div background color is #8899C9.

Border color

.myBorderColor { border: 1px solid #8899C9; }

<div style="border:3px solid #8899C9">Div</div>

This div border color is #8899C9.

Opacity

.myOpacity80 { color: #8899C9; opacity: 0.8; }

<p style="color:#8899C9;opacity:0.8;">80%</p>

Text with #8899C9 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 #8899C9;}

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

This text has shadow with #8899C9 color.


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

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

This text has shadow with #8899C9 primary color and red secondary color.


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

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

This text has shadow with #8899C9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8899C9.

Preview

Color preview on black background

This text has color #8899C9 on black background.


Color preview on white background

This text has color #8899C9 on white background.


Black color preview on #8899C9 background

This text has black color on #8899C9 background.


White color preview on #8899C9 background

This text has white color on #8899C9 background.


Related colors

Complementary color

Complementary color for #hex is #776636.


I love getcolorcode.com

Triadic colors

1 #C98899 and #99C988 with #8899C9 are triadic colors.

2 #C99988 and #9988C9 with #8899C9 are triadic colors.