COLOR #6FB88F

HEX: #6FB88F
RGB: (111,184,143)

Color info

#6FB88F contains mainly green and blue colors. Web safe color of #6FB88F is #66CC99 (or #6C9).

RGB color model

#6FB88F color RGB value is (111,184,143).

  • red value is 111;
  • green value is 184;
  • blue value is 143.
RGB:
(111,184,143)
(44%,72%,56%)

RGB channels and saturation

R 111 of 255 = 44%
G 184 of 255 = 72%
B 143 of 255 = 56%

111
184
143

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

Portions of RGB colors in percentages

R + G + B =
111 + 184 + 143 = 438 (100%)
R 111 of 438 ~ 25.34%
G 184 of 438 ~ 42.01%
B 143 of 438 ~ 32.65%

%25.34
%42.01
%32.65

CMYK color model

#6FB88F color CMYK value is (40,0,22,28).

  • cyan value is 39.67%
  • magenta value is 0.00%
  • yellow value is 22.28%
  • key color value is 27.84%
CMYK:
(40,0,22,28)
C40M0Y22K28 
(40%,0%,22%,28%)
(0.40/0.00/0.22/0.28)	

CMYK percentages

%39.67
%0
%22.28
%27.84

Codes

Color #6FB88F in popluar color models

6FB88F
RGB111184143
HSL146°33.95%57.84%
HSB/HSV146°39.67%72.16%
CMYK39.67%0.00%22.28%
27.84%

Color #6FB88F in popluar number systems.

HEX6FB88F
Decimal111184143
Binary11011111011100010001111
Octal157270217

Shades and tints

Shades of #6FB88F

#6FB88F
(111,184,143)
#65A882
(101,168,130)
#5B9875
(91,152,117)
#518868
(81,136,104)
#47785B
(71,120,91)
#3D684E
(61,104,78)
#335841
(51,88,65)
#294834
(41,72,52)
#1F3827
(31,56,39)
#15281A
(21,40,26)
#0B180D
(11,24,13)
#000000
(0,0,0)

Tints of #6FB88F

#6FB88F
(111,184,143)
#7CBE99
(124,190,153)
#89C4A3
(137,196,163)
#96CAAD
(150,202,173)
#A3D0B7
(163,208,183)
#B0D6C1
(176,214,193)
#BDDCCB
(189,220,203)
#CAE2D5
(202,226,213)
#D7E8DF
(215,232,223)
#E4EEE9
(228,238,233)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FB88F color. Also use rgb(111,184,143) instead hex code.

Text Font Color

.myTextColor { color: #6FB88F; }

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

This text font color is #6FB88F.


Background Color

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

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

This div background color is #6FB88F.


Border color

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

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

This div border color is #6FB88F.


Opacity

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

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

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

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

This text has shadow with #6FB88F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FB88F on black background.


Color preview on white background

This text has color #6FB88F on white background.



Black color preview on #6FB88F background

This text has black color on #6FB88F background.


White color preview on #6FB88F background

This text has white color on #6FB88F background.