COLOR #6FECB6

HEX: #6FECB6
RGB: (111,236,182)

Color info

#6FECB6 contains mainly green and blue colors. Web safe color of #6FECB6 is #66FFCC (or #6FC).

RGB color model

#6FECB6 color RGB value is (111,236,182).

  • red value is 111;
  • green value is 236;
  • blue value is 182.
RGB:
(111,236,182)
(44%,93%,71%)

RGB channels and saturation

R 111 of 255 = 44%
G 236 of 255 = 93%
B 182 of 255 = 71%

111
236
182

R + G + B ~ 69%. #6FECB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 236 + 182 = 529 (100%)
R 111 of 529 ~ 20.98%
G 236 of 529 ~ 44.61%
B 182 of 529 ~ 34.4%

%20.98
%44.61
%34.4

CMYK color model

#6FECB6 color CMYK value is (53,0,23,7).

  • cyan value is 52.97%
  • magenta value is 0.00%
  • yellow value is 22.88%
  • key color value is 7.45%
CMYK:
(53,0,23,7)
C53M0Y23K7 
(53%,0%,23%,7%)
(0.53/0.00/0.23/0.07)	

CMYK percentages

%52.97
%0
%22.88
%7.45

Codes

Color #6FECB6 in popluar color models

6FECB6
RGB111236182
HSL154°76.69%68.04%
HSB/HSV154°52.97%92.55%
CMYK52.97%0.00%22.88%
7.45%

Color #6FECB6 in popluar number systems.

HEX6FECB6
Decimal111236182
Binary11011111110110010110110
Octal157354266

Shades and tints

Shades of #6FECB6

#6FECB6
(111,236,182)
#65D7A6
(101,215,166)
#5BC296
(91,194,150)
#51AD86
(81,173,134)
#479876
(71,152,118)
#3D8366
(61,131,102)
#336E56
(51,110,86)
#295946
(41,89,70)
#1F4436
(31,68,54)
#152F26
(21,47,38)
#0B1A16
(11,26,22)
#000000
(0,0,0)

Tints of #6FECB6

#6FECB6
(111,236,182)
#7CEDBC
(124,237,188)
#89EEC2
(137,238,194)
#96EFC8
(150,239,200)
#A3F0CE
(163,240,206)
#B0F1D4
(176,241,212)
#BDF2DA
(189,242,218)
#CAF3E0
(202,243,224)
#D7F4E6
(215,244,230)
#E4F5EC
(228,245,236)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FECB6 color. Also use rgb(111,236,182) instead hex code.

Text Font Color

.myTextColor { color: #6FECB6; }

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

This text font color is #6FECB6.


Background Color

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

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

This div background color is #6FECB6.


Border color

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

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

This div border color is #6FECB6.


Opacity

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

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

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

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

This text has shadow with #6FECB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FECB6 on black background.


Color preview on white background

This text has color #6FECB6 on white background.



Black color preview on #6FECB6 background

This text has black color on #6FECB6 background.


White color preview on #6FECB6 background

This text has white color on #6FECB6 background.