COLOR #6EAF97

HEX: #6EAF97 RGB: (110,175,151)

Color info

#6EAF97 contains mainly green and blue colors. Web safe color of #6EAF97 is #669999 (or #699).

RGB color model

#6EAF97 color RGB value is (110,175,151).

RGB: (110,175,151) (43%, 69%, 59%)

RGB channels and saturation

R 110 of 255 = 43%
G 175 of 255 = 69%
B 151 of 255 = 59%

110
175
151

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

Portions of RGB colors in percentages

R + G + B = 110 + 175 + 151 = 436 (100%)
R 110 of 436 ~ 25.23%
G 175 of 436 ~ 40.14%
B 151 of 436 ~ 34.63'%

%25.23
%40.14
%34.63

CMYK color model

#6EAF97 color CMYK value is (37,0,14,31).

  • cyan value is 37.14%
  • magenta value is 0.00%
  • yellow value is 13.71%
  • key color value is 31.37%
CMYK: (37,0,14,31) C37M0Y14K31 (37%,0%,14%,31%) (0.37/0.00/0.14/0.31) 

CMYK percentages

%37.14
%0
%13.71
%31.37

Codes

Color #6EAF97 in popluar color models

6E AF 97
RGB 110 175 151
HSL 158° 28.89% 55.88%
HSB/HSV 158° 37.14% 68.63%
CMYK 37.14% 0.00% 13.71%
31.37%

Color #6EAF97 in popluar number systems.

HEX 6E AF 97
Decimal 110 175 151
Binary 1101110 10101111 10010111
Octal 156 257 227

Shades and tints

Shades of #6EAF97

#6EAF97
(110,175,151)
#64A08A
(100,160,138)
#5A917D
(90,145,125)
#508270
(80,130,112)
#467363
(70,115,99)
#3C6456
(60,100,86)
#325549
(50,85,73)
#28463C
(40,70,60)
#1E372F
(30,55,47)
#142822
(20,40,34)
#0A1915
(10,25,21)
#000000
(0,0,0)

Tints of #6EAF97

#6EAF97
(110,175,151)
#7BB6A0
(123,182,160)
#88BDA9
(136,189,169)
#95C4B2
(149,196,178)
#A2CBBB
(162,203,187)
#AFD2C4
(175,210,196)
#BCD9CD
(188,217,205)
#C9E0D6
(201,224,214)
#D6E7DF
(214,231,223)
#E3EEE8
(227,238,232)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EAF97 color. Also use rgb(110,175,151) instead hex code.

Text Font Color

.myTextColor { color: #6EAF97; }

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

This text font color is #6EAF97.

Background Color

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

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

This div background color is #6EAF97.

Border color

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

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

This div border color is #6EAF97.

Opacity

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

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

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

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

This text has shadow with #6EAF97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EAF97.

Preview

Color preview on black background

This text has color #6EAF97 on black background.


Color preview on white background

This text has color #6EAF97 on white background.


Black color preview on #6EAF97 background

This text has black color on #6EAF97 background.


White color preview on #6EAF97 background

This text has white color on #6EAF97 background.


Related colors

Complementary color

Complementary color for #hex is #915068.


I love getcolorcode.com

Triadic colors

1 #976EAF and #AF976E with #6EAF97 are triadic colors.

2 #97AF6E and #AF6E97 with #6EAF97 are triadic colors.