COLOR #6EA282

HEX: #6EA282
RGB: (110,162,130)

Color info

#6EA282 contains red, green and blue colors in about the same proportion. Web safe color of #6EA282 is #669999 (or #699).

RGB color model

#6EA282 color RGB value is (110,162,130).

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

RGB channels and saturation

R 110 of 255 = 43%
G 162 of 255 = 64%
B 130 of 255 = 51%

110
162
130

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

Portions of RGB colors in percentages

R + G + B =
110 + 162 + 130 = 402 (100%)
R 110 of 402 ~ 27.36%
G 162 of 402 ~ 40.3%
B 130 of 402 ~ 32.34%

%27.36
%40.3
%32.34

CMYK color model

#6EA282 color CMYK value is (32,0,20,36).

  • cyan value is 32.10%
  • magenta value is 0.00%
  • yellow value is 19.75%
  • key color value is 36.47%
CMYK:
(32,0,20,36)
C32M0Y20K36 
(32%,0%,20%,36%)
(0.32/0.00/0.20/0.36)	

CMYK percentages

%32.1
%0
%19.75
%36.47

Codes

Color #6EA282 in popluar color models

6EA282
RGB110162130
HSL143°21.85%53.33%
HSB/HSV143°32.10%63.53%
CMYK32.10%0.00%19.75%
36.47%

Color #6EA282 in popluar number systems.

HEX6EA282
Decimal110162130
Binary11011101010001010000010
Octal156242202

Shades and tints

Shades of #6EA282

#6EA282
(110,162,130)
#649477
(100,148,119)
#5A866C
(90,134,108)
#507861
(80,120,97)
#466A56
(70,106,86)
#3C5C4B
(60,92,75)
#324E40
(50,78,64)
#284035
(40,64,53)
#1E322A
(30,50,42)
#14241F
(20,36,31)
#0A1614
(10,22,20)
#000000
(0,0,0)

Tints of #6EA282

#6EA282
(110,162,130)
#7BAA8D
(123,170,141)
#88B298
(136,178,152)
#95BAA3
(149,186,163)
#A2C2AE
(162,194,174)
#AFCAB9
(175,202,185)
#BCD2C4
(188,210,196)
#C9DACF
(201,218,207)
#D6E2DA
(214,226,218)
#E3EAE5
(227,234,229)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EA282; }

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

This text font color is #6EA282.


Background Color

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

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

This div background color is #6EA282.


Border color

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

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

This div border color is #6EA282.


Opacity

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

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

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

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

This text has shadow with #6EA282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA282 on black background.


Color preview on white background

This text has color #6EA282 on white background.



Black color preview on #6EA282 background

This text has black color on #6EA282 background.


White color preview on #6EA282 background

This text has white color on #6EA282 background.