COLOR #6FD3AD

HEX: #6FD3AD RGB: (111,211,173)

Color info

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

RGB color model

#6FD3AD color RGB value is (111,211,173).

RGB: (111,211,173) (44%, 83%, 68%)

RGB channels and saturation

R 111 of 255 = 44%
G 211 of 255 = 83%
B 173 of 255 = 68%

111
211
173

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

Portions of RGB colors in percentages

R + G + B = 111 + 211 + 173 = 495 (100%)
R 111 of 495 ~ 22.42%
G 211 of 495 ~ 42.63%
B 173 of 495 ~ 34.95'%

%22.42
%42.63
%34.95

CMYK color model

#6FD3AD color CMYK value is (47,0,18,17).

  • cyan value is 47.39%
  • magenta value is 0.00%
  • yellow value is 18.01%
  • key color value is 17.25%

CMYK: (47,0,18,17)
C47M0Y18K17 (47%, 0%, 18%, 17%)
(0.47 / 0.00 / 0.18 / 0.17)

CMYK percentages

%47.39
%0
%18.01
%17.25

Codes

Color #6FD3AD in popluar color models

6F D3 AD
RGB 111 211 173
HSL 157° 53.19% 63.14%
HSB/HSV 157° 47.39% 82.75%
CMYK 47.39% 0.00% 18.01%
17.25%

Color #6FD3AD in popluar number systems.

HEX 6F D3 AD
Decimal 111 211 173
Binary 1101111 11010011 10101101
Octal 157 323 255

Shades and tints

Shades of #6FD3AD

#6FD3AD
(111,211,173)
#65C09E
(101,192,158)
#5BAD8F
(91,173,143)
#519A80
(81,154,128)
#478771
(71,135,113)
#3D7462
(61,116,98)
#336153
(51,97,83)
#294E44
(41,78,68)
#1F3B35
(31,59,53)
#152826
(21,40,38)
#0B1517
(11,21,23)
#000000
(0,0,0)

Tints of #6FD3AD

#6FD3AD
(111,211,173)
#7CD7B4
(124,215,180)
#89DBBB
(137,219,187)
#96DFC2
(150,223,194)
#A3E3C9
(163,227,201)
#B0E7D0
(176,231,208)
#BDEBD7
(189,235,215)
#CAEFDE
(202,239,222)
#D7F3E5
(215,243,229)
#E4F7EC
(228,247,236)
#F1FBF3
(241,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FD3AD; }

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

This text font color is #6FD3AD.

Background Color

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

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

This div background color is #6FD3AD.

Border color

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

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

This div border color is #6FD3AD.

Opacity

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

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

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

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

This text has shadow with #6FD3AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FD3AD.

Preview

Color preview on black background

This text has color #6FD3AD on black background.


Color preview on white background

This text has color #6FD3AD on white background.


Black color preview on #6FD3AD background

This text has black color on #6FD3AD background.


White color preview on #6FD3AD background

This text has white color on #6FD3AD background.


Related colors

Complementary color

Complementary color for #hex is #902C52.


I love getcolorcode.com

Triadic colors

1 #AD6FD3 and #D3AD6F with #6FD3AD are triadic colors.

2 #ADD36F and #D36FAD with #6FD3AD are triadic colors.