COLOR #659EA3

HEX: #659EA3
RGB: (101,158,163)

Color info

#659EA3 contains mainly green and blue colors. Web safe color of #659EA3 is #669999 (or #699).

RGB color model

#659EA3 color RGB value is (101,158,163).

  • red value is 101;
  • green value is 158;
  • blue value is 163.
RGB:
(101,158,163)
(40%,62%,64%)

RGB channels and saturation

R 101 of 255 = 40%
G 158 of 255 = 62%
B 163 of 255 = 64%

101
158
163

R + G + B ~ 55%. #659EA3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 158 + 163 = 422 (100%)
R 101 of 422 ~ 23.93%
G 158 of 422 ~ 37.44%
B 163 of 422 ~ 38.63%

%23.93
%37.44
%38.63

CMYK color model

#659EA3 color CMYK value is (38,3,0,36).

  • cyan value is 38.04%
  • magenta value is 3.07%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(38,3,0,36)
C38M3Y0K36 
(38%,3%,0%,36%)
(0.38/0.03/0.00/0.36)	

CMYK percentages

%38.04
%3.07
%0
%36.08

Codes

Color #659EA3 in popluar color models

659EA3
RGB101158163
HSL185°25.20%51.76%
HSB/HSV185°38.04%63.92%
CMYK38.04%3.07%0.00%
36.08%

Color #659EA3 in popluar number systems.

HEX659EA3
Decimal101158163
Binary11001011001111010100011
Octal145236243

Shades and tints

Shades of #659EA3

#659EA3
(101,158,163)
#5C9095
(92,144,149)
#538287
(83,130,135)
#4A7479
(74,116,121)
#41666B
(65,102,107)
#38585D
(56,88,93)
#2F4A4F
(47,74,79)
#263C41
(38,60,65)
#1D2E33
(29,46,51)
#142025
(20,32,37)
#0B1217
(11,18,23)
#000000
(0,0,0)

Tints of #659EA3

#659EA3
(101,158,163)
#73A6AB
(115,166,171)
#81AEB3
(129,174,179)
#8FB6BB
(143,182,187)
#9DBEC3
(157,190,195)
#ABC6CB
(171,198,203)
#B9CED3
(185,206,211)
#C7D6DB
(199,214,219)
#D5DEE3
(213,222,227)
#E3E6EB
(227,230,235)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659EA3 color. Also use rgb(101,158,163) instead hex code.

Text Font Color

.myTextColor { color: #659EA3; }

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

This text font color is #659EA3.


Background Color

.myBgColor { background-color: #659EA3; }

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

This div background color is #659EA3.


Border color

.myBorderColor { border: 1px solid #659EA3; }

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

This div border color is #659EA3.


Opacity

.myOpacity80 { color: #659EA3; opacity: 0.8; }

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

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

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

This text has shadow with #659EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #659EA3 on black background.


Color preview on white background

This text has color #659EA3 on white background.



Black color preview on #659EA3 background

This text has black color on #659EA3 background.


White color preview on #659EA3 background

This text has white color on #659EA3 background.