COLOR #6EB3A2

HEX: #6EB3A2
RGB: (110,179,162)

Color info

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

RGB color model

#6EB3A2 color RGB value is (110,179,162).

  • red value is 110;
  • green value is 179;
  • blue value is 162.
RGB:
(110,179,162)
(43%,70%,64%)

RGB channels and saturation

R 110 of 255 = 43%
G 179 of 255 = 70%
B 162 of 255 = 64%

110
179
162

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

Portions of RGB colors in percentages

R + G + B =
110 + 179 + 162 = 451 (100%)
R 110 of 451 ~ 24.39%
G 179 of 451 ~ 39.69%
B 162 of 451 ~ 35.92%

%24.39
%39.69
%35.92

CMYK color model

#6EB3A2 color CMYK value is (39,0,9,30).

  • cyan value is 38.55%
  • magenta value is 0.00%
  • yellow value is 9.50%
  • key color value is 29.80%
CMYK:
(39,0,9,30)
C39M0Y9K30 
(39%,0%,9%,30%)
(0.39/0.00/0.09/0.30)	

CMYK percentages

%38.55
%0
%9.5
%29.8

Codes

Color #6EB3A2 in popluar color models

6EB3A2
RGB110179162
HSL165°31.22%56.67%
HSB/HSV165°38.55%70.20%
CMYK38.55%0.00%9.50%
29.80%

Color #6EB3A2 in popluar number systems.

HEX6EB3A2
Decimal110179162
Binary11011101011001110100010
Octal156263242

Shades and tints

Shades of #6EB3A2

#6EB3A2
(110,179,162)
#64A394
(100,163,148)
#5A9386
(90,147,134)
#508378
(80,131,120)
#46736A
(70,115,106)
#3C635C
(60,99,92)
#32534E
(50,83,78)
#284340
(40,67,64)
#1E3332
(30,51,50)
#142324
(20,35,36)
#0A1316
(10,19,22)
#000000
(0,0,0)

Tints of #6EB3A2

#6EB3A2
(110,179,162)
#7BB9AA
(123,185,170)
#88BFB2
(136,191,178)
#95C5BA
(149,197,186)
#A2CBC2
(162,203,194)
#AFD1CA
(175,209,202)
#BCD7D2
(188,215,210)
#C9DDDA
(201,221,218)
#D6E3E2
(214,227,226)
#E3E9EA
(227,233,234)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB3A2 color. Also use rgb(110,179,162) instead hex code.

Text Font Color

.myTextColor { color: #6EB3A2; }

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

This text font color is #6EB3A2.


Background Color

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

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

This div background color is #6EB3A2.


Border color

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

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

This div border color is #6EB3A2.


Opacity

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

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

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

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

This text has shadow with #6EB3A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EB3A2 on black background.


Color preview on white background

This text has color #6EB3A2 on white background.



Black color preview on #6EB3A2 background

This text has black color on #6EB3A2 background.


White color preview on #6EB3A2 background

This text has white color on #6EB3A2 background.