COLOR #6FD9B1

HEX: #6FD9B1
RGB: (111,217,177)

Color info

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

RGB color model

#6FD9B1 color RGB value is (111,217,177).

  • red value is 111;
  • green value is 217;
  • blue value is 177.
RGB:
(111,217,177)
(44%,85%,69%)

RGB channels and saturation

R 111 of 255 = 44%
G 217 of 255 = 85%
B 177 of 255 = 69%

111
217
177

R + G + B ~ 66%. #6FD9B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 217 + 177 = 505 (100%)
R 111 of 505 ~ 21.98%
G 217 of 505 ~ 42.97%
B 177 of 505 ~ 35.05%

%21.98
%42.97
%35.05

CMYK color model

#6FD9B1 color CMYK value is (49,0,18,15).

  • cyan value is 48.85%
  • magenta value is 0.00%
  • yellow value is 18.43%
  • key color value is 14.90%
CMYK:
(49,0,18,15)
C49M0Y18K15 
(49%,0%,18%,15%)
(0.49/0.00/0.18/0.15)	

CMYK percentages

%48.85
%0
%18.43
%14.9

Codes

Color #6FD9B1 in popluar color models

6FD9B1
RGB111217177
HSL157°58.24%64.31%
HSB/HSV157°48.85%85.10%
CMYK48.85%0.00%18.43%
14.90%

Color #6FD9B1 in popluar number systems.

HEX6FD9B1
Decimal111217177
Binary11011111101100110110001
Octal157331261

Shades and tints

Shades of #6FD9B1

#6FD9B1
(111,217,177)
#65C6A1
(101,198,161)
#5BB391
(91,179,145)
#51A081
(81,160,129)
#478D71
(71,141,113)
#3D7A61
(61,122,97)
#336751
(51,103,81)
#295441
(41,84,65)
#1F4131
(31,65,49)
#152E21
(21,46,33)
#0B1B11
(11,27,17)
#000000
(0,0,0)

Tints of #6FD9B1

#6FD9B1
(111,217,177)
#7CDCB8
(124,220,184)
#89DFBF
(137,223,191)
#96E2C6
(150,226,198)
#A3E5CD
(163,229,205)
#B0E8D4
(176,232,212)
#BDEBDB
(189,235,219)
#CAEEE2
(202,238,226)
#D7F1E9
(215,241,233)
#E4F4F0
(228,244,240)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FD9B1 color. Also use rgb(111,217,177) instead hex code.

Text Font Color

.myTextColor { color: #6FD9B1; }

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

This text font color is #6FD9B1.


Background Color

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

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

This div background color is #6FD9B1.


Border color

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

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

This div border color is #6FD9B1.


Opacity

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

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

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

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

This text has shadow with #6FD9B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FD9B1 on black background.


Color preview on white background

This text has color #6FD9B1 on white background.



Black color preview on #6FD9B1 background

This text has black color on #6FD9B1 background.


White color preview on #6FD9B1 background

This text has white color on #6FD9B1 background.