COLOR #6FD5AD

HEX: #6FD5AD RGB: (111,213,173)

Color info

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

RGB color model

#6FD5AD color RGB value is (111,213,173).

RGB: (111,213,173) (44%, 84%, 68%)

RGB channels and saturation

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

111
213
173

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

Portions of RGB colors in percentages

R + G + B = 111 + 213 + 173 = 497 (100%)
R 111 of 497 ~ 22.33%
G 213 of 497 ~ 42.86%
B 173 of 497 ~ 34.81'%

%22.33
%42.86
%34.81

CMYK color model

#6FD5AD color CMYK value is (48,0,19,16).

  • cyan value is 47.89%
  • magenta value is 0.00%
  • yellow value is 18.78%
  • key color value is 16.47%

CMYK: (48,0,19,16)
C48M0Y19K16 (48%, 0%, 19%, 16%)
(0.48 / 0.00 / 0.19 / 0.16)

CMYK percentages

%47.89
%0
%18.78
%16.47

Codes

Color #6FD5AD in popluar color models

6F D5 AD
RGB 111 213 173
HSL 156° 54.84% 63.53%
HSB/HSV 156° 47.89% 83.53%
CMYK 47.89% 0.00% 18.78%
16.47%

Color #6FD5AD in popluar number systems.

HEX 6F D5 AD
Decimal 111 213 173
Binary 1101111 11010101 10101101
Octal 157 325 255

Shades and tints

Shades of #6FD5AD

#6FD5AD
(111,213,173)
#65C29E
(101,194,158)
#5BAF8F
(91,175,143)
#519C80
(81,156,128)
#478971
(71,137,113)
#3D7662
(61,118,98)
#336353
(51,99,83)
#295044
(41,80,68)
#1F3D35
(31,61,53)
#152A26
(21,42,38)
#0B1717
(11,23,23)
#000000
(0,0,0)

Tints of #6FD5AD

#6FD5AD
(111,213,173)
#7CD8B4
(124,216,180)
#89DBBB
(137,219,187)
#96DEC2
(150,222,194)
#A3E1C9
(163,225,201)
#B0E4D0
(176,228,208)
#BDE7D7
(189,231,215)
#CAEADE
(202,234,222)
#D7EDE5
(215,237,229)
#E4F0EC
(228,240,236)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FD5AD; }

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

This text font color is #6FD5AD.

Background Color

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

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

This div background color is #6FD5AD.

Border color

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

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

This div border color is #6FD5AD.

Opacity

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

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

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

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

This text has shadow with #6FD5AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FD5AD.

Preview

Color preview on black background

This text has color #6FD5AD on black background.


Color preview on white background

This text has color #6FD5AD on white background.


Black color preview on #6FD5AD background

This text has black color on #6FD5AD background.


White color preview on #6FD5AD background

This text has white color on #6FD5AD background.


Related colors

Complementary color

Complementary color for #hex is #902A52.


I love getcolorcode.com

Triadic colors

1 #AD6FD5 and #D5AD6F with #6FD5AD are triadic colors.

2 #ADD56F and #D56FAD with #6FD5AD are triadic colors.