COLOR #6FD5D2

HEX: #6FD5D2
RGB: (111,213,210)

Color info

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

RGB color model

#6FD5D2 color RGB value is (111,213,210).

  • red value is 111;
  • green value is 213;
  • blue value is 210.
RGB:
(111,213,210)
(44%,84%,82%)

RGB channels and saturation

R 111 of 255 = 44%
G 213 of 255 = 84%
B 210 of 255 = 82%

111
213
210

R + G + B ~ 70%. #6FD5D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 213 + 210 = 534 (100%)
R 111 of 534 ~ 20.79%
G 213 of 534 ~ 39.89%
B 210 of 534 ~ 39.33%

%20.79
%39.89
%39.33

CMYK color model

#6FD5D2 color CMYK value is (48,0,1,16).

  • cyan value is 47.89%
  • magenta value is 0.00%
  • yellow value is 1.41%
  • key color value is 16.47%
CMYK:
(48,0,1,16)
C48M0Y1K16 
(48%,0%,1%,16%)
(0.48/0.00/0.01/0.16)	

CMYK percentages

%47.89
%0
%1.41
%16.47

Codes

Color #6FD5D2 in popluar color models

6FD5D2
RGB111213210
HSL178°54.84%63.53%
HSB/HSV178°47.89%83.53%
CMYK47.89%0.00%1.41%
16.47%

Color #6FD5D2 in popluar number systems.

HEX6FD5D2
Decimal111213210
Binary11011111101010111010010
Octal157325322

Shades and tints

Shades of #6FD5D2

#6FD5D2
(111,213,210)
#65C2BF
(101,194,191)
#5BAFAC
(91,175,172)
#519C99
(81,156,153)
#478986
(71,137,134)
#3D7673
(61,118,115)
#336360
(51,99,96)
#29504D
(41,80,77)
#1F3D3A
(31,61,58)
#152A27
(21,42,39)
#0B1714
(11,23,20)
#000000
(0,0,0)

Tints of #6FD5D2

#6FD5D2
(111,213,210)
#7CD8D6
(124,216,214)
#89DBDA
(137,219,218)
#96DEDE
(150,222,222)
#A3E1E2
(163,225,226)
#B0E4E6
(176,228,230)
#BDE7EA
(189,231,234)
#CAEAEE
(202,234,238)
#D7EDF2
(215,237,242)
#E4F0F6
(228,240,246)
#F1F3FA
(241,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FD5D2 color. Also use rgb(111,213,210) instead hex code.

Text Font Color

.myTextColor { color: #6FD5D2; }

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

This text font color is #6FD5D2.


Background Color

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

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

This div background color is #6FD5D2.


Border color

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

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

This div border color is #6FD5D2.


Opacity

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

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

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

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

This text has shadow with #6FD5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FD5D2 on black background.


Color preview on white background

This text has color #6FD5D2 on white background.



Black color preview on #6FD5D2 background

This text has black color on #6FD5D2 background.


White color preview on #6FD5D2 background

This text has white color on #6FD5D2 background.