COLOR #6FACA0

HEX: #6FACA0
RGB: (111,172,160)

Color info

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

RGB color model

#6FACA0 color RGB value is (111,172,160).

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

RGB channels and saturation

R 111 of 255 = 44%
G 172 of 255 = 67%
B 160 of 255 = 63%

111
172
160

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

Portions of RGB colors in percentages

R + G + B =
111 + 172 + 160 = 443 (100%)
R 111 of 443 ~ 25.06%
G 172 of 443 ~ 38.83%
B 160 of 443 ~ 36.12%

%25.06
%38.83
%36.12

CMYK color model

#6FACA0 color CMYK value is (35,0,7,33).

  • cyan value is 35.47%
  • magenta value is 0.00%
  • yellow value is 6.98%
  • key color value is 32.55%
CMYK:
(35,0,7,33)
C35M0Y7K33 
(35%,0%,7%,33%)
(0.35/0.00/0.07/0.33)	

CMYK percentages

%35.47
%0
%6.98
%32.55

Codes

Color #6FACA0 in popluar color models

6FACA0
RGB111172160
HSL168°26.87%55.49%
HSB/HSV168°35.47%67.45%
CMYK35.47%0.00%6.98%
32.55%

Color #6FACA0 in popluar number systems.

HEX6FACA0
Decimal111172160
Binary11011111010110010100000
Octal157254240

Shades and tints

Shades of #6FACA0

#6FACA0
(111,172,160)
#659D92
(101,157,146)
#5B8E84
(91,142,132)
#517F76
(81,127,118)
#477068
(71,112,104)
#3D615A
(61,97,90)
#33524C
(51,82,76)
#29433E
(41,67,62)
#1F3430
(31,52,48)
#152522
(21,37,34)
#0B1614
(11,22,20)
#000000
(0,0,0)

Tints of #6FACA0

#6FACA0
(111,172,160)
#7CB3A8
(124,179,168)
#89BAB0
(137,186,176)
#96C1B8
(150,193,184)
#A3C8C0
(163,200,192)
#B0CFC8
(176,207,200)
#BDD6D0
(189,214,208)
#CADDD8
(202,221,216)
#D7E4E0
(215,228,224)
#E4EBE8
(228,235,232)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FACA0; }

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

This text font color is #6FACA0.


Background Color

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

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

This div background color is #6FACA0.


Border color

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

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

This div border color is #6FACA0.


Opacity

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

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

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

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

This text has shadow with #6FACA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FACA0 on black background.


Color preview on white background

This text has color #6FACA0 on white background.



Black color preview on #6FACA0 background

This text has black color on #6FACA0 background.


White color preview on #6FACA0 background

This text has white color on #6FACA0 background.