COLOR #89A4CD

HEX: #89A4CD RGB: (137,164,205)

Color info

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

RGB color model

#89A4CD color RGB value is (137,164,205).

RGB: (137,164,205) (54%, 64%, 80%)

RGB channels and saturation

R 137 of 255 = 54%
G 164 of 255 = 64%
B 205 of 255 = 80%

137
164
205

R + G + B ~ 66%. #89A4CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 164 + 205 = 506 (100%)
R 137 of 506 ~ 27.08%
G 164 of 506 ~ 32.41%
B 205 of 506 ~ 40.51'%

%27.08
%32.41
%40.51

CMYK color model

#89A4CD color CMYK value is (33,20,0,20).

  • cyan value is 33.17%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (33,20,0,20)
C33M20Y0K20 (33%, 20%, 0%, 20%)
(0.33 / 0.20 / 0.00 / 0.20)

CMYK percentages

%33.17
%20
%0
%19.61

Codes

Color #89A4CD in popluar color models

89 A4 CD
RGB 137 164 205
HSL 216° 40.48% 67.06%
HSB/HSV 216° 33.17% 80.39%
CMYK 33.17% 20.00% 0.00%
19.61%

Color #89A4CD in popluar number systems.

HEX 89 A4 CD
Decimal 137 164 205
Binary 10001001 10100100 11001101
Octal 211 244 315

Shades and tints

Shades of #89A4CD

#89A4CD
(137,164,205)
#7D96BB
(125,150,187)
#7188A9
(113,136,169)
#657A97
(101,122,151)
#596C85
(89,108,133)
#4D5E73
(77,94,115)
#415061
(65,80,97)
#35424F
(53,66,79)
#29343D
(41,52,61)
#1D262B
(29,38,43)
#111819
(17,24,25)
#000000
(0,0,0)

Tints of #89A4CD

#89A4CD
(137,164,205)
#93ACD1
(147,172,209)
#9DB4D5
(157,180,213)
#A7BCD9
(167,188,217)
#B1C4DD
(177,196,221)
#BBCCE1
(187,204,225)
#C5D4E5
(197,212,229)
#CFDCE9
(207,220,233)
#D9E4ED
(217,228,237)
#E3ECF1
(227,236,241)
#EDF4F5
(237,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A4CD color. Also use rgb(137,164,205) instead hex code.

Text Font Color

.myTextColor { color: #89A4CD; }

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

This text font color is #89A4CD.

Background Color

.myBgColor { background-color: #89A4CD; }

<div style="background-color:#89A4CD">Inner text</div>

This div background color is #89A4CD.

Border color

.myBorderColor { border: 1px solid #89A4CD; }

<div style="border:3px solid #89A4CD">Div</div>

This div border color is #89A4CD.

Opacity

.myOpacity80 { color: #89A4CD; opacity: 0.8; }

<p style="color:#89A4CD;opacity:0.8;">80%</p>

Text with #89A4CD 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 #89A4CD;}

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

This text has shadow with #89A4CD color.


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

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

This text has shadow with #89A4CD primary color and red secondary color.


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

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

This text has shadow with #89A4CD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #89A4CD.

Preview

Color preview on black background

This text has color #89A4CD on black background.


Color preview on white background

This text has color #89A4CD on white background.


Black color preview on #89A4CD background

This text has black color on #89A4CD background.


White color preview on #89A4CD background

This text has white color on #89A4CD background.


Related colors

Complementary color

Complementary color for #hex is #765B32.


I love getcolorcode.com

Triadic colors

1 #CD89A4 and #A4CD89 with #89A4CD are triadic colors.

2 #CDA489 and #A489CD with #89A4CD are triadic colors.