COLOR #6FE9D1

HEX: #6FE9D1
RGB: (111,233,209)

Color info

#6FE9D1 contains mainly green and blue colors. Web safe color of #6FE9D1 is #66FFCC (or #6FC).

RGB color model

#6FE9D1 color RGB value is (111,233,209).

  • red value is 111;
  • green value is 233;
  • blue value is 209.
RGB:
(111,233,209)
(44%,91%,82%)

RGB channels and saturation

R 111 of 255 = 44%
G 233 of 255 = 91%
B 209 of 255 = 82%

111
233
209

R + G + B ~ 72%. #6FE9D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 233 + 209 = 553 (100%)
R 111 of 553 ~ 20.07%
G 233 of 553 ~ 42.13%
B 209 of 553 ~ 37.79%

%20.07
%42.13
%37.79

CMYK color model

#6FE9D1 color CMYK value is (52,0,10,9).

  • cyan value is 52.36%
  • magenta value is 0.00%
  • yellow value is 10.30%
  • key color value is 8.63%
CMYK:
(52,0,10,9)
C52M0Y10K9 
(52%,0%,10%,9%)
(0.52/0.00/0.10/0.09)	

CMYK percentages

%52.36
%0
%10.3
%8.63

Codes

Color #6FE9D1 in popluar color models

6FE9D1
RGB111233209
HSL168°73.49%67.45%
HSB/HSV168°52.36%91.37%
CMYK52.36%0.00%10.30%
8.63%

Color #6FE9D1 in popluar number systems.

HEX6FE9D1
Decimal111233209
Binary11011111110100111010001
Octal157351321

Shades and tints

Shades of #6FE9D1

#6FE9D1
(111,233,209)
#65D4BE
(101,212,190)
#5BBFAB
(91,191,171)
#51AA98
(81,170,152)
#479585
(71,149,133)
#3D8072
(61,128,114)
#336B5F
(51,107,95)
#29564C
(41,86,76)
#1F4139
(31,65,57)
#152C26
(21,44,38)
#0B1713
(11,23,19)
#000000
(0,0,0)

Tints of #6FE9D1

#6FE9D1
(111,233,209)
#7CEBD5
(124,235,213)
#89EDD9
(137,237,217)
#96EFDD
(150,239,221)
#A3F1E1
(163,241,225)
#B0F3E5
(176,243,229)
#BDF5E9
(189,245,233)
#CAF7ED
(202,247,237)
#D7F9F1
(215,249,241)
#E4FBF5
(228,251,245)
#F1FDF9
(241,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FE9D1 color. Also use rgb(111,233,209) instead hex code.

Text Font Color

.myTextColor { color: #6FE9D1; }

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

This text font color is #6FE9D1.


Background Color

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

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

This div background color is #6FE9D1.


Border color

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

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

This div border color is #6FE9D1.


Opacity

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

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

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

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

This text has shadow with #6FE9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FE9D1 on black background.


Color preview on white background

This text has color #6FE9D1 on white background.



Black color preview on #6FE9D1 background

This text has black color on #6FE9D1 background.


White color preview on #6FE9D1 background

This text has white color on #6FE9D1 background.