COLOR #6EB082

HEX: #6EB082
RGB: (110,176,130)

Color info

#6EB082 contains mainly green and blue colors. Web safe color of #6EB082 is #669999 (or #699).

RGB color model

#6EB082 color RGB value is (110,176,130).

  • red value is 110;
  • green value is 176;
  • blue value is 130.
RGB:
(110,176,130)
(43%,69%,51%)

RGB channels and saturation

R 110 of 255 = 43%
G 176 of 255 = 69%
B 130 of 255 = 51%

110
176
130

R + G + B ~ 54%. #6EB082 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 176 + 130 = 416 (100%)
R 110 of 416 ~ 26.44%
G 176 of 416 ~ 42.31%
B 130 of 416 ~ 31.25%

%26.44
%42.31
%31.25

CMYK color model

#6EB082 color CMYK value is (38,0,26,31).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 26.14%
  • key color value is 30.98%
CMYK:
(38,0,26,31)
C38M0Y26K31 
(38%,0%,26%,31%)
(0.38/0.00/0.26/0.31)	

CMYK percentages

%37.5
%0
%26.14
%30.98

Codes

Color #6EB082 in popluar color models

6EB082
RGB110176130
HSL138°29.46%56.08%
HSB/HSV138°37.50%69.02%
CMYK37.50%0.00%26.14%
30.98%

Color #6EB082 in popluar number systems.

HEX6EB082
Decimal110176130
Binary11011101011000010000010
Octal156260202

Shades and tints

Shades of #6EB082

#6EB082
(110,176,130)
#64A077
(100,160,119)
#5A906C
(90,144,108)
#508061
(80,128,97)
#467056
(70,112,86)
#3C604B
(60,96,75)
#325040
(50,80,64)
#284035
(40,64,53)
#1E302A
(30,48,42)
#14201F
(20,32,31)
#0A1014
(10,16,20)
#000000
(0,0,0)

Tints of #6EB082

#6EB082
(110,176,130)
#7BB78D
(123,183,141)
#88BE98
(136,190,152)
#95C5A3
(149,197,163)
#A2CCAE
(162,204,174)
#AFD3B9
(175,211,185)
#BCDAC4
(188,218,196)
#C9E1CF
(201,225,207)
#D6E8DA
(214,232,218)
#E3EFE5
(227,239,229)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB082 color. Also use rgb(110,176,130) instead hex code.

Text Font Color

.myTextColor { color: #6EB082; }

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

This text font color is #6EB082.


Background Color

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

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

This div background color is #6EB082.


Border color

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

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

This div border color is #6EB082.


Opacity

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

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

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

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

This text has shadow with #6EB082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EB082 on black background.


Color preview on white background

This text has color #6EB082 on white background.



Black color preview on #6EB082 background

This text has black color on #6EB082 background.


White color preview on #6EB082 background

This text has white color on #6EB082 background.