COLOR #68BB7E

HEX: #68BB7E
RGB: (104,187,126)

Color info

#68BB7E contains mainly green color. Web safe color of #68BB7E is #66CC66 (or #6C6).

RGB color model

#68BB7E color RGB value is (104,187,126).

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

RGB channels and saturation

R 104 of 255 = 41%
G 187 of 255 = 73%
B 126 of 255 = 49%

104
187
126

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

Portions of RGB colors in percentages

R + G + B =
104 + 187 + 126 = 417 (100%)
R 104 of 417 ~ 24.94%
G 187 of 417 ~ 44.84%
B 126 of 417 ~ 30.22%

%24.94
%44.84
%30.22

CMYK color model

#68BB7E color CMYK value is (44,0,33,27).

  • cyan value is 44.39%
  • magenta value is 0.00%
  • yellow value is 32.62%
  • key color value is 26.67%
CMYK:
(44,0,33,27)
C44M0Y33K27 
(44%,0%,33%,27%)
(0.44/0.00/0.33/0.27)	

CMYK percentages

%44.39
%0
%32.62
%26.67

Codes

Color #68BB7E in popluar color models

68BB7E
RGB104187126
HSL136°37.90%57.06%
HSB/HSV136°44.39%73.33%
CMYK44.39%0.00%32.62%
26.67%

Color #68BB7E in popluar number systems.

HEX68BB7E
Decimal104187126
Binary1101000101110111111110
Octal150273176

Shades and tints

Shades of #68BB7E

#68BB7E
(104,187,126)
#5FAA73
(95,170,115)
#569968
(86,153,104)
#4D885D
(77,136,93)
#447752
(68,119,82)
#3B6647
(59,102,71)
#32553C
(50,85,60)
#294431
(41,68,49)
#203326
(32,51,38)
#17221B
(23,34,27)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #68BB7E

#68BB7E
(104,187,126)
#75C189
(117,193,137)
#82C794
(130,199,148)
#8FCD9F
(143,205,159)
#9CD3AA
(156,211,170)
#A9D9B5
(169,217,181)
#B6DFC0
(182,223,192)
#C3E5CB
(195,229,203)
#D0EBD6
(208,235,214)
#DDF1E1
(221,241,225)
#EAF7EC
(234,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68BB7E; }

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

This text font color is #68BB7E.


Background Color

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

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

This div background color is #68BB7E.


Border color

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

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

This div border color is #68BB7E.


Opacity

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

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

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

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

This text has shadow with #68BB7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68BB7E on black background.


Color preview on white background

This text has color #68BB7E on white background.



Black color preview on #68BB7E background

This text has black color on #68BB7E background.


White color preview on #68BB7E background

This text has white color on #68BB7E background.