COLOR #659197

HEX: #659197
RGB: (101,145,151)

Color info

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

RGB color model

#659197 color RGB value is (101,145,151).

  • red value is 101;
  • green value is 145;
  • blue value is 151.
RGB:
(101,145,151)
(40%,57%,59%)

RGB channels and saturation

R 101 of 255 = 40%
G 145 of 255 = 57%
B 151 of 255 = 59%

101
145
151

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

Portions of RGB colors in percentages

R + G + B =
101 + 145 + 151 = 397 (100%)
R 101 of 397 ~ 25.44%
G 145 of 397 ~ 36.52%
B 151 of 397 ~ 38.04%

%25.44
%36.52
%38.04

CMYK color model

#659197 color CMYK value is (33,4,0,41).

  • cyan value is 33.11%
  • magenta value is 3.97%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(33,4,0,41)
C33M4Y0K41 
(33%,4%,0%,41%)
(0.33/0.04/0.00/0.41)	

CMYK percentages

%33.11
%3.97
%0
%40.78

Codes

Color #659197 in popluar color models

659197
RGB101145151
HSL187°19.84%49.41%
HSB/HSV187°33.11%59.22%
CMYK33.11%3.97%0.00%
40.78%

Color #659197 in popluar number systems.

HEX659197
Decimal101145151
Binary11001011001000110010111
Octal145221227

Shades and tints

Shades of #659197

#659197
(101,145,151)
#5C848A
(92,132,138)
#53777D
(83,119,125)
#4A6A70
(74,106,112)
#415D63
(65,93,99)
#385056
(56,80,86)
#2F4349
(47,67,73)
#26363C
(38,54,60)
#1D292F
(29,41,47)
#141C22
(20,28,34)
#0B0F15
(11,15,21)
#000000
(0,0,0)

Tints of #659197

#659197
(101,145,151)
#739BA0
(115,155,160)
#81A5A9
(129,165,169)
#8FAFB2
(143,175,178)
#9DB9BB
(157,185,187)
#ABC3C4
(171,195,196)
#B9CDCD
(185,205,205)
#C7D7D6
(199,215,214)
#D5E1DF
(213,225,223)
#E3EBE8
(227,235,232)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659197 color. Also use rgb(101,145,151) instead hex code.

Text Font Color

.myTextColor { color: #659197; }

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

This text font color is #659197.


Background Color

.myBgColor { background-color: #659197; }

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

This div background color is #659197.


Border color

.myBorderColor { border: 1px solid #659197; }

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

This div border color is #659197.


Opacity

.myOpacity80 { color: #659197; opacity: 0.8; }

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

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

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

This text has shadow with #659197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #659197 on black background.


Color preview on white background

This text has color #659197 on white background.



Black color preview on #659197 background

This text has black color on #659197 background.


White color preview on #659197 background

This text has white color on #659197 background.