COLOR #6FCDA6

HEX: #6FCDA6
RGB: (111,205,166)

Color info

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

RGB color model

#6FCDA6 color RGB value is (111,205,166).

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

RGB channels and saturation

R 111 of 255 = 44%
G 205 of 255 = 80%
B 166 of 255 = 65%

111
205
166

R + G + B ~ 63%. #6FCDA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 205 + 166 = 482 (100%)
R 111 of 482 ~ 23.03%
G 205 of 482 ~ 42.53%
B 166 of 482 ~ 34.44%

%23.03
%42.53
%34.44

CMYK color model

#6FCDA6 color CMYK value is (46,0,19,20).

  • cyan value is 45.85%
  • magenta value is 0.00%
  • yellow value is 19.02%
  • key color value is 19.61%
CMYK:
(46,0,19,20)
C46M0Y19K20 
(46%,0%,19%,20%)
(0.46/0.00/0.19/0.20)	

CMYK percentages

%45.85
%0
%19.02
%19.61

Codes

Color #6FCDA6 in popluar color models

6FCDA6
RGB111205166
HSL155°48.45%61.96%
HSB/HSV155°45.85%80.39%
CMYK45.85%0.00%19.02%
19.61%

Color #6FCDA6 in popluar number systems.

HEX6FCDA6
Decimal111205166
Binary11011111100110110100110
Octal157315246

Shades and tints

Shades of #6FCDA6

#6FCDA6
(111,205,166)
#65BB97
(101,187,151)
#5BA988
(91,169,136)
#519779
(81,151,121)
#47856A
(71,133,106)
#3D735B
(61,115,91)
#33614C
(51,97,76)
#294F3D
(41,79,61)
#1F3D2E
(31,61,46)
#152B1F
(21,43,31)
#0B1910
(11,25,16)
#000000
(0,0,0)

Tints of #6FCDA6

#6FCDA6
(111,205,166)
#7CD1AE
(124,209,174)
#89D5B6
(137,213,182)
#96D9BE
(150,217,190)
#A3DDC6
(163,221,198)
#B0E1CE
(176,225,206)
#BDE5D6
(189,229,214)
#CAE9DE
(202,233,222)
#D7EDE6
(215,237,230)
#E4F1EE
(228,241,238)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FCDA6; }

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

This text font color is #6FCDA6.


Background Color

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

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

This div background color is #6FCDA6.


Border color

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

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

This div border color is #6FCDA6.


Opacity

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

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

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

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

This text has shadow with #6FCDA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FCDA6 on black background.


Color preview on white background

This text has color #6FCDA6 on white background.



Black color preview on #6FCDA6 background

This text has black color on #6FCDA6 background.


White color preview on #6FCDA6 background

This text has white color on #6FCDA6 background.