COLOR #89C3B3

HEX: #89C3B3 RGB: (137,195,179)

Color info

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

RGB color model

#89C3B3 color RGB value is (137,195,179).

RGB: (137,195,179) (54%, 76%, 70%)

RGB channels and saturation

R 137 of 255 = 54%
G 195 of 255 = 76%
B 179 of 255 = 70%

137
195
179

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

Portions of RGB colors in percentages

R + G + B = 137 + 195 + 179 = 511 (100%)
R 137 of 511 ~ 26.81%
G 195 of 511 ~ 38.16%
B 179 of 511 ~ 35.03'%

%26.81
%38.16
%35.03

CMYK color model

#89C3B3 color CMYK value is (30,0,8,24).

  • cyan value is 29.74%
  • magenta value is 0.00%
  • yellow value is 8.21%
  • key color value is 23.53%

CMYK: (30,0,8,24)
C30M0Y8K24 (30%, 0%, 8%, 24%)
(0.30 / 0.00 / 0.08 / 0.24)

CMYK percentages

%29.74
%0
%8.21
%23.53

Codes

Color #89C3B3 in popluar color models

89 C3 B3
RGB 137 195 179
HSL 163° 32.58% 65.10%
HSB/HSV 163° 29.74% 76.47%
CMYK 29.74% 0.00% 8.21%
23.53%

Color #89C3B3 in popluar number systems.

HEX 89 C3 B3
Decimal 137 195 179
Binary 10001001 11000011 10110011
Octal 211 303 263

Shades and tints

Shades of #89C3B3

#89C3B3
(137,195,179)
#7DB2A3
(125,178,163)
#71A193
(113,161,147)
#659083
(101,144,131)
#597F73
(89,127,115)
#4D6E63
(77,110,99)
#415D53
(65,93,83)
#354C43
(53,76,67)
#293B33
(41,59,51)
#1D2A23
(29,42,35)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #89C3B3

#89C3B3
(137,195,179)
#93C8B9
(147,200,185)
#9DCDBF
(157,205,191)
#A7D2C5
(167,210,197)
#B1D7CB
(177,215,203)
#BBDCD1
(187,220,209)
#C5E1D7
(197,225,215)
#CFE6DD
(207,230,221)
#D9EBE3
(217,235,227)
#E3F0E9
(227,240,233)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89C3B3; }

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

This text font color is #89C3B3.

Background Color

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

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

This div background color is #89C3B3.

Border color

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

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

This div border color is #89C3B3.

Opacity

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

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

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

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

This text has shadow with #89C3B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89C3B3.

Preview

Color preview on black background

This text has color #89C3B3 on black background.


Color preview on white background

This text has color #89C3B3 on white background.


Black color preview on #89C3B3 background

This text has black color on #89C3B3 background.


White color preview on #89C3B3 background

This text has white color on #89C3B3 background.


Related colors

Complementary color

Complementary color for #hex is #763C4C.


I love getcolorcode.com

Triadic colors

1 #B389C3 and #C3B389 with #89C3B3 are triadic colors.

2 #B3C389 and #C389B3 with #89C3B3 are triadic colors.