COLOR #6EBD85

HEX: #6EBD85 RGB: (110,189,133)

Color info

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

RGB color model

#6EBD85 color RGB value is (110,189,133).

RGB: (110,189,133) (43%, 74%, 52%)

RGB channels and saturation

R 110 of 255 = 43%
G 189 of 255 = 74%
B 133 of 255 = 52%

110
189
133

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

Portions of RGB colors in percentages

R + G + B = 110 + 189 + 133 = 432 (100%)
R 110 of 432 ~ 25.46%
G 189 of 432 ~ 43.75%
B 133 of 432 ~ 30.79'%

%25.46
%43.75
%30.79

CMYK color model

#6EBD85 color CMYK value is (42,0,30,26).

  • cyan value is 41.80%
  • magenta value is 0.00%
  • yellow value is 29.63%
  • key color value is 25.88%
CMYK: (42,0,30,26) C42M0Y30K26 (42%,0%,30%,26%) (0.42/0.00/0.30/0.26) 

CMYK percentages

%41.8
%0
%29.63
%25.88

Codes

Color #6EBD85 in popluar color models

6E BD 85
RGB 110 189 133
HSL 137° 37.44% 58.63%
HSB/HSV 137° 41.80% 74.12%
CMYK 41.80% 0.00% 29.63%
25.88%

Color #6EBD85 in popluar number systems.

HEX 6E BD 85
Decimal 110 189 133
Binary 1101110 10111101 10000101
Octal 156 275 205

Shades and tints

Shades of #6EBD85

#6EBD85
(110,189,133)
#64AC79
(100,172,121)
#5A9B6D
(90,155,109)
#508A61
(80,138,97)
#467955
(70,121,85)
#3C6849
(60,104,73)
#32573D
(50,87,61)
#284631
(40,70,49)
#1E3525
(30,53,37)
#142419
(20,36,25)
#0A130D
(10,19,13)
#000000
(0,0,0)

Tints of #6EBD85

#6EBD85
(110,189,133)
#7BC390
(123,195,144)
#88C99B
(136,201,155)
#95CFA6
(149,207,166)
#A2D5B1
(162,213,177)
#AFDBBC
(175,219,188)
#BCE1C7
(188,225,199)
#C9E7D2
(201,231,210)
#D6EDDD
(214,237,221)
#E3F3E8
(227,243,232)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EBD85 color. Also use rgb(110,189,133) instead hex code.

Text Font Color

.myTextColor { color: #6EBD85; }

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

This text font color is #6EBD85.

Background Color

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

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

This div background color is #6EBD85.

Border color

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

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

This div border color is #6EBD85.

Opacity

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

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

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

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

This text has shadow with #6EBD85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EBD85.

Preview

Color preview on black background

This text has color #6EBD85 on black background.


Color preview on white background

This text has color #6EBD85 on white background.


Black color preview on #6EBD85 background

This text has black color on #6EBD85 background.


White color preview on #6EBD85 background

This text has white color on #6EBD85 background.


Related colors

Complementary color

Complementary color for #hex is #91427A.


I love getcolorcode.com

Triadic colors

1 #856EBD and #BD856E with #6EBD85 are triadic colors.

2 #85BD6E and #BD6E85 with #6EBD85 are triadic colors.