COLOR #6EB7A1

HEX: #6EB7A1
RGB: (110,183,161)

Color info

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

RGB color model

#6EB7A1 color RGB value is (110,183,161).

  • red value is 110;
  • green value is 183;
  • blue value is 161.
RGB:
(110,183,161)
(43%,72%,63%)

RGB channels and saturation

R 110 of 255 = 43%
G 183 of 255 = 72%
B 161 of 255 = 63%

110
183
161

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

Portions of RGB colors in percentages

R + G + B =
110 + 183 + 161 = 454 (100%)
R 110 of 454 ~ 24.23%
G 183 of 454 ~ 40.31%
B 161 of 454 ~ 35.46%

%24.23
%40.31
%35.46

CMYK color model

#6EB7A1 color CMYK value is (40,0,12,28).

  • cyan value is 39.89%
  • magenta value is 0.00%
  • yellow value is 12.02%
  • key color value is 28.24%
CMYK:
(40,0,12,28)
C40M0Y12K28 
(40%,0%,12%,28%)
(0.40/0.00/0.12/0.28)	

CMYK percentages

%39.89
%0
%12.02
%28.24

Codes

Color #6EB7A1 in popluar color models

6EB7A1
RGB110183161
HSL162°33.64%57.45%
HSB/HSV162°39.89%71.76%
CMYK39.89%0.00%12.02%
28.24%

Color #6EB7A1 in popluar number systems.

HEX6EB7A1
Decimal110183161
Binary11011101011011110100001
Octal156267241

Shades and tints

Shades of #6EB7A1

#6EB7A1
(110,183,161)
#64A793
(100,167,147)
#5A9785
(90,151,133)
#508777
(80,135,119)
#467769
(70,119,105)
#3C675B
(60,103,91)
#32574D
(50,87,77)
#28473F
(40,71,63)
#1E3731
(30,55,49)
#142723
(20,39,35)
#0A1715
(10,23,21)
#000000
(0,0,0)

Tints of #6EB7A1

#6EB7A1
(110,183,161)
#7BBDA9
(123,189,169)
#88C3B1
(136,195,177)
#95C9B9
(149,201,185)
#A2CFC1
(162,207,193)
#AFD5C9
(175,213,201)
#BCDBD1
(188,219,209)
#C9E1D9
(201,225,217)
#D6E7E1
(214,231,225)
#E3EDE9
(227,237,233)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB7A1 color. Also use rgb(110,183,161) instead hex code.

Text Font Color

.myTextColor { color: #6EB7A1; }

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

This text font color is #6EB7A1.


Background Color

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

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

This div background color is #6EB7A1.


Border color

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

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

This div border color is #6EB7A1.


Opacity

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

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

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

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

This text has shadow with #6EB7A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EB7A1 on black background.


Color preview on white background

This text has color #6EB7A1 on white background.



Black color preview on #6EB7A1 background

This text has black color on #6EB7A1 background.


White color preview on #6EB7A1 background

This text has white color on #6EB7A1 background.