COLOR #6EAB90

HEX: #6EAB90
RGB: (110,171,144)

Renk bilgisi

#6EAB90 contains mainly green and blue colors. #6EAB90 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#6EAB90 color RGB value is (110,171,144).

  • kırmız ton 110;
  • yeşil ton 171;
  • mavi ton 144.
RGB:
(110,171,144)
(43%,67%,56%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 171 of 255 = 67%
B 144 of 255 = 56%

110
171
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 171 + 144 = 425 (100%)
R 110 of 425 ~ 25.88%
G 171 of 425 ~ 40.24%
B 144 of 425 ~ 33.88%

%25.88
%40.24
%33.88

CMYK RENK MODELİ

#6EAB90 rengi CMYK tonu (36,0,16,33).

  • camgöbeği tonu 35.67%
  • eflatun tonu 0.00%
  • sarı tonu 15.79%
  • ana renk tonu 32.94%
CMYK:
(36,0,16,33)
C36M0Y16K33 
(36%,0%,16%,33%)
(0.36/0.00/0.16/0.33)	

CMYK yüzdeleri

%35.67
%0
%15.79
%32.94

Codes

Color #6EAB90 in popluar color models

6EAB90
RGB110171144
HSL153°26.64%55.10%
HSB/HSV153°35.67%67.06%
CMYK35.67%0.00%15.79%
32.94%

Color #6EAB90 in popluar number systems.

HEX6EAB90
Decimal110171144
Binary11011101010101110010000
Octal156253220

Shades and tints

Shades of #6EAB90

#6EAB90
(110,171,144)
#649C83
(100,156,131)
#5A8D76
(90,141,118)
#507E69
(80,126,105)
#466F5C
(70,111,92)
#3C604F
(60,96,79)
#325142
(50,81,66)
#284235
(40,66,53)
#1E3328
(30,51,40)
#14241B
(20,36,27)
#0A150E
(10,21,14)
#000000
(0,0,0)

Tints of #6EAB90

#6EAB90
(110,171,144)
#7BB29A
(123,178,154)
#88B9A4
(136,185,164)
#95C0AE
(149,192,174)
#A2C7B8
(162,199,184)
#AFCEC2
(175,206,194)
#BCD5CC
(188,213,204)
#C9DCD6
(201,220,214)
#D6E3E0
(214,227,224)
#E3EAEA
(227,234,234)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EAB90 color. Also use rgb(110,171,144) instead hex code.

Text Font Color

.myTextColor { color: #6EAB90; }

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

This text font color is #6EAB90.


Background Color

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

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

This div background color is #6EAB90.


Border color

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

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

This div border color is #6EAB90.


Opacity

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

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

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

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

This text has shadow with #6EAB90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EAB90 on black background.


Color preview on white background

This text has color #6EAB90 on white background.



Black color preview on #6EAB90 background

This text has black color on #6EAB90 background.


White color preview on #6EAB90 background

This text has white color on #6EAB90 background.