COLOR #6FECB3

HEX: #6FECB3
RGB: (111,236,179)

Color info

#6FECB3 contains mainly green and blue colors. Web safe color of #6FECB3 is #66FF99 (or #6F9).

RGB color model

#6FECB3 color RGB value is (111,236,179).

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

RGB channels and saturation

R 111 of 255 = 44%
G 236 of 255 = 93%
B 179 of 255 = 70%

111
236
179

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

Portions of RGB colors in percentages

R + G + B =
111 + 236 + 179 = 526 (100%)
R 111 of 526 ~ 21.1%
G 236 of 526 ~ 44.87%
B 179 of 526 ~ 34.03%

%21.1
%44.87
%34.03

CMYK color model

#6FECB3 color CMYK value is (53,0,24,7).

  • cyan value is 52.97%
  • magenta value is 0.00%
  • yellow value is 24.15%
  • key color value is 7.45%
CMYK:
(53,0,24,7)
C53M0Y24K7 
(53%,0%,24%,7%)
(0.53/0.00/0.24/0.07)	

CMYK percentages

%52.97
%0
%24.15
%7.45

Codes

Color #6FECB3 in popluar color models

6FECB3
RGB111236179
HSL153°76.69%68.04%
HSB/HSV153°52.97%92.55%
CMYK52.97%0.00%24.15%
7.45%

Color #6FECB3 in popluar number systems.

HEX6FECB3
Decimal111236179
Binary11011111110110010110011
Octal157354263

Shades and tints

Shades of #6FECB3

#6FECB3
(111,236,179)
#65D7A3
(101,215,163)
#5BC293
(91,194,147)
#51AD83
(81,173,131)
#479873
(71,152,115)
#3D8363
(61,131,99)
#336E53
(51,110,83)
#295943
(41,89,67)
#1F4433
(31,68,51)
#152F23
(21,47,35)
#0B1A13
(11,26,19)
#000000
(0,0,0)

Tints of #6FECB3

#6FECB3
(111,236,179)
#7CEDB9
(124,237,185)
#89EEBF
(137,238,191)
#96EFC5
(150,239,197)
#A3F0CB
(163,240,203)
#B0F1D1
(176,241,209)
#BDF2D7
(189,242,215)
#CAF3DD
(202,243,221)
#D7F4E3
(215,244,227)
#E4F5E9
(228,245,233)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FECB3; }

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

This text font color is #6FECB3.


Background Color

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

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

This div background color is #6FECB3.


Border color

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

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

This div border color is #6FECB3.


Opacity

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

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

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

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

This text has shadow with #6FECB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FECB3 on black background.


Color preview on white background

This text has color #6FECB3 on white background.



Black color preview on #6FECB3 background

This text has black color on #6FECB3 background.


White color preview on #6FECB3 background

This text has white color on #6FECB3 background.