COLOR #68CB97

HEX: #68CB97
RGB: (104,203,151)

Color info

#68CB97 contains mainly green and blue colors. Web safe color of #68CB97 is #66CC99 (or #6C9).

RGB color model

#68CB97 color RGB value is (104,203,151).

  • red value is 104;
  • green value is 203;
  • blue value is 151.
RGB:
(104,203,151)
(41%,80%,59%)

RGB channels and saturation

R 104 of 255 = 41%
G 203 of 255 = 80%
B 151 of 255 = 59%

104
203
151

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

Portions of RGB colors in percentages

R + G + B =
104 + 203 + 151 = 458 (100%)
R 104 of 458 ~ 22.71%
G 203 of 458 ~ 44.32%
B 151 of 458 ~ 32.97%

%22.71
%44.32
%32.97

CMYK color model

#68CB97 color CMYK value is (49,0,26,20).

  • cyan value is 48.77%
  • magenta value is 0.00%
  • yellow value is 25.62%
  • key color value is 20.39%
CMYK:
(49,0,26,20)
C49M0Y26K20 
(49%,0%,26%,20%)
(0.49/0.00/0.26/0.20)	

CMYK percentages

%48.77
%0
%25.62
%20.39

Codes

Color #68CB97 in popluar color models

68CB97
RGB104203151
HSL148°48.77%60.20%
HSB/HSV148°48.77%79.61%
CMYK48.77%0.00%25.62%
20.39%

Color #68CB97 in popluar number systems.

HEX68CB97
Decimal104203151
Binary11010001100101110010111
Octal150313227

Shades and tints

Shades of #68CB97

#68CB97
(104,203,151)
#5FB98A
(95,185,138)
#56A77D
(86,167,125)
#4D9570
(77,149,112)
#448363
(68,131,99)
#3B7156
(59,113,86)
#325F49
(50,95,73)
#294D3C
(41,77,60)
#203B2F
(32,59,47)
#172922
(23,41,34)
#0E1715
(14,23,21)
#000000
(0,0,0)

Tints of #68CB97

#68CB97
(104,203,151)
#75CFA0
(117,207,160)
#82D3A9
(130,211,169)
#8FD7B2
(143,215,178)
#9CDBBB
(156,219,187)
#A9DFC4
(169,223,196)
#B6E3CD
(182,227,205)
#C3E7D6
(195,231,214)
#D0EBDF
(208,235,223)
#DDEFE8
(221,239,232)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68CB97 color. Also use rgb(104,203,151) instead hex code.

Text Font Color

.myTextColor { color: #68CB97; }

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

This text font color is #68CB97.


Background Color

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

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

This div background color is #68CB97.


Border color

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

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

This div border color is #68CB97.


Opacity

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

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

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

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

This text has shadow with #68CB97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68CB97 on black background.


Color preview on white background

This text has color #68CB97 on white background.



Black color preview on #68CB97 background

This text has black color on #68CB97 background.


White color preview on #68CB97 background

This text has white color on #68CB97 background.