COLOR #6FD7AD

HEX: #6FD7AD
RGB: (111,215,173)

Color info

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

RGB color model

#6FD7AD color RGB value is (111,215,173).

  • red value is 111;
  • green value is 215;
  • blue value is 173.
RGB:
(111,215,173)
(44%,84%,68%)

RGB channels and saturation

R 111 of 255 = 44%
G 215 of 255 = 84%
B 173 of 255 = 68%

111
215
173

R + G + B ~ 65%. #6FD7AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 215 + 173 = 499 (100%)
R 111 of 499 ~ 22.24%
G 215 of 499 ~ 43.09%
B 173 of 499 ~ 34.67%

%22.24
%43.09
%34.67

CMYK color model

#6FD7AD color CMYK value is (48,0,20,16).

  • cyan value is 48.37%
  • magenta value is 0.00%
  • yellow value is 19.53%
  • key color value is 15.69%
CMYK:
(48,0,20,16)
C48M0Y20K16 
(48%,0%,20%,16%)
(0.48/0.00/0.20/0.16)	

CMYK percentages

%48.37
%0
%19.53
%15.69

Codes

Color #6FD7AD in popluar color models

6FD7AD
RGB111215173
HSL156°56.52%63.92%
HSB/HSV156°48.37%84.31%
CMYK48.37%0.00%19.53%
15.69%

Color #6FD7AD in popluar number systems.

HEX6FD7AD
Decimal111215173
Binary11011111101011110101101
Octal157327255

Shades and tints

Shades of #6FD7AD

#6FD7AD
(111,215,173)
#65C49E
(101,196,158)
#5BB18F
(91,177,143)
#519E80
(81,158,128)
#478B71
(71,139,113)
#3D7862
(61,120,98)
#336553
(51,101,83)
#295244
(41,82,68)
#1F3F35
(31,63,53)
#152C26
(21,44,38)
#0B1917
(11,25,23)
#000000
(0,0,0)

Tints of #6FD7AD

#6FD7AD
(111,215,173)
#7CDAB4
(124,218,180)
#89DDBB
(137,221,187)
#96E0C2
(150,224,194)
#A3E3C9
(163,227,201)
#B0E6D0
(176,230,208)
#BDE9D7
(189,233,215)
#CAECDE
(202,236,222)
#D7EFE5
(215,239,229)
#E4F2EC
(228,242,236)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FD7AD color. Also use rgb(111,215,173) instead hex code.

Text Font Color

.myTextColor { color: #6FD7AD; }

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

This text font color is #6FD7AD.


Background Color

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

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

This div background color is #6FD7AD.


Border color

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

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

This div border color is #6FD7AD.


Opacity

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

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

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

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

This text has shadow with #6FD7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FD7AD on black background.


Color preview on white background

This text has color #6FD7AD on white background.



Black color preview on #6FD7AD background

This text has black color on #6FD7AD background.


White color preview on #6FD7AD background

This text has white color on #6FD7AD background.