COLOR #68AE8B

HEX: #68AE8B
RGB: (104,174,139)

Color info

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

RGB color model

#68AE8B color RGB value is (104,174,139).

  • red value is 104;
  • green value is 174;
  • blue value is 139.
RGB:
(104,174,139)
(41%,68%,55%)

RGB channels and saturation

R 104 of 255 = 41%
G 174 of 255 = 68%
B 139 of 255 = 55%

104
174
139

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

Portions of RGB colors in percentages

R + G + B =
104 + 174 + 139 = 417 (100%)
R 104 of 417 ~ 24.94%
G 174 of 417 ~ 41.73%
B 139 of 417 ~ 33.33%

%24.94
%41.73
%33.33

CMYK color model

#68AE8B color CMYK value is (40,0,20,32).

  • cyan value is 40.23%
  • magenta value is 0.00%
  • yellow value is 20.11%
  • key color value is 31.76%
CMYK:
(40,0,20,32)
C40M0Y20K32 
(40%,0%,20%,32%)
(0.40/0.00/0.20/0.32)	

CMYK percentages

%40.23
%0
%20.11
%31.76

Codes

Color #68AE8B in popluar color models

68AE8B
RGB104174139
HSL150°30.17%54.51%
HSB/HSV150°40.23%68.24%
CMYK40.23%0.00%20.11%
31.76%

Color #68AE8B in popluar number systems.

HEX68AE8B
Decimal104174139
Binary11010001010111010001011
Octal150256213

Shades and tints

Shades of #68AE8B

#68AE8B
(104,174,139)
#5F9F7F
(95,159,127)
#569073
(86,144,115)
#4D8167
(77,129,103)
#44725B
(68,114,91)
#3B634F
(59,99,79)
#325443
(50,84,67)
#294537
(41,69,55)
#20362B
(32,54,43)
#17271F
(23,39,31)
#0E1813
(14,24,19)
#000000
(0,0,0)

Tints of #68AE8B

#68AE8B
(104,174,139)
#75B595
(117,181,149)
#82BC9F
(130,188,159)
#8FC3A9
(143,195,169)
#9CCAB3
(156,202,179)
#A9D1BD
(169,209,189)
#B6D8C7
(182,216,199)
#C3DFD1
(195,223,209)
#D0E6DB
(208,230,219)
#DDEDE5
(221,237,229)
#EAF4EF
(234,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68AE8B color. Also use rgb(104,174,139) instead hex code.

Text Font Color

.myTextColor { color: #68AE8B; }

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

This text font color is #68AE8B.


Background Color

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

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

This div background color is #68AE8B.


Border color

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

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

This div border color is #68AE8B.


Opacity

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

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

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

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

This text has shadow with #68AE8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68AE8B on black background.


Color preview on white background

This text has color #68AE8B on white background.



Black color preview on #68AE8B background

This text has black color on #68AE8B background.


White color preview on #68AE8B background

This text has white color on #68AE8B background.