COLOR #6FE1DB

HEX: #6FE1DB RGB: (111,225,219)

Color info

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

RGB color model

#6FE1DB color RGB value is (111,225,219).

RGB: (111,225,219) (44%, 88%, 86%)

RGB channels and saturation

R 111 of 255 = 44%
G 225 of 255 = 88%
B 219 of 255 = 86%

111
225
219

R + G + B ~ 73%. #6FE1DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 111 + 225 + 219 = 555 (100%)
R 111 of 555 ~ 20%
G 225 of 555 ~ 40.54%
B 219 of 555 ~ 39.46'%

%20
%40.54
%39.46

CMYK color model

#6FE1DB color CMYK value is (51,0,3,12).

  • cyan value is 50.67%
  • magenta value is 0.00%
  • yellow value is 2.67%
  • key color value is 11.76%

CMYK: (51,0,3,12)
C51M0Y3K12 (51%, 0%, 3%, 12%)
(0.51 / 0.00 / 0.03 / 0.12)

CMYK percentages

%50.67
%0
%2.67
%11.76

Codes

Color #6FE1DB in popluar color models

6F E1 DB
RGB 111 225 219
HSL 177° 65.52% 65.88%
HSB/HSV 177° 50.67% 88.24%
CMYK 50.67% 0.00% 2.67%
11.76%

Color #6FE1DB in popluar number systems.

HEX 6F E1 DB
Decimal 111 225 219
Binary 1101111 11100001 11011011
Octal 157 341 333

Shades and tints

Shades of #6FE1DB

#6FE1DB
(111,225,219)
#65CDC8
(101,205,200)
#5BB9B5
(91,185,181)
#51A5A2
(81,165,162)
#47918F
(71,145,143)
#3D7D7C
(61,125,124)
#336969
(51,105,105)
#295556
(41,85,86)
#1F4143
(31,65,67)
#152D30
(21,45,48)
#0B191D
(11,25,29)
#000000
(0,0,0)

Tints of #6FE1DB

#6FE1DB
(111,225,219)
#7CE3DE
(124,227,222)
#89E5E1
(137,229,225)
#96E7E4
(150,231,228)
#A3E9E7
(163,233,231)
#B0EBEA
(176,235,234)
#BDEDED
(189,237,237)
#CAEFF0
(202,239,240)
#D7F1F3
(215,241,243)
#E4F3F6
(228,243,246)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FE1DB color. Also use rgb(111,225,219) instead hex code.

Text Font Color

.myTextColor { color: #6FE1DB; }

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

This text font color is #6FE1DB.

Background Color

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

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

This div background color is #6FE1DB.

Border color

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

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

This div border color is #6FE1DB.

Opacity

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

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

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

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

This text has shadow with #6FE1DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FE1DB.

Preview

Color preview on black background

This text has color #6FE1DB on black background.


Color preview on white background

This text has color #6FE1DB on white background.


Black color preview on #6FE1DB background

This text has black color on #6FE1DB background.


White color preview on #6FE1DB background

This text has white color on #6FE1DB background.


Related colors

Complementary color

Complementary color for #hex is #901E24.


I love getcolorcode.com

Triadic colors

1 #DB6FE1 and #E1DB6F with #6FE1DB are triadic colors.

2 #DBE16F and #E16FDB with #6FE1DB are triadic colors.