COLOR #6EB489

HEX: #6EB489
RGB: (110,180,137)

Renk bilgisi

#6EB489 contains mainly green and blue colors. #6EB489 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#6EB489 color RGB value is (110,180,137).

  • kırmız ton 110;
  • yeşil ton 180;
  • mavi ton 137.
RGB:
(110,180,137)
(43%,71%,54%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 180 of 255 = 71%
B 137 of 255 = 54%

110
180
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 180 + 137 = 427 (100%)
R 110 of 427 ~ 25.76%
G 180 of 427 ~ 42.15%
B 137 of 427 ~ 32.08%

%25.76
%42.15
%32.08

CMYK RENK MODELİ

#6EB489 rengi CMYK tonu (39,0,24,29).

  • camgöbeği tonu 38.89%
  • eflatun tonu 0.00%
  • sarı tonu 23.89%
  • ana renk tonu 29.41%
CMYK:
(39,0,24,29)
C39M0Y24K29 
(39%,0%,24%,29%)
(0.39/0.00/0.24/0.29)	

CMYK yüzdeleri

%38.89
%0
%23.89
%29.41

Codes

Color #6EB489 in popluar color models

6EB489
RGB110180137
HSL143°31.82%56.86%
HSB/HSV143°38.89%70.59%
CMYK38.89%0.00%23.89%
29.41%

Color #6EB489 in popluar number systems.

HEX6EB489
Decimal110180137
Binary11011101011010010001001
Octal156264211

Shades and tints

Shades of #6EB489

#6EB489
(110,180,137)
#64A47D
(100,164,125)
#5A9471
(90,148,113)
#508465
(80,132,101)
#467459
(70,116,89)
#3C644D
(60,100,77)
#325441
(50,84,65)
#284435
(40,68,53)
#1E3429
(30,52,41)
#14241D
(20,36,29)
#0A1411
(10,20,17)
#000000
(0,0,0)

Tints of #6EB489

#6EB489
(110,180,137)
#7BBA93
(123,186,147)
#88C09D
(136,192,157)
#95C6A7
(149,198,167)
#A2CCB1
(162,204,177)
#AFD2BB
(175,210,187)
#BCD8C5
(188,216,197)
#C9DECF
(201,222,207)
#D6E4D9
(214,228,217)
#E3EAE3
(227,234,227)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB489 color. Also use rgb(110,180,137) instead hex code.

Text Font Color

.myTextColor { color: #6EB489; }

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

This text font color is #6EB489.


Background Color

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

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

This div background color is #6EB489.


Border color

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

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

This div border color is #6EB489.


Opacity

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

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

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

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

This text has shadow with #6EB489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EB489 on black background.


Color preview on white background

This text has color #6EB489 on white background.



Black color preview on #6EB489 background

This text has black color on #6EB489 background.


White color preview on #6EB489 background

This text has white color on #6EB489 background.