COLOR #68A47E

HEX: #68A47E
RGB: (104,164,126)

Color info

#68A47E contains mainly green and blue colors. Web safe color of #68A47E is #669966 (or #696).

RGB color model

#68A47E color RGB value is (104,164,126).

  • red value is 104;
  • green value is 164;
  • blue value is 126.
RGB:
(104,164,126)
(41%,64%,49%)

RGB channels and saturation

R 104 of 255 = 41%
G 164 of 255 = 64%
B 126 of 255 = 49%

104
164
126

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

Portions of RGB colors in percentages

R + G + B =
104 + 164 + 126 = 394 (100%)
R 104 of 394 ~ 26.4%
G 164 of 394 ~ 41.62%
B 126 of 394 ~ 31.98%

%26.4
%41.62
%31.98

CMYK color model

#68A47E color CMYK value is (37,0,23,36).

  • cyan value is 36.59%
  • magenta value is 0.00%
  • yellow value is 23.17%
  • key color value is 35.69%
CMYK:
(37,0,23,36)
C37M0Y23K36 
(37%,0%,23%,36%)
(0.37/0.00/0.23/0.36)	

CMYK percentages

%36.59
%0
%23.17
%35.69

Codes

Color #68A47E in popluar color models

68A47E
RGB104164126
HSL142°24.79%52.55%
HSB/HSV142°36.59%64.31%
CMYK36.59%0.00%23.17%
35.69%

Color #68A47E in popluar number systems.

HEX68A47E
Decimal104164126
Binary1101000101001001111110
Octal150244176

Shades and tints

Shades of #68A47E

#68A47E
(104,164,126)
#5F9673
(95,150,115)
#568868
(86,136,104)
#4D7A5D
(77,122,93)
#446C52
(68,108,82)
#3B5E47
(59,94,71)
#32503C
(50,80,60)
#294231
(41,66,49)
#203426
(32,52,38)
#17261B
(23,38,27)
#0E1810
(14,24,16)
#000000
(0,0,0)

Tints of #68A47E

#68A47E
(104,164,126)
#75AC89
(117,172,137)
#82B494
(130,180,148)
#8FBC9F
(143,188,159)
#9CC4AA
(156,196,170)
#A9CCB5
(169,204,181)
#B6D4C0
(182,212,192)
#C3DCCB
(195,220,203)
#D0E4D6
(208,228,214)
#DDECE1
(221,236,225)
#EAF4EC
(234,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A47E color. Also use rgb(104,164,126) instead hex code.

Text Font Color

.myTextColor { color: #68A47E; }

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

This text font color is #68A47E.


Background Color

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

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

This div background color is #68A47E.


Border color

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

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

This div border color is #68A47E.


Opacity

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

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

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

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

This text has shadow with #68A47E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A47E on black background.


Color preview on white background

This text has color #68A47E on white background.



Black color preview on #68A47E background

This text has black color on #68A47E background.


White color preview on #68A47E background

This text has white color on #68A47E background.