COLOR #6FAC88

HEX: #6FAC88
RGB: (111,172,136)

Color info

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

RGB color model

#6FAC88 color RGB value is (111,172,136).

  • red value is 111;
  • green value is 172;
  • blue value is 136.
RGB:
(111,172,136)
(44%,67%,53%)

RGB channels and saturation

R 111 of 255 = 44%
G 172 of 255 = 67%
B 136 of 255 = 53%

111
172
136

R + G + B ~ 55%. #6FAC88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
111 + 172 + 136 = 419 (100%)
R 111 of 419 ~ 26.49%
G 172 of 419 ~ 41.05%
B 136 of 419 ~ 32.46%

%26.49
%41.05
%32.46

CMYK color model

#6FAC88 color CMYK value is (35,0,21,33).

  • cyan value is 35.47%
  • magenta value is 0.00%
  • yellow value is 20.93%
  • key color value is 32.55%
CMYK:
(35,0,21,33)
C35M0Y21K33 
(35%,0%,21%,33%)
(0.35/0.00/0.21/0.33)	

CMYK percentages

%35.47
%0
%20.93
%32.55

Codes

Color #6FAC88 in popluar color models

6FAC88
RGB111172136
HSL145°26.87%55.49%
HSB/HSV145°35.47%67.45%
CMYK35.47%0.00%20.93%
32.55%

Color #6FAC88 in popluar number systems.

HEX6FAC88
Decimal111172136
Binary11011111010110010001000
Octal157254210

Shades and tints

Shades of #6FAC88

#6FAC88
(111,172,136)
#659D7C
(101,157,124)
#5B8E70
(91,142,112)
#517F64
(81,127,100)
#477058
(71,112,88)
#3D614C
(61,97,76)
#335240
(51,82,64)
#294334
(41,67,52)
#1F3428
(31,52,40)
#15251C
(21,37,28)
#0B1610
(11,22,16)
#000000
(0,0,0)

Tints of #6FAC88

#6FAC88
(111,172,136)
#7CB392
(124,179,146)
#89BA9C
(137,186,156)
#96C1A6
(150,193,166)
#A3C8B0
(163,200,176)
#B0CFBA
(176,207,186)
#BDD6C4
(189,214,196)
#CADDCE
(202,221,206)
#D7E4D8
(215,228,216)
#E4EBE2
(228,235,226)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FAC88 color. Also use rgb(111,172,136) instead hex code.

Text Font Color

.myTextColor { color: #6FAC88; }

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

This text font color is #6FAC88.


Background Color

.myBgColor { background-color: #6FAC88; }

<div style="background-color:#6FAC88">Inner text</div>

This div background color is #6FAC88.


Border color

.myBorderColor { border: 1px solid #6FAC88; }

<div style="border:3px solid #6FAC88">Div</div>

This div border color is #6FAC88.


Opacity

.myOpacity80 { color: #6FAC88; opacity: 0.8; }

<p style="color:#6FAC88;opacity:0.8;">80%</p>

Text with #6FAC88 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 #6FAC88;}

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

This text has shadow with #6FAC88 color.

.textShadow {text-shadow: 3px 3px 1px #6FAC88, 3px 3px 1px red;}

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

This text has shadow with #6FAC88 primary color and red secondary color.


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

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

This text has shadow with #6FAC88 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FAC88 on black background.


Color preview on white background

This text has color #6FAC88 on white background.



Black color preview on #6FAC88 background

This text has black color on #6FAC88 background.


White color preview on #6FAC88 background

This text has white color on #6FAC88 background.