COLOR #608DA8

HEX: #608DA8
RGB: (96,141,168)

Color info

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

RGB color model

#608DA8 color RGB value is (96,141,168).

  • red value is 96;
  • green value is 141;
  • blue value is 168.
RGB:
(96,141,168)
(38%,55%,66%)

RGB channels and saturation

R 96 of 255 = 38%
G 141 of 255 = 55%
B 168 of 255 = 66%

96
141
168

R + G + B ~ 53%. #608DA8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 141 + 168 = 405 (100%)
R 96 of 405 ~ 23.7%
G 141 of 405 ~ 34.81%
B 168 of 405 ~ 41.48%

%23.7
%34.81
%41.48

CMYK color model

#608DA8 color CMYK value is (43,16,0,34).

  • cyan value is 42.86%
  • magenta value is 16.07%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(43,16,0,34)
C43M16Y0K34 
(43%,16%,0%,34%)
(0.43/0.16/0.00/0.34)	

CMYK percentages

%42.86
%16.07
%0
%34.12

Codes

Color #608DA8 in popluar color models

608DA8
RGB96141168
HSL203°29.27%51.76%
HSB/HSV203°42.86%65.88%
CMYK42.86%16.07%0.00%
34.12%

Color #608DA8 in popluar number systems.

HEX608DA8
Decimal96141168
Binary11000001000110110101000
Octal140215250

Shades and tints

Shades of #608DA8

#608DA8
(96,141,168)
#588199
(88,129,153)
#50758A
(80,117,138)
#48697B
(72,105,123)
#405D6C
(64,93,108)
#38515D
(56,81,93)
#30454E
(48,69,78)
#28393F
(40,57,63)
#202D30
(32,45,48)
#182121
(24,33,33)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #608DA8

#608DA8
(96,141,168)
#6E97AF
(110,151,175)
#7CA1B6
(124,161,182)
#8AABBD
(138,171,189)
#98B5C4
(152,181,196)
#A6BFCB
(166,191,203)
#B4C9D2
(180,201,210)
#C2D3D9
(194,211,217)
#D0DDE0
(208,221,224)
#DEE7E7
(222,231,231)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608DA8 color. Also use rgb(96,141,168) instead hex code.

Text Font Color

.myTextColor { color: #608DA8; }

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

This text font color is #608DA8.


Background Color

.myBgColor { background-color: #608DA8; }

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

This div background color is #608DA8.


Border color

.myBorderColor { border: 1px solid #608DA8; }

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

This div border color is #608DA8.


Opacity

.myOpacity80 { color: #608DA8; opacity: 0.8; }

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

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

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

This text has shadow with #608DA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608DA8 on black background.


Color preview on white background

This text has color #608DA8 on white background.



Black color preview on #608DA8 background

This text has black color on #608DA8 background.


White color preview on #608DA8 background

This text has white color on #608DA8 background.