COLOR #68A88E

HEX: #68A88E RGB: (104,168,142)

Color info

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

RGB color model

#68A88E color RGB value is (104,168,142).

RGB: (104,168,142) (41%, 66%, 56%)

RGB channels and saturation

R 104 of 255 = 41%
G 168 of 255 = 66%
B 142 of 255 = 56%

104
168
142

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

Portions of RGB colors in percentages

R + G + B = 104 + 168 + 142 = 414 (100%)
R 104 of 414 ~ 25.12%
G 168 of 414 ~ 40.58%
B 142 of 414 ~ 34.3'%

%25.12
%40.58
%34.3

CMYK color model

#68A88E color CMYK value is (38,0,15,34).

  • cyan value is 38.10%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 34.12%
CMYK: (38,0,15,34) C38M0Y15K34 (38%,0%,15%,34%) (0.38/0.00/0.15/0.34) 

CMYK percentages

%38.1
%0
%15.48
%34.12

Codes

Color #68A88E in popluar color models

68 A8 8E
RGB 104 168 142
HSL 156° 26.89% 53.33%
HSB/HSV 156° 38.10% 65.88%
CMYK 38.10% 0.00% 15.48%
34.12%

Color #68A88E in popluar number systems.

HEX 68 A8 8E
Decimal 104 168 142
Binary 1101000 10101000 10001110
Octal 150 250 216

Shades and tints

Shades of #68A88E

#68A88E
(104,168,142)
#5F9982
(95,153,130)
#568A76
(86,138,118)
#4D7B6A
(77,123,106)
#446C5E
(68,108,94)
#3B5D52
(59,93,82)
#324E46
(50,78,70)
#293F3A
(41,63,58)
#20302E
(32,48,46)
#172122
(23,33,34)
#0E1216
(14,18,22)
#000000
(0,0,0)

Tints of #68A88E

#68A88E
(104,168,142)
#75AF98
(117,175,152)
#82B6A2
(130,182,162)
#8FBDAC
(143,189,172)
#9CC4B6
(156,196,182)
#A9CBC0
(169,203,192)
#B6D2CA
(182,210,202)
#C3D9D4
(195,217,212)
#D0E0DE
(208,224,222)
#DDE7E8
(221,231,232)
#EAEEF2
(234,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A88E color. Also use rgb(104,168,142) instead hex code.

Text Font Color

.myTextColor { color: #68A88E; }

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

This text font color is #68A88E.

Background Color

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

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

This div background color is #68A88E.

Border color

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

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

This div border color is #68A88E.

Opacity

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

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

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

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

This text has shadow with #68A88E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68A88E.

Preview

Color preview on black background

This text has color #68A88E on black background.


Color preview on white background

This text has color #68A88E on white background.


Black color preview on #68A88E background

This text has black color on #68A88E background.


White color preview on #68A88E background

This text has white color on #68A88E background.


Related colors

Complementary color

Complementary color for #hex is #975771.


I love getcolorcode.com

Triadic colors

1 #8E68A8 and #A88E68 with #68A88E are triadic colors.

2 #8EA868 and #A8688E with #68A88E are triadic colors.