COLOR #6EA287

HEX: #6EA287
RGB: (110,162,135)

Color info

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

RGB color model

#6EA287 color RGB value is (110,162,135).

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

RGB channels and saturation

R 110 of 255 = 43%
G 162 of 255 = 64%
B 135 of 255 = 53%

110
162
135

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

Portions of RGB colors in percentages

R + G + B =
110 + 162 + 135 = 407 (100%)
R 110 of 407 ~ 27.03%
G 162 of 407 ~ 39.8%
B 135 of 407 ~ 33.17%

%27.03
%39.8
%33.17

CMYK color model

#6EA287 color CMYK value is (32,0,17,36).

  • cyan value is 32.10%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 36.47%
CMYK:
(32,0,17,36)
C32M0Y17K36 
(32%,0%,17%,36%)
(0.32/0.00/0.17/0.36)	

CMYK percentages

%32.1
%0
%16.67
%36.47

Codes

Color #6EA287 in popluar color models

6EA287
RGB110162135
HSL149°21.85%53.33%
HSB/HSV149°32.10%63.53%
CMYK32.10%0.00%16.67%
36.47%

Color #6EA287 in popluar number systems.

HEX6EA287
Decimal110162135
Binary11011101010001010000111
Octal156242207

Shades and tints

Shades of #6EA287

#6EA287
(110,162,135)
#64947B
(100,148,123)
#5A866F
(90,134,111)
#507863
(80,120,99)
#466A57
(70,106,87)
#3C5C4B
(60,92,75)
#324E3F
(50,78,63)
#284033
(40,64,51)
#1E3227
(30,50,39)
#14241B
(20,36,27)
#0A160F
(10,22,15)
#000000
(0,0,0)

Tints of #6EA287

#6EA287
(110,162,135)
#7BAA91
(123,170,145)
#88B29B
(136,178,155)
#95BAA5
(149,186,165)
#A2C2AF
(162,194,175)
#AFCAB9
(175,202,185)
#BCD2C3
(188,210,195)
#C9DACD
(201,218,205)
#D6E2D7
(214,226,215)
#E3EAE1
(227,234,225)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EA287; }

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

This text font color is #6EA287.


Background Color

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

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

This div background color is #6EA287.


Border color

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

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

This div border color is #6EA287.


Opacity

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

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

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

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

This text has shadow with #6EA287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA287 on black background.


Color preview on white background

This text has color #6EA287 on white background.



Black color preview on #6EA287 background

This text has black color on #6EA287 background.


White color preview on #6EA287 background

This text has white color on #6EA287 background.