COLOR #6F9E88

HEX: #6F9E88 RGB: (111,158,136)

Color info

#6F9E88 contains red, green and blue colors in about the same proportion. Web safe color of #6F9E88 is #669999 (or #699).

RGB color model

#6F9E88 color RGB value is (111,158,136).

RGB: (111,158,136) (44%, 62%, 53%)

RGB channels and saturation

R 111 of 255 = 44%
G 158 of 255 = 62%
B 136 of 255 = 53%

111
158
136

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

Portions of RGB colors in percentages

R + G + B = 111 + 158 + 136 = 405 (100%)
R 111 of 405 ~ 27.41%
G 158 of 405 ~ 39.01%
B 136 of 405 ~ 33.58'%

%27.41
%39.01
%33.58

CMYK color model

#6F9E88 color CMYK value is (30,0,14,38).

  • cyan value is 29.75%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 38.04%

CMYK: (30,0,14,38)
C30M0Y14K38 (30%, 0%, 14%, 38%)
(0.30 / 0.00 / 0.14 / 0.38)

CMYK percentages

%29.75
%0
%13.92
%38.04

Codes

Color #6F9E88 in popluar color models

6F 9E 88
RGB 111 158 136
HSL 152° 19.50% 52.75%
HSB/HSV 152° 29.75% 61.96%
CMYK 29.75% 0.00% 13.92%
38.04%

Color #6F9E88 in popluar number systems.

HEX 6F 9E 88
Decimal 111 158 136
Binary 1101111 10011110 10001000
Octal 157 236 210

Shades and tints

Shades of #6F9E88

#6F9E88
(111,158,136)
#65907C
(101,144,124)
#5B8270
(91,130,112)
#517464
(81,116,100)
#476658
(71,102,88)
#3D584C
(61,88,76)
#334A40
(51,74,64)
#293C34
(41,60,52)
#1F2E28
(31,46,40)
#15201C
(21,32,28)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #6F9E88

#6F9E88
(111,158,136)
#7CA692
(124,166,146)
#89AE9C
(137,174,156)
#96B6A6
(150,182,166)
#A3BEB0
(163,190,176)
#B0C6BA
(176,198,186)
#BDCEC4
(189,206,196)
#CAD6CE
(202,214,206)
#D7DED8
(215,222,216)
#E4E6E2
(228,230,226)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9E88; }

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

This text font color is #6F9E88.

Background Color

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

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

This div background color is #6F9E88.

Border color

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

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

This div border color is #6F9E88.

Opacity

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

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

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

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

This text has shadow with #6F9E88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F9E88.

Preview

Color preview on black background

This text has color #6F9E88 on black background.


Color preview on white background

This text has color #6F9E88 on white background.


Black color preview on #6F9E88 background

This text has black color on #6F9E88 background.


White color preview on #6F9E88 background

This text has white color on #6F9E88 background.


Related colors

Complementary color

Complementary color for #hex is #906177.


I love getcolorcode.com

Triadic colors

1 #886F9E and #9E886F with #6F9E88 are triadic colors.

2 #889E6F and #9E6F88 with #6F9E88 are triadic colors.