COLOR #6FD4A3

HEX: #6FD4A3
RGB: (111,212,163)

Color info

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

RGB color model

#6FD4A3 color RGB value is (111,212,163).

  • red value is 111;
  • green value is 212;
  • blue value is 163.
RGB:
(111,212,163)
(44%,83%,64%)

RGB channels and saturation

R 111 of 255 = 44%
G 212 of 255 = 83%
B 163 of 255 = 64%

111
212
163

R + G + B ~ 64%. #6FD4A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 212 + 163 = 486 (100%)
R 111 of 486 ~ 22.84%
G 212 of 486 ~ 43.62%
B 163 of 486 ~ 33.54%

%22.84
%43.62
%33.54

CMYK color model

#6FD4A3 color CMYK value is (48,0,23,17).

  • cyan value is 47.64%
  • magenta value is 0.00%
  • yellow value is 23.11%
  • key color value is 16.86%
CMYK:
(48,0,23,17)
C48M0Y23K17 
(48%,0%,23%,17%)
(0.48/0.00/0.23/0.17)	

CMYK percentages

%47.64
%0
%23.11
%16.86

Codes

Color #6FD4A3 in popluar color models

6FD4A3
RGB111212163
HSL151°54.01%63.33%
HSB/HSV151°47.64%83.14%
CMYK47.64%0.00%23.11%
16.86%

Color #6FD4A3 in popluar number systems.

HEX6FD4A3
Decimal111212163
Binary11011111101010010100011
Octal157324243

Shades and tints

Shades of #6FD4A3

#6FD4A3
(111,212,163)
#65C195
(101,193,149)
#5BAE87
(91,174,135)
#519B79
(81,155,121)
#47886B
(71,136,107)
#3D755D
(61,117,93)
#33624F
(51,98,79)
#294F41
(41,79,65)
#1F3C33
(31,60,51)
#152925
(21,41,37)
#0B1617
(11,22,23)
#000000
(0,0,0)

Tints of #6FD4A3

#6FD4A3
(111,212,163)
#7CD7AB
(124,215,171)
#89DAB3
(137,218,179)
#96DDBB
(150,221,187)
#A3E0C3
(163,224,195)
#B0E3CB
(176,227,203)
#BDE6D3
(189,230,211)
#CAE9DB
(202,233,219)
#D7ECE3
(215,236,227)
#E4EFEB
(228,239,235)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FD4A3 color. Also use rgb(111,212,163) instead hex code.

Text Font Color

.myTextColor { color: #6FD4A3; }

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

This text font color is #6FD4A3.


Background Color

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

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

This div background color is #6FD4A3.


Border color

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

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

This div border color is #6FD4A3.


Opacity

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

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

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

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

This text has shadow with #6FD4A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FD4A3 on black background.


Color preview on white background

This text has color #6FD4A3 on white background.



Black color preview on #6FD4A3 background

This text has black color on #6FD4A3 background.


White color preview on #6FD4A3 background

This text has white color on #6FD4A3 background.