COLOR #6FD7B2

HEX: #6FD7B2 RGB: (111,215,178)

Color info

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

RGB color model

#6FD7B2 color RGB value is (111,215,178).

RGB: (111,215,178) (44%, 84%, 70%)

RGB channels and saturation

R 111 of 255 = 44%
G 215 of 255 = 84%
B 178 of 255 = 70%

111
215
178

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

Portions of RGB colors in percentages

R + G + B = 111 + 215 + 178 = 504 (100%)
R 111 of 504 ~ 22.02%
G 215 of 504 ~ 42.66%
B 178 of 504 ~ 35.32'%

%22.02
%42.66
%35.32

CMYK color model

#6FD7B2 color CMYK value is (48,0,17,16).

  • cyan value is 48.37%
  • magenta value is 0.00%
  • yellow value is 17.21%
  • key color value is 15.69%

CMYK: (48,0,17,16)
C48M0Y17K16 (48%, 0%, 17%, 16%)
(0.48 / 0.00 / 0.17 / 0.16)

CMYK percentages

%48.37
%0
%17.21
%15.69

Codes

Color #6FD7B2 in popluar color models

6F D7 B2
RGB 111 215 178
HSL 159° 56.52% 63.92%
HSB/HSV 159° 48.37% 84.31%
CMYK 48.37% 0.00% 17.21%
15.69%

Color #6FD7B2 in popluar number systems.

HEX 6F D7 B2
Decimal 111 215 178
Binary 1101111 11010111 10110010
Octal 157 327 262

Shades and tints

Shades of #6FD7B2

#6FD7B2
(111,215,178)
#65C4A2
(101,196,162)
#5BB192
(91,177,146)
#519E82
(81,158,130)
#478B72
(71,139,114)
#3D7862
(61,120,98)
#336552
(51,101,82)
#295242
(41,82,66)
#1F3F32
(31,63,50)
#152C22
(21,44,34)
#0B1912
(11,25,18)
#000000
(0,0,0)

Tints of #6FD7B2

#6FD7B2
(111,215,178)
#7CDAB9
(124,218,185)
#89DDC0
(137,221,192)
#96E0C7
(150,224,199)
#A3E3CE
(163,227,206)
#B0E6D5
(176,230,213)
#BDE9DC
(189,233,220)
#CAECE3
(202,236,227)
#D7EFEA
(215,239,234)
#E4F2F1
(228,242,241)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FD7B2 color. Also use rgb(111,215,178) instead hex code.

Text Font Color

.myTextColor { color: #6FD7B2; }

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

This text font color is #6FD7B2.

Background Color

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

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

This div background color is #6FD7B2.

Border color

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

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

This div border color is #6FD7B2.

Opacity

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

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

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

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

This text has shadow with #6FD7B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FD7B2.

Preview

Color preview on black background

This text has color #6FD7B2 on black background.


Color preview on white background

This text has color #6FD7B2 on white background.


Black color preview on #6FD7B2 background

This text has black color on #6FD7B2 background.


White color preview on #6FD7B2 background

This text has white color on #6FD7B2 background.


Related colors

Complementary color

Complementary color for #hex is #90284D.


I love getcolorcode.com

Triadic colors

1 #B26FD7 and #D7B26F with #6FD7B2 are triadic colors.

2 #B2D76F and #D76FB2 with #6FD7B2 are triadic colors.