COLOR #6EA398

HEX: #6EA398
RGB: (110,163,152)

Color info

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

RGB color model

#6EA398 color RGB value is (110,163,152).

  • red value is 110;
  • green value is 163;
  • blue value is 152.
RGB:
(110,163,152)
(43%,64%,60%)

RGB channels and saturation

R 110 of 255 = 43%
G 163 of 255 = 64%
B 152 of 255 = 60%

110
163
152

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

Portions of RGB colors in percentages

R + G + B =
110 + 163 + 152 = 425 (100%)
R 110 of 425 ~ 25.88%
G 163 of 425 ~ 38.35%
B 152 of 425 ~ 35.76%

%25.88
%38.35
%35.76

CMYK color model

#6EA398 color CMYK value is (33,0,7,36).

  • cyan value is 32.52%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 36.08%
CMYK:
(33,0,7,36)
C33M0Y7K36 
(33%,0%,7%,36%)
(0.33/0.00/0.07/0.36)	

CMYK percentages

%32.52
%0
%6.75
%36.08

Codes

Color #6EA398 in popluar color models

6EA398
RGB110163152
HSL168°22.36%53.53%
HSB/HSV168°32.52%63.92%
CMYK32.52%0.00%6.75%
36.08%

Color #6EA398 in popluar number systems.

HEX6EA398
Decimal110163152
Binary11011101010001110011000
Octal156243230

Shades and tints

Shades of #6EA398

#6EA398
(110,163,152)
#64958B
(100,149,139)
#5A877E
(90,135,126)
#507971
(80,121,113)
#466B64
(70,107,100)
#3C5D57
(60,93,87)
#324F4A
(50,79,74)
#28413D
(40,65,61)
#1E3330
(30,51,48)
#142523
(20,37,35)
#0A1716
(10,23,22)
#000000
(0,0,0)

Tints of #6EA398

#6EA398
(110,163,152)
#7BABA1
(123,171,161)
#88B3AA
(136,179,170)
#95BBB3
(149,187,179)
#A2C3BC
(162,195,188)
#AFCBC5
(175,203,197)
#BCD3CE
(188,211,206)
#C9DBD7
(201,219,215)
#D6E3E0
(214,227,224)
#E3EBE9
(227,235,233)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA398 color. Also use rgb(110,163,152) instead hex code.

Text Font Color

.myTextColor { color: #6EA398; }

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

This text font color is #6EA398.


Background Color

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

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

This div background color is #6EA398.


Border color

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

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

This div border color is #6EA398.


Opacity

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

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

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

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

This text has shadow with #6EA398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA398 on black background.


Color preview on white background

This text has color #6EA398 on white background.



Black color preview on #6EA398 background

This text has black color on #6EA398 background.


White color preview on #6EA398 background

This text has white color on #6EA398 background.