COLOR #6DF9BE

HEX: #6DF9BE
RGB: (109,249,190)

Color info

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

RGB color model

#6DF9BE color RGB value is (109,249,190).

  • red value is 109;
  • green value is 249;
  • blue value is 190.
RGB:
(109,249,190)
(43%,98%,75%)

RGB channels and saturation

R 109 of 255 = 43%
G 249 of 255 = 98%
B 190 of 255 = 75%

109
249
190

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

Portions of RGB colors in percentages

R + G + B =
109 + 249 + 190 = 548 (100%)
R 109 of 548 ~ 19.89%
G 249 of 548 ~ 45.44%
B 190 of 548 ~ 34.67%

%19.89
%45.44
%34.67

CMYK color model

#6DF9BE color CMYK value is (56,0,24,2).

  • cyan value is 56.22%
  • magenta value is 0.00%
  • yellow value is 23.69%
  • key color value is 2.35%
CMYK:
(56,0,24,2)
C56M0Y24K2 
(56%,0%,24%,2%)
(0.56/0.00/0.24/0.02)	

CMYK percentages

%56.22
%0
%23.69
%2.35

Codes

Color #6DF9BE in popluar color models

6DF9BE
RGB109249190
HSL155°92.11%70.20%
HSB/HSV155°56.22%97.65%
CMYK56.22%0.00%23.69%
2.35%

Color #6DF9BE in popluar number systems.

HEX6DF9BE
Decimal109249190
Binary11011011111100110111110
Octal155371276

Shades and tints

Shades of #6DF9BE

#6DF9BE
(109,249,190)
#64E3AD
(100,227,173)
#5BCD9C
(91,205,156)
#52B78B
(82,183,139)
#49A17A
(73,161,122)
#408B69
(64,139,105)
#377558
(55,117,88)
#2E5F47
(46,95,71)
#254936
(37,73,54)
#1C3325
(28,51,37)
#131D14
(19,29,20)
#000000
(0,0,0)

Tints of #6DF9BE

#6DF9BE
(109,249,190)
#7AF9C3
(122,249,195)
#87F9C8
(135,249,200)
#94F9CD
(148,249,205)
#A1F9D2
(161,249,210)
#AEF9D7
(174,249,215)
#BBF9DC
(187,249,220)
#C8F9E1
(200,249,225)
#D5F9E6
(213,249,230)
#E2F9EB
(226,249,235)
#EFF9F0
(239,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DF9BE color. Also use rgb(109,249,190) instead hex code.

Text Font Color

.myTextColor { color: #6DF9BE; }

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

This text font color is #6DF9BE.


Background Color

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

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

This div background color is #6DF9BE.


Border color

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

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

This div border color is #6DF9BE.


Opacity

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

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

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

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

This text has shadow with #6DF9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DF9BE on black background.


Color preview on white background

This text has color #6DF9BE on white background.



Black color preview on #6DF9BE background

This text has black color on #6DF9BE background.


White color preview on #6DF9BE background

This text has white color on #6DF9BE background.