COLOR #68B093

HEX: #68B093
RGB: (104,176,147)

Color info

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

RGB color model

#68B093 color RGB value is (104,176,147).

  • red value is 104;
  • green value is 176;
  • blue value is 147.
RGB:
(104,176,147)
(41%,69%,58%)

RGB channels and saturation

R 104 of 255 = 41%
G 176 of 255 = 69%
B 147 of 255 = 58%

104
176
147

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

Portions of RGB colors in percentages

R + G + B =
104 + 176 + 147 = 427 (100%)
R 104 of 427 ~ 24.36%
G 176 of 427 ~ 41.22%
B 147 of 427 ~ 34.43%

%24.36
%41.22
%34.43

CMYK color model

#68B093 color CMYK value is (41,0,16,31).

  • cyan value is 40.91%
  • magenta value is 0.00%
  • yellow value is 16.48%
  • key color value is 30.98%
CMYK:
(41,0,16,31)
C41M0Y16K31 
(41%,0%,16%,31%)
(0.41/0.00/0.16/0.31)	

CMYK percentages

%40.91
%0
%16.48
%30.98

Codes

Color #68B093 in popluar color models

68B093
RGB104176147
HSL156°31.30%54.90%
HSB/HSV156°40.91%69.02%
CMYK40.91%0.00%16.48%
30.98%

Color #68B093 in popluar number systems.

HEX68B093
Decimal104176147
Binary11010001011000010010011
Octal150260223

Shades and tints

Shades of #68B093

#68B093
(104,176,147)
#5FA086
(95,160,134)
#569079
(86,144,121)
#4D806C
(77,128,108)
#44705F
(68,112,95)
#3B6052
(59,96,82)
#325045
(50,80,69)
#294038
(41,64,56)
#20302B
(32,48,43)
#17201E
(23,32,30)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #68B093

#68B093
(104,176,147)
#75B79C
(117,183,156)
#82BEA5
(130,190,165)
#8FC5AE
(143,197,174)
#9CCCB7
(156,204,183)
#A9D3C0
(169,211,192)
#B6DAC9
(182,218,201)
#C3E1D2
(195,225,210)
#D0E8DB
(208,232,219)
#DDEFE4
(221,239,228)
#EAF6ED
(234,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68B093 color. Also use rgb(104,176,147) instead hex code.

Text Font Color

.myTextColor { color: #68B093; }

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

This text font color is #68B093.


Background Color

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

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

This div background color is #68B093.


Border color

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

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

This div border color is #68B093.


Opacity

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

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

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

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

This text has shadow with #68B093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68B093 on black background.


Color preview on white background

This text has color #68B093 on white background.



Black color preview on #68B093 background

This text has black color on #68B093 background.


White color preview on #68B093 background

This text has white color on #68B093 background.