COLOR #68A0B3

HEX: #68A0B3
RGB: (104,160,179)

Color info

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

RGB color model

#68A0B3 color RGB value is (104,160,179).

  • red value is 104;
  • green value is 160;
  • blue value is 179.
RGB:
(104,160,179)
(41%,63%,70%)

RGB channels and saturation

R 104 of 255 = 41%
G 160 of 255 = 63%
B 179 of 255 = 70%

104
160
179

R + G + B ~ 58%. #68A0B3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 160 + 179 = 443 (100%)
R 104 of 443 ~ 23.48%
G 160 of 443 ~ 36.12%
B 179 of 443 ~ 40.41%

%23.48
%36.12
%40.41

CMYK color model

#68A0B3 color CMYK value is (42,11,0,30).

  • cyan value is 41.90%
  • magenta value is 10.61%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(42,11,0,30)
C42M11Y0K30 
(42%,11%,0%,30%)
(0.42/0.11/0.00/0.30)	

CMYK percentages

%41.9
%10.61
%0
%29.8

Codes

Color #68A0B3 in popluar color models

68A0B3
RGB104160179
HSL195°33.04%55.49%
HSB/HSV195°41.90%70.20%
CMYK41.90%10.61%0.00%
29.80%

Color #68A0B3 in popluar number systems.

HEX68A0B3
Decimal104160179
Binary11010001010000010110011
Octal150240263

Shades and tints

Shades of #68A0B3

#68A0B3
(104,160,179)
#5F92A3
(95,146,163)
#568493
(86,132,147)
#4D7683
(77,118,131)
#446873
(68,104,115)
#3B5A63
(59,90,99)
#324C53
(50,76,83)
#293E43
(41,62,67)
#203033
(32,48,51)
#172223
(23,34,35)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #68A0B3

#68A0B3
(104,160,179)
#75A8B9
(117,168,185)
#82B0BF
(130,176,191)
#8FB8C5
(143,184,197)
#9CC0CB
(156,192,203)
#A9C8D1
(169,200,209)
#B6D0D7
(182,208,215)
#C3D8DD
(195,216,221)
#D0E0E3
(208,224,227)
#DDE8E9
(221,232,233)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A0B3 color. Also use rgb(104,160,179) instead hex code.

Text Font Color

.myTextColor { color: #68A0B3; }

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

This text font color is #68A0B3.


Background Color

.myBgColor { background-color: #68A0B3; }

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

This div background color is #68A0B3.


Border color

.myBorderColor { border: 1px solid #68A0B3; }

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

This div border color is #68A0B3.


Opacity

.myOpacity80 { color: #68A0B3; opacity: 0.8; }

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

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

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

This text has shadow with #68A0B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A0B3 on black background.


Color preview on white background

This text has color #68A0B3 on white background.



Black color preview on #68A0B3 background

This text has black color on #68A0B3 background.


White color preview on #68A0B3 background

This text has white color on #68A0B3 background.