COLOR #68AC9C

HEX: #68AC9C
RGB: (104,172,156)

Color info

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

RGB color model

#68AC9C color RGB value is (104,172,156).

  • red value is 104;
  • green value is 172;
  • blue value is 156.
RGB:
(104,172,156)
(41%,67%,61%)

RGB channels and saturation

R 104 of 255 = 41%
G 172 of 255 = 67%
B 156 of 255 = 61%

104
172
156

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

Portions of RGB colors in percentages

R + G + B =
104 + 172 + 156 = 432 (100%)
R 104 of 432 ~ 24.07%
G 172 of 432 ~ 39.81%
B 156 of 432 ~ 36.11%

%24.07
%39.81
%36.11

CMYK color model

#68AC9C color CMYK value is (40,0,9,33).

  • cyan value is 39.53%
  • magenta value is 0.00%
  • yellow value is 9.30%
  • key color value is 32.55%
CMYK:
(40,0,9,33)
C40M0Y9K33 
(40%,0%,9%,33%)
(0.40/0.00/0.09/0.33)	

CMYK percentages

%39.53
%0
%9.3
%32.55

Codes

Color #68AC9C in popluar color models

68AC9C
RGB104172156
HSL166°29.06%54.12%
HSB/HSV166°39.53%67.45%
CMYK39.53%0.00%9.30%
32.55%

Color #68AC9C in popluar number systems.

HEX68AC9C
Decimal104172156
Binary11010001010110010011100
Octal150254234

Shades and tints

Shades of #68AC9C

#68AC9C
(104,172,156)
#5F9D8E
(95,157,142)
#568E80
(86,142,128)
#4D7F72
(77,127,114)
#447064
(68,112,100)
#3B6156
(59,97,86)
#325248
(50,82,72)
#29433A
(41,67,58)
#20342C
(32,52,44)
#17251E
(23,37,30)
#0E1610
(14,22,16)
#000000
(0,0,0)

Tints of #68AC9C

#68AC9C
(104,172,156)
#75B3A5
(117,179,165)
#82BAAE
(130,186,174)
#8FC1B7
(143,193,183)
#9CC8C0
(156,200,192)
#A9CFC9
(169,207,201)
#B6D6D2
(182,214,210)
#C3DDDB
(195,221,219)
#D0E4E4
(208,228,228)
#DDEBED
(221,235,237)
#EAF2F6
(234,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68AC9C color. Also use rgb(104,172,156) instead hex code.

Text Font Color

.myTextColor { color: #68AC9C; }

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

This text font color is #68AC9C.


Background Color

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

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

This div background color is #68AC9C.


Border color

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

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

This div border color is #68AC9C.


Opacity

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

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

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

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

This text has shadow with #68AC9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68AC9C on black background.


Color preview on white background

This text has color #68AC9C on white background.



Black color preview on #68AC9C background

This text has black color on #68AC9C background.


White color preview on #68AC9C background

This text has white color on #68AC9C background.