COLOR #89B5C3

HEX: #89B5C3
RGB: (137,181,195)

Color info

#89B5C3 contains red, green and blue colors in about the same proportion. Web safe color of #89B5C3 is #99CCCC (or #9CC).

RGB color model

#89B5C3 color RGB value is (137,181,195).

  • red value is 137;
  • green value is 181;
  • blue value is 195.
RGB:
(137,181,195)
(54%,71%,76%)

RGB channels and saturation

R 137 of 255 = 54%
G 181 of 255 = 71%
B 195 of 255 = 76%

137
181
195

R + G + B ~ 67%. #89B5C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 181 + 195 = 513 (100%)
R 137 of 513 ~ 26.71%
G 181 of 513 ~ 35.28%
B 195 of 513 ~ 38.01%

%26.71
%35.28
%38.01

CMYK color model

#89B5C3 color CMYK value is (30,7,0,24).

  • cyan value is 29.74%
  • magenta value is 7.18%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(30,7,0,24)
C30M7Y0K24 
(30%,7%,0%,24%)
(0.30/0.07/0.00/0.24)	

CMYK percentages

%29.74
%7.18
%0
%23.53

Codes

Color #89B5C3 in popluar color models

89B5C3
RGB137181195
HSL194°32.58%65.10%
HSB/HSV194°29.74%76.47%
CMYK29.74%7.18%0.00%
23.53%

Color #89B5C3 in popluar number systems.

HEX89B5C3
Decimal137181195
Binary100010011011010111000011
Octal211265303

Shades and tints

Shades of #89B5C3

#89B5C3
(137,181,195)
#7DA5B2
(125,165,178)
#7195A1
(113,149,161)
#658590
(101,133,144)
#59757F
(89,117,127)
#4D656E
(77,101,110)
#41555D
(65,85,93)
#35454C
(53,69,76)
#29353B
(41,53,59)
#1D252A
(29,37,42)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #89B5C3

#89B5C3
(137,181,195)
#93BBC8
(147,187,200)
#9DC1CD
(157,193,205)
#A7C7D2
(167,199,210)
#B1CDD7
(177,205,215)
#BBD3DC
(187,211,220)
#C5D9E1
(197,217,225)
#CFDFE6
(207,223,230)
#D9E5EB
(217,229,235)
#E3EBF0
(227,235,240)
#EDF1F5
(237,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B5C3 color. Also use rgb(137,181,195) instead hex code.

Text Font Color

.myTextColor { color: #89B5C3; }

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

This text font color is #89B5C3.


Background Color

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

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

This div background color is #89B5C3.


Border color

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

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

This div border color is #89B5C3.


Opacity

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

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

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

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

This text has shadow with #89B5C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B5C3 on black background.


Color preview on white background

This text has color #89B5C3 on white background.



Black color preview on #89B5C3 background

This text has black color on #89B5C3 background.


White color preview on #89B5C3 background

This text has white color on #89B5C3 background.