COLOR #899BC3

HEX: #899BC3 RGB: (137,155,195)

Color info

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

RGB color model

#899BC3 color RGB value is (137,155,195).

RGB: (137,155,195) (54%, 61%, 76%)

RGB channels and saturation

R 137 of 255 = 54%
G 155 of 255 = 61%
B 195 of 255 = 76%

137
155
195

R + G + B ~ 64%. #899BC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 155 + 195 = 487 (100%)
R 137 of 487 ~ 28.13%
G 155 of 487 ~ 31.83%
B 195 of 487 ~ 40.04'%

%28.13
%31.83
%40.04

CMYK color model

#899BC3 color CMYK value is (30,21,0,24).

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

CMYK percentages

%29.74
%20.51
%0
%23.53

Codes

Color #899BC3 in popluar color models

89 9B C3
RGB 137 155 195
HSL 221° 32.58% 65.10%
HSB/HSV 221° 29.74% 76.47%
CMYK 29.74% 20.51% 0.00%
23.53%

Color #899BC3 in popluar number systems.

HEX 89 9B C3
Decimal 137 155 195
Binary 10001001 10011011 11000011
Octal 211 233 303

Shades and tints

Shades of #899BC3

#899BC3
(137,155,195)
#7D8DB2
(125,141,178)
#717FA1
(113,127,161)
#657190
(101,113,144)
#59637F
(89,99,127)
#4D556E
(77,85,110)
#41475D
(65,71,93)
#35394C
(53,57,76)
#292B3B
(41,43,59)
#1D1D2A
(29,29,42)
#110F19
(17,15,25)
#000000
(0,0,0)

Tints of #899BC3

#899BC3
(137,155,195)
#93A4C8
(147,164,200)
#9DADCD
(157,173,205)
#A7B6D2
(167,182,210)
#B1BFD7
(177,191,215)
#BBC8DC
(187,200,220)
#C5D1E1
(197,209,225)
#CFDAE6
(207,218,230)
#D9E3EB
(217,227,235)
#E3ECF0
(227,236,240)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899BC3 color. Also use rgb(137,155,195) instead hex code.

Text Font Color

.myTextColor { color: #899BC3; }

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

This text font color is #899BC3.

Background Color

.myBgColor { background-color: #899BC3; }

<div style="background-color:#899BC3">Inner text</div>

This div background color is #899BC3.

Border color

.myBorderColor { border: 1px solid #899BC3; }

<div style="border:3px solid #899BC3">Div</div>

This div border color is #899BC3.

Opacity

.myOpacity80 { color: #899BC3; opacity: 0.8; }

<p style="color:#899BC3;opacity:0.8;">80%</p>

Text with #899BC3 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 #899BC3;}

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

This text has shadow with #899BC3 color.


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

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

This text has shadow with #899BC3 primary color and red secondary color.


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

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

This text has shadow with #899BC3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #899BC3.

Preview

Color preview on black background

This text has color #899BC3 on black background.


Color preview on white background

This text has color #899BC3 on white background.


Black color preview on #899BC3 background

This text has black color on #899BC3 background.


White color preview on #899BC3 background

This text has white color on #899BC3 background.


Related colors

Complementary color

Complementary color for #hex is #76643C.


I love getcolorcode.com

Triadic colors

1 #C3899B and #9BC389 with #899BC3 are triadic colors.

2 #C39B89 and #9B89C3 with #899BC3 are triadic colors.