COLOR #6EBD90

HEX: #6EBD90
RGB: (110,189,144)

Renk bilgisi

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

RGB renk modeli

#6EBD90 color RGB value is (110,189,144).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 189 of 255 = 74%
B 144 of 255 = 56%

110
189
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 189 + 144 = 443 (100%)
R 110 of 443 ~ 24.83%
G 189 of 443 ~ 42.66%
B 144 of 443 ~ 32.51%

%24.83
%42.66
%32.51

CMYK RENK MODELİ

#6EBD90 rengi CMYK tonu (42,0,24,26).

  • camgöbeği tonu 41.80%
  • eflatun tonu 0.00%
  • sarı tonu 23.81%
  • ana renk tonu 25.88%
CMYK:
(42,0,24,26)
C42M0Y24K26 
(42%,0%,24%,26%)
(0.42/0.00/0.24/0.26)	

CMYK yüzdeleri

%41.8
%0
%23.81
%25.88

Codes

Color #6EBD90 in popluar color models

6EBD90
RGB110189144
HSL146°37.44%58.63%
HSB/HSV146°41.80%74.12%
CMYK41.80%0.00%23.81%
25.88%

Color #6EBD90 in popluar number systems.

HEX6EBD90
Decimal110189144
Binary11011101011110110010000
Octal156275220

Shades and tints

Shades of #6EBD90

#6EBD90
(110,189,144)
#64AC83
(100,172,131)
#5A9B76
(90,155,118)
#508A69
(80,138,105)
#46795C
(70,121,92)
#3C684F
(60,104,79)
#325742
(50,87,66)
#284635
(40,70,53)
#1E3528
(30,53,40)
#14241B
(20,36,27)
#0A130E
(10,19,14)
#000000
(0,0,0)

Tints of #6EBD90

#6EBD90
(110,189,144)
#7BC39A
(123,195,154)
#88C9A4
(136,201,164)
#95CFAE
(149,207,174)
#A2D5B8
(162,213,184)
#AFDBC2
(175,219,194)
#BCE1CC
(188,225,204)
#C9E7D6
(201,231,214)
#D6EDE0
(214,237,224)
#E3F3EA
(227,243,234)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EBD90; }

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

This text font color is #6EBD90.


Background Color

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

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

This div background color is #6EBD90.


Border color

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

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

This div border color is #6EBD90.


Opacity

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

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

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

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

This text has shadow with #6EBD90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EBD90 on black background.


Color preview on white background

This text has color #6EBD90 on white background.



Black color preview on #6EBD90 background

This text has black color on #6EBD90 background.


White color preview on #6EBD90 background

This text has white color on #6EBD90 background.