COLOR #6EDEBB

HEX: #6EDEBB
RGB: (110,222,187)

Color info

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

RGB color model

#6EDEBB color RGB value is (110,222,187).

  • red value is 110;
  • green value is 222;
  • blue value is 187.
RGB:
(110,222,187)
(43%,87%,73%)

RGB channels and saturation

R 110 of 255 = 43%
G 222 of 255 = 87%
B 187 of 255 = 73%

110
222
187

R + G + B ~ 68%. #6EDEBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 222 + 187 = 519 (100%)
R 110 of 519 ~ 21.19%
G 222 of 519 ~ 42.77%
B 187 of 519 ~ 36.03%

%21.19
%42.77
%36.03

CMYK color model

#6EDEBB color CMYK value is (50,0,16,13).

  • cyan value is 50.45%
  • magenta value is 0.00%
  • yellow value is 15.77%
  • key color value is 12.94%
CMYK:
(50,0,16,13)
C50M0Y16K13 
(50%,0%,16%,13%)
(0.50/0.00/0.16/0.13)	

CMYK percentages

%50.45
%0
%15.77
%12.94

Codes

Color #6EDEBB in popluar color models

6EDEBB
RGB110222187
HSL161°62.92%65.10%
HSB/HSV161°50.45%87.06%
CMYK50.45%0.00%15.77%
12.94%

Color #6EDEBB in popluar number systems.

HEX6EDEBB
Decimal110222187
Binary11011101101111010111011
Octal156336273

Shades and tints

Shades of #6EDEBB

#6EDEBB
(110,222,187)
#64CAAA
(100,202,170)
#5AB699
(90,182,153)
#50A288
(80,162,136)
#468E77
(70,142,119)
#3C7A66
(60,122,102)
#326655
(50,102,85)
#285244
(40,82,68)
#1E3E33
(30,62,51)
#142A22
(20,42,34)
#0A1611
(10,22,17)
#000000
(0,0,0)

Tints of #6EDEBB

#6EDEBB
(110,222,187)
#7BE1C1
(123,225,193)
#88E4C7
(136,228,199)
#95E7CD
(149,231,205)
#A2EAD3
(162,234,211)
#AFEDD9
(175,237,217)
#BCF0DF
(188,240,223)
#C9F3E5
(201,243,229)
#D6F6EB
(214,246,235)
#E3F9F1
(227,249,241)
#F0FCF7
(240,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EDEBB color. Also use rgb(110,222,187) instead hex code.

Text Font Color

.myTextColor { color: #6EDEBB; }

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

This text font color is #6EDEBB.


Background Color

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

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

This div background color is #6EDEBB.


Border color

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

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

This div border color is #6EDEBB.


Opacity

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

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

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

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

This text has shadow with #6EDEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EDEBB on black background.


Color preview on white background

This text has color #6EDEBB on white background.



Black color preview on #6EDEBB background

This text has black color on #6EDEBB background.


White color preview on #6EDEBB background

This text has white color on #6EDEBB background.