COLOR #6EFBC9

HEX: #6EFBC9
RGB: (110,251,201)

Color info

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

RGB color model

#6EFBC9 color RGB value is (110,251,201).

  • red value is 110;
  • green value is 251;
  • blue value is 201.
RGB: (110,251,201) (43%,98%,79%)

RGB channels and saturation

R 110 of 255 = 43%
G 251 of 255 = 98%
B 201 of 255 = 79%

110
251
201

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

Portions of RGB colors in percentages

R + G + B =
110 + 251 + 201 = 562 (100%)
R 110 of 562 ~ 19.57%
G 251 of 562 ~ 44.66%
B 201 of 562 ~ 35.77%

%19.57
%44.66
%35.77

CMYK color model

#6EFBC9 color CMYK value is (56,0,20,2).

  • cyan value is 56.18%
  • magenta value is 0.00%
  • yellow value is 19.92%
  • key color value is 1.57%
CMYK: (56,0,20,2) C56M0Y20K2 (56%,0%,20%,2%) (0.56/0.00/0.20/0.02)

CMYK percentages

%56.18
%0
%19.92
%1.57

Codes

Color #6EFBC9 in popluar color models

6EFBC9
RGB110251201
HSL159°94.63%70.78%
HSB/HSV159°56.18%98.43%
CMYK56.18%0.00%19.92%
1.57%

Color #6EFBC9 in popluar number systems.

HEX6EFBC9
Decimal110251201
Binary11011101111101111001001
Octal156373311

Shades and tints

Shades of #6EFBC9

#6EFBC9
(110,251,201)
#64E5B7
(100,229,183)
#5ACFA5
(90,207,165)
#50B993
(80,185,147)
#46A381
(70,163,129)
#3C8D6F
(60,141,111)
#32775D
(50,119,93)
#28614B
(40,97,75)
#1E4B39
(30,75,57)
#143527
(20,53,39)
#0A1F15
(10,31,21)
#000000
(0,0,0)

Tints of #6EFBC9

#6EFBC9
(110,251,201)
#7BFBCD
(123,251,205)
#88FBD1
(136,251,209)
#95FBD5
(149,251,213)
#A2FBD9
(162,251,217)
#AFFBDD
(175,251,221)
#BCFBE1
(188,251,225)
#C9FBE5
(201,251,229)
#D6FBE9
(214,251,233)
#E3FBED
(227,251,237)
#F0FBF1
(240,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EFBC9 color. Also use rgb(110,251,201) instead hex code.

Text Font Color

.myTextColor { color: #6EFBC9; }

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

This text font color is #6EFBC9.


Background Color

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

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

This div background color is #6EFBC9.


Border color

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

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

This div border color is #6EFBC9.


Opacity

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

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

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

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

This text has shadow with #6EFBC9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6EFBC9 on black background.


Color preview on white background

This text has color #6EFBC9 on white background.



Black color preview on #6EFBC9 background

This text has black color on #6EFBC9 background.


White color preview on #6EFBC9 background

This text has white color on #6EFBC9 background.