COLOR #6FD8C5

HEX: #6FD8C5
RGB: (111,216,197)

Color info

#6FD8C5 contains mainly green and blue colors. Web safe color of #6FD8C5 is #66CCCC (or #6CC).

RGB color model

#6FD8C5 color RGB value is (111,216,197).

  • red value is 111;
  • green value is 216;
  • blue value is 197.
RGB:
(111,216,197)
(44%,85%,77%)

RGB channels and saturation

R 111 of 255 = 44%
G 216 of 255 = 85%
B 197 of 255 = 77%

111
216
197

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

Portions of RGB colors in percentages

R + G + B =
111 + 216 + 197 = 524 (100%)
R 111 of 524 ~ 21.18%
G 216 of 524 ~ 41.22%
B 197 of 524 ~ 37.6%

%21.18
%41.22
%37.6

CMYK color model

#6FD8C5 color CMYK value is (49,0,9,15).

  • cyan value is 48.61%
  • magenta value is 0.00%
  • yellow value is 8.80%
  • key color value is 15.29%
CMYK:
(49,0,9,15)
C49M0Y9K15 
(49%,0%,9%,15%)
(0.49/0.00/0.09/0.15)	

CMYK percentages

%48.61
%0
%8.8
%15.29

Codes

Color #6FD8C5 in popluar color models

6FD8C5
RGB111216197
HSL169°57.38%64.12%
HSB/HSV169°48.61%84.71%
CMYK48.61%0.00%8.80%
15.29%

Color #6FD8C5 in popluar number systems.

HEX6FD8C5
Decimal111216197
Binary11011111101100011000101
Octal157330305

Shades and tints

Shades of #6FD8C5

#6FD8C5
(111,216,197)
#65C5B4
(101,197,180)
#5BB2A3
(91,178,163)
#519F92
(81,159,146)
#478C81
(71,140,129)
#3D7970
(61,121,112)
#33665F
(51,102,95)
#29534E
(41,83,78)
#1F403D
(31,64,61)
#152D2C
(21,45,44)
#0B1A1B
(11,26,27)
#000000
(0,0,0)

Tints of #6FD8C5

#6FD8C5
(111,216,197)
#7CDBCA
(124,219,202)
#89DECF
(137,222,207)
#96E1D4
(150,225,212)
#A3E4D9
(163,228,217)
#B0E7DE
(176,231,222)
#BDEAE3
(189,234,227)
#CAEDE8
(202,237,232)
#D7F0ED
(215,240,237)
#E4F3F2
(228,243,242)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FD8C5 color. Also use rgb(111,216,197) instead hex code.

Text Font Color

.myTextColor { color: #6FD8C5; }

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

This text font color is #6FD8C5.


Background Color

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

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

This div background color is #6FD8C5.


Border color

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

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

This div border color is #6FD8C5.


Opacity

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

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

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

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

This text has shadow with #6FD8C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FD8C5 on black background.


Color preview on white background

This text has color #6FD8C5 on white background.



Black color preview on #6FD8C5 background

This text has black color on #6FD8C5 background.


White color preview on #6FD8C5 background

This text has white color on #6FD8C5 background.