COLOR #6EB487

HEX: #6EB487
RGB: (110,180,135)

Color info

#6EB487 contains mainly green and blue colors. Web safe color of #6EB487 is #66CC99 (or #6C9).

RGB color model

#6EB487 color RGB value is (110,180,135).

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

RGB channels and saturation

R 110 of 255 = 43%
G 180 of 255 = 71%
B 135 of 255 = 53%

110
180
135

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

Portions of RGB colors in percentages

R + G + B =
110 + 180 + 135 = 425 (100%)
R 110 of 425 ~ 25.88%
G 180 of 425 ~ 42.35%
B 135 of 425 ~ 31.76%

%25.88
%42.35
%31.76

CMYK color model

#6EB487 color CMYK value is (39,0,25,29).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 29.41%
CMYK:
(39,0,25,29)
C39M0Y25K29 
(39%,0%,25%,29%)
(0.39/0.00/0.25/0.29)	

CMYK percentages

%38.89
%0
%25
%29.41

Codes

Color #6EB487 in popluar color models

6EB487
RGB110180135
HSL141°31.82%56.86%
HSB/HSV141°38.89%70.59%
CMYK38.89%0.00%25.00%
29.41%

Color #6EB487 in popluar number systems.

HEX6EB487
Decimal110180135
Binary11011101011010010000111
Octal156264207

Shades and tints

Shades of #6EB487

#6EB487
(110,180,135)
#64A47B
(100,164,123)
#5A946F
(90,148,111)
#508463
(80,132,99)
#467457
(70,116,87)
#3C644B
(60,100,75)
#32543F
(50,84,63)
#284433
(40,68,51)
#1E3427
(30,52,39)
#14241B
(20,36,27)
#0A140F
(10,20,15)
#000000
(0,0,0)

Tints of #6EB487

#6EB487
(110,180,135)
#7BBA91
(123,186,145)
#88C09B
(136,192,155)
#95C6A5
(149,198,165)
#A2CCAF
(162,204,175)
#AFD2B9
(175,210,185)
#BCD8C3
(188,216,195)
#C9DECD
(201,222,205)
#D6E4D7
(214,228,215)
#E3EAE1
(227,234,225)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EB487; }

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

This text font color is #6EB487.


Background Color

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

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

This div background color is #6EB487.


Border color

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

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

This div border color is #6EB487.


Opacity

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

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

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

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

This text has shadow with #6EB487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EB487 on black background.


Color preview on white background

This text has color #6EB487 on white background.



Black color preview on #6EB487 background

This text has black color on #6EB487 background.


White color preview on #6EB487 background

This text has white color on #6EB487 background.