COLOR #6FBD8A

HEX: #6FBD8A
RGB: (111,189,138)

Color info

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

RGB color model

#6FBD8A color RGB value is (111,189,138).

  • red value is 111;
  • green value is 189;
  • blue value is 138.
RGB:
(111,189,138)
(44%,74%,54%)

RGB channels and saturation

R 111 of 255 = 44%
G 189 of 255 = 74%
B 138 of 255 = 54%

111
189
138

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

Portions of RGB colors in percentages

R + G + B =
111 + 189 + 138 = 438 (100%)
R 111 of 438 ~ 25.34%
G 189 of 438 ~ 43.15%
B 138 of 438 ~ 31.51%

%25.34
%43.15
%31.51

CMYK color model

#6FBD8A color CMYK value is (41,0,27,26).

  • cyan value is 41.27%
  • magenta value is 0.00%
  • yellow value is 26.98%
  • key color value is 25.88%
CMYK:
(41,0,27,26)
C41M0Y27K26 
(41%,0%,27%,26%)
(0.41/0.00/0.27/0.26)	

CMYK percentages

%41.27
%0
%26.98
%25.88

Codes

Color #6FBD8A in popluar color models

6FBD8A
RGB111189138
HSL141°37.14%58.82%
HSB/HSV141°41.27%74.12%
CMYK41.27%0.00%26.98%
25.88%

Color #6FBD8A in popluar number systems.

HEX6FBD8A
Decimal111189138
Binary11011111011110110001010
Octal157275212

Shades and tints

Shades of #6FBD8A

#6FBD8A
(111,189,138)
#65AC7E
(101,172,126)
#5B9B72
(91,155,114)
#518A66
(81,138,102)
#47795A
(71,121,90)
#3D684E
(61,104,78)
#335742
(51,87,66)
#294636
(41,70,54)
#1F352A
(31,53,42)
#15241E
(21,36,30)
#0B1312
(11,19,18)
#000000
(0,0,0)

Tints of #6FBD8A

#6FBD8A
(111,189,138)
#7CC394
(124,195,148)
#89C99E
(137,201,158)
#96CFA8
(150,207,168)
#A3D5B2
(163,213,178)
#B0DBBC
(176,219,188)
#BDE1C6
(189,225,198)
#CAE7D0
(202,231,208)
#D7EDDA
(215,237,218)
#E4F3E4
(228,243,228)
#F1F9EE
(241,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FBD8A color. Also use rgb(111,189,138) instead hex code.

Text Font Color

.myTextColor { color: #6FBD8A; }

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

This text font color is #6FBD8A.


Background Color

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

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

This div background color is #6FBD8A.


Border color

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

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

This div border color is #6FBD8A.


Opacity

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

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

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

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

This text has shadow with #6FBD8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FBD8A on black background.


Color preview on white background

This text has color #6FBD8A on white background.



Black color preview on #6FBD8A background

This text has black color on #6FBD8A background.


White color preview on #6FBD8A background

This text has white color on #6FBD8A background.