COLOR #65988E

HEX: #65988E RGB: (101,152,142)

Color info

#65988E contains red, green and blue colors in about the same proportion. Web safe color of #65988E is #669999 (or #699).

RGB color model

#65988E color RGB value is (101,152,142).

RGB: (101,152,142) (40%, 60%, 56%)

RGB channels and saturation

R 101 of 255 = 40%
G 152 of 255 = 60%
B 142 of 255 = 56%

101
152
142

R + G + B ~ 52%. #65988E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 101 + 152 + 142 = 395 (100%)
R 101 of 395 ~ 25.57%
G 152 of 395 ~ 38.48%
B 142 of 395 ~ 35.95'%

%25.57
%38.48
%35.95

CMYK color model

#65988E color CMYK value is (34,0,7,40).

  • cyan value is 33.55%
  • magenta value is 0.00%
  • yellow value is 6.58%
  • key color value is 40.39%

CMYK: (34,0,7,40)
C34M0Y7K40 (34%, 0%, 7%, 40%)
(0.34 / 0.00 / 0.07 / 0.40)

CMYK percentages

%33.55
%0
%6.58
%40.39

Codes

Color #65988E in popluar color models

65 98 8E
RGB 101 152 142
HSL 168° 20.16% 49.61%
HSB/HSV 168° 33.55% 59.61%
CMYK 33.55% 0.00% 6.58%
40.39%

Color #65988E in popluar number systems.

HEX 65 98 8E
Decimal 101 152 142
Binary 1100101 10011000 10001110
Octal 145 230 216

Shades and tints

Shades of #65988E

#65988E
(101,152,142)
#5C8B82
(92,139,130)
#537E76
(83,126,118)
#4A716A
(74,113,106)
#41645E
(65,100,94)
#385752
(56,87,82)
#2F4A46
(47,74,70)
#263D3A
(38,61,58)
#1D302E
(29,48,46)
#142322
(20,35,34)
#0B1616
(11,22,22)
#000000
(0,0,0)

Tints of #65988E

#65988E
(101,152,142)
#73A198
(115,161,152)
#81AAA2
(129,170,162)
#8FB3AC
(143,179,172)
#9DBCB6
(157,188,182)
#ABC5C0
(171,197,192)
#B9CECA
(185,206,202)
#C7D7D4
(199,215,212)
#D5E0DE
(213,224,222)
#E3E9E8
(227,233,232)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #65988E color. Also use rgb(101,152,142) instead hex code.

Text Font Color

.myTextColor { color: #65988E; }

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

This text font color is #65988E.

Background Color

.myBgColor { background-color: #65988E; }

<div style="background-color:#65988E">Inner text</div>

This div background color is #65988E.

Border color

.myBorderColor { border: 1px solid #65988E; }

<div style="border:3px solid #65988E">Div</div>

This div border color is #65988E.

Opacity

.myOpacity80 { color: #65988E; opacity: 0.8; }

<p style="color:#65988E;opacity:0.8;">80%</p>

Text with #65988E 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 #65988E;}

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

This text has shadow with #65988E color.


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

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

This text has shadow with #65988E primary color and red secondary color.


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

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

This text has shadow with #65988E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #65988E.

Preview

Color preview on black background

This text has color #65988E on black background.


Color preview on white background

This text has color #65988E on white background.


Black color preview on #65988E background

This text has black color on #65988E background.


White color preview on #65988E background

This text has white color on #65988E background.


Related colors

Complementary color

Complementary color for #hex is #9A6771.


I love getcolorcode.com

Triadic colors

1 #8E6598 and #988E65 with #65988E are triadic colors.

2 #8E9865 and #98658E with #65988E are triadic colors.