COLOR #6EF3BD

HEX: #6EF3BD
RGB: (110,243,189)

Color info

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

RGB color model

#6EF3BD color RGB value is (110,243,189).

  • red value is 110;
  • green value is 243;
  • blue value is 189.
RGB:
(110,243,189)
(43%,95%,74%)

RGB channels and saturation

R 110 of 255 = 43%
G 243 of 255 = 95%
B 189 of 255 = 74%

110
243
189

R + G + B ~ 71%. #6EF3BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 243 + 189 = 542 (100%)
R 110 of 542 ~ 20.3%
G 243 of 542 ~ 44.83%
B 189 of 542 ~ 34.87%

%20.3
%44.83
%34.87

CMYK color model

#6EF3BD color CMYK value is (55,0,22,5).

  • cyan value is 54.73%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 4.71%
CMYK:
(55,0,22,5)
C55M0Y22K5 
(55%,0%,22%,5%)
(0.55/0.00/0.22/0.05)	

CMYK percentages

%54.73
%0
%22.22
%4.71

Codes

Color #6EF3BD in popluar color models

6EF3BD
RGB110243189
HSL156°84.71%69.22%
HSB/HSV156°54.73%95.29%
CMYK54.73%0.00%22.22%
4.71%

Color #6EF3BD in popluar number systems.

HEX6EF3BD
Decimal110243189
Binary11011101111001110111101
Octal156363275

Shades and tints

Shades of #6EF3BD

#6EF3BD
(110,243,189)
#64DDAC
(100,221,172)
#5AC79B
(90,199,155)
#50B18A
(80,177,138)
#469B79
(70,155,121)
#3C8568
(60,133,104)
#326F57
(50,111,87)
#285946
(40,89,70)
#1E4335
(30,67,53)
#142D24
(20,45,36)
#0A1713
(10,23,19)
#000000
(0,0,0)

Tints of #6EF3BD

#6EF3BD
(110,243,189)
#7BF4C3
(123,244,195)
#88F5C9
(136,245,201)
#95F6CF
(149,246,207)
#A2F7D5
(162,247,213)
#AFF8DB
(175,248,219)
#BCF9E1
(188,249,225)
#C9FAE7
(201,250,231)
#D6FBED
(214,251,237)
#E3FCF3
(227,252,243)
#F0FDF9
(240,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EF3BD color. Also use rgb(110,243,189) instead hex code.

Text Font Color

.myTextColor { color: #6EF3BD; }

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

This text font color is #6EF3BD.


Background Color

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

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

This div background color is #6EF3BD.


Border color

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

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

This div border color is #6EF3BD.


Opacity

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

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

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

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

This text has shadow with #6EF3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EF3BD on black background.


Color preview on white background

This text has color #6EF3BD on white background.



Black color preview on #6EF3BD background

This text has black color on #6EF3BD background.


White color preview on #6EF3BD background

This text has white color on #6EF3BD background.