COLOR #6FA880

HEX: #6FA880
RGB: (111,168,128)

Color info

#6FA880 contains red, green and blue colors in about the same proportion. Web safe color of #6FA880 is #669966 (or #696).

RGB color model

#6FA880 color RGB value is (111,168,128).

  • red value is 111;
  • green value is 168;
  • blue value is 128.
RGB:
(111,168,128)
(44%,66%,50%)

RGB channels and saturation

R 111 of 255 = 44%
G 168 of 255 = 66%
B 128 of 255 = 50%

111
168
128

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

Portions of RGB colors in percentages

R + G + B =
111 + 168 + 128 = 407 (100%)
R 111 of 407 ~ 27.27%
G 168 of 407 ~ 41.28%
B 128 of 407 ~ 31.45%

%27.27
%41.28
%31.45

CMYK color model

#6FA880 color CMYK value is (34,0,24,34).

  • cyan value is 33.93%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 34.12%
CMYK:
(34,0,24,34)
C34M0Y24K34 
(34%,0%,24%,34%)
(0.34/0.00/0.24/0.34)	

CMYK percentages

%33.93
%0
%23.81
%34.12

Codes

Color #6FA880 in popluar color models

6FA880
RGB111168128
HSL138°24.68%54.71%
HSB/HSV138°33.93%65.88%
CMYK33.93%0.00%23.81%
34.12%

Color #6FA880 in popluar number systems.

HEX6FA880
Decimal111168128
Binary11011111010100010000000
Octal157250200

Shades and tints

Shades of #6FA880

#6FA880
(111,168,128)
#659975
(101,153,117)
#5B8A6A
(91,138,106)
#517B5F
(81,123,95)
#476C54
(71,108,84)
#3D5D49
(61,93,73)
#334E3E
(51,78,62)
#293F33
(41,63,51)
#1F3028
(31,48,40)
#15211D
(21,33,29)
#0B1212
(11,18,18)
#000000
(0,0,0)

Tints of #6FA880

#6FA880
(111,168,128)
#7CAF8B
(124,175,139)
#89B696
(137,182,150)
#96BDA1
(150,189,161)
#A3C4AC
(163,196,172)
#B0CBB7
(176,203,183)
#BDD2C2
(189,210,194)
#CAD9CD
(202,217,205)
#D7E0D8
(215,224,216)
#E4E7E3
(228,231,227)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FA880 color. Also use rgb(111,168,128) instead hex code.

Text Font Color

.myTextColor { color: #6FA880; }

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

This text font color is #6FA880.


Background Color

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

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

This div background color is #6FA880.


Border color

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

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

This div border color is #6FA880.


Opacity

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

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

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

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

This text has shadow with #6FA880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA880 on black background.


Color preview on white background

This text has color #6FA880 on white background.



Black color preview on #6FA880 background

This text has black color on #6FA880 background.


White color preview on #6FA880 background

This text has white color on #6FA880 background.