COLOR #6FCD8A

HEX: #6FCD8A
RGB: (111,205,138)

Color info

#6FCD8A contains mainly green color. Web safe color of #6FCD8A is #66CC99 (or #6C9).

RGB color model

#6FCD8A color RGB value is (111,205,138).

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

RGB channels and saturation

R 111 of 255 = 44%
G 205 of 255 = 80%
B 138 of 255 = 54%

111
205
138

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

Portions of RGB colors in percentages

R + G + B =
111 + 205 + 138 = 454 (100%)
R 111 of 454 ~ 24.45%
G 205 of 454 ~ 45.15%
B 138 of 454 ~ 30.4%

%24.45
%45.15
%30.4

CMYK color model

#6FCD8A color CMYK value is (46,0,33,20).

  • cyan value is 45.85%
  • magenta value is 0.00%
  • yellow value is 32.68%
  • key color value is 19.61%
CMYK:
(46,0,33,20)
C46M0Y33K20 
(46%,0%,33%,20%)
(0.46/0.00/0.33/0.20)	

CMYK percentages

%45.85
%0
%32.68
%19.61

Codes

Color #6FCD8A in popluar color models

6FCD8A
RGB111205138
HSL137°48.45%61.96%
HSB/HSV137°45.85%80.39%
CMYK45.85%0.00%32.68%
19.61%

Color #6FCD8A in popluar number systems.

HEX6FCD8A
Decimal111205138
Binary11011111100110110001010
Octal157315212

Shades and tints

Shades of #6FCD8A

#6FCD8A
(111,205,138)
#65BB7E
(101,187,126)
#5BA972
(91,169,114)
#519766
(81,151,102)
#47855A
(71,133,90)
#3D734E
(61,115,78)
#336142
(51,97,66)
#294F36
(41,79,54)
#1F3D2A
(31,61,42)
#152B1E
(21,43,30)
#0B1912
(11,25,18)
#000000
(0,0,0)

Tints of #6FCD8A

#6FCD8A
(111,205,138)
#7CD194
(124,209,148)
#89D59E
(137,213,158)
#96D9A8
(150,217,168)
#A3DDB2
(163,221,178)
#B0E1BC
(176,225,188)
#BDE5C6
(189,229,198)
#CAE9D0
(202,233,208)
#D7EDDA
(215,237,218)
#E4F1E4
(228,241,228)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FCD8A; }

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

This text font color is #6FCD8A.


Background Color

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

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

This div background color is #6FCD8A.


Border color

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

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

This div border color is #6FCD8A.


Opacity

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

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

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

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

This text has shadow with #6FCD8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FCD8A on black background.


Color preview on white background

This text has color #6FCD8A on white background.



Black color preview on #6FCD8A background

This text has black color on #6FCD8A background.


White color preview on #6FCD8A background

This text has white color on #6FCD8A background.