COLOR #8899BE

HEX: #8899BE RGB: (136,153,190)

Color info

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

RGB color model

#8899BE color RGB value is (136,153,190).

RGB: (136,153,190) (53%, 60%, 75%)

RGB channels and saturation

R 136 of 255 = 53%
G 153 of 255 = 60%
B 190 of 255 = 75%

136
153
190

R + G + B ~ 63%. #8899BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 153 + 190 = 479 (100%)
R 136 of 479 ~ 28.39%
G 153 of 479 ~ 31.94%
B 190 of 479 ~ 39.67'%

%28.39
%31.94
%39.67

CMYK color model

#8899BE color CMYK value is (28,19,0,25).

  • cyan value is 28.42%
  • magenta value is 19.47%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (28,19,0,25) C28M19Y0K25 (28%,19%,0%,25%) (0.28/0.19/0.00/0.25) 

CMYK percentages

%28.42
%19.47
%0
%25.49

Codes

Color #8899BE in popluar color models

88 99 BE
RGB 136 153 190
HSL 221° 29.35% 63.92%
HSB/HSV 221° 28.42% 74.51%
CMYK 28.42% 19.47% 0.00%
25.49%

Color #8899BE in popluar number systems.

HEX 88 99 BE
Decimal 136 153 190
Binary 10001000 10011001 10111110
Octal 210 231 276

Shades and tints

Shades of #8899BE

#8899BE
(136,153,190)
#7C8CAD
(124,140,173)
#707F9C
(112,127,156)
#64728B
(100,114,139)
#58657A
(88,101,122)
#4C5869
(76,88,105)
#404B58
(64,75,88)
#343E47
(52,62,71)
#283136
(40,49,54)
#1C2425
(28,36,37)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #8899BE

#8899BE
(136,153,190)
#92A2C3
(146,162,195)
#9CABC8
(156,171,200)
#A6B4CD
(166,180,205)
#B0BDD2
(176,189,210)
#BAC6D7
(186,198,215)
#C4CFDC
(196,207,220)
#CED8E1
(206,216,225)
#D8E1E6
(216,225,230)
#E2EAEB
(226,234,235)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8899BE; }

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

This text font color is #8899BE.

Background Color

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

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

This div background color is #8899BE.

Border color

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

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

This div border color is #8899BE.

Opacity

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

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

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

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

This text has shadow with #8899BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8899BE.

Preview

Color preview on black background

This text has color #8899BE on black background.


Color preview on white background

This text has color #8899BE on white background.


Black color preview on #8899BE background

This text has black color on #8899BE background.


White color preview on #8899BE background

This text has white color on #8899BE background.


Related colors

Complementary color

Complementary color for #hex is #776641.


I love getcolorcode.com

Triadic colors

1 #BE8899 and #99BE88 with #8899BE are triadic colors.

2 #BE9988 and #9988BE with #8899BE are triadic colors.