COLOR #6EBE8C

HEX: #6EBE8C
RGB: (110,190,140)

Color info

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

RGB color model

#6EBE8C color RGB value is (110,190,140).

  • red value is 110;
  • green value is 190;
  • blue value is 140.
RGB:
(110,190,140)
(43%,75%,55%)

RGB channels and saturation

R 110 of 255 = 43%
G 190 of 255 = 75%
B 140 of 255 = 55%

110
190
140

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

Portions of RGB colors in percentages

R + G + B =
110 + 190 + 140 = 440 (100%)
R 110 of 440 ~ 25%
G 190 of 440 ~ 43.18%
B 140 of 440 ~ 31.82%

%25
%43.18
%31.82

CMYK color model

#6EBE8C color CMYK value is (42,0,26,25).

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 25.49%
CMYK:
(42,0,26,25)
C42M0Y26K25 
(42%,0%,26%,25%)
(0.42/0.00/0.26/0.25)	

CMYK percentages

%42.11
%0
%26.32
%25.49

Codes

Color #6EBE8C in popluar color models

6EBE8C
RGB110190140
HSL143°38.10%58.82%
HSB/HSV143°42.11%74.51%
CMYK42.11%0.00%26.32%
25.49%

Color #6EBE8C in popluar number systems.

HEX6EBE8C
Decimal110190140
Binary11011101011111010001100
Octal156276214

Shades and tints

Shades of #6EBE8C

#6EBE8C
(110,190,140)
#64AD80
(100,173,128)
#5A9C74
(90,156,116)
#508B68
(80,139,104)
#467A5C
(70,122,92)
#3C6950
(60,105,80)
#325844
(50,88,68)
#284738
(40,71,56)
#1E362C
(30,54,44)
#142520
(20,37,32)
#0A1414
(10,20,20)
#000000
(0,0,0)

Tints of #6EBE8C

#6EBE8C
(110,190,140)
#7BC396
(123,195,150)
#88C8A0
(136,200,160)
#95CDAA
(149,205,170)
#A2D2B4
(162,210,180)
#AFD7BE
(175,215,190)
#BCDCC8
(188,220,200)
#C9E1D2
(201,225,210)
#D6E6DC
(214,230,220)
#E3EBE6
(227,235,230)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EBE8C color. Also use rgb(110,190,140) instead hex code.

Text Font Color

.myTextColor { color: #6EBE8C; }

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

This text font color is #6EBE8C.


Background Color

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

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

This div background color is #6EBE8C.


Border color

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

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

This div border color is #6EBE8C.


Opacity

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

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

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

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

This text has shadow with #6EBE8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EBE8C on black background.


Color preview on white background

This text has color #6EBE8C on white background.



Black color preview on #6EBE8C background

This text has black color on #6EBE8C background.


White color preview on #6EBE8C background

This text has white color on #6EBE8C background.