COLOR #6EA5AD

HEX: #6EA5AD
RGB: (110,165,173)

Renk bilgisi

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

RGB renk modeli

#6EA5AD color RGB value is (110,165,173).

  • kırmız ton 110;
  • yeşil ton 165;
  • mavi ton 173.
RGB:
(110,165,173)
(43%,65%,68%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 165 of 255 = 65%
B 173 of 255 = 68%

110
165
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 165 + 173 = 448 (100%)
R 110 of 448 ~ 24.55%
G 165 of 448 ~ 36.83%
B 173 of 448 ~ 38.62%

%24.55
%36.83
%38.62

CMYK RENK MODELİ

#6EA5AD rengi CMYK tonu (36,5,0,32).

  • camgöbeği tonu 36.42%
  • eflatun tonu 4.62%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(36,5,0,32)
C36M5Y0K32 
(36%,5%,0%,32%)
(0.36/0.05/0.00/0.32)	

CMYK yüzdeleri

%36.42
%4.62
%0
%32.16

Codes

Color #6EA5AD in popluar color models

6EA5AD
RGB110165173
HSL188°27.75%55.49%
HSB/HSV188°36.42%67.84%
CMYK36.42%4.62%0.00%
32.16%

Color #6EA5AD in popluar number systems.

HEX6EA5AD
Decimal110165173
Binary11011101010010110101101
Octal156245255

Shades and tints

Shades of #6EA5AD

#6EA5AD
(110,165,173)
#64969E
(100,150,158)
#5A878F
(90,135,143)
#507880
(80,120,128)
#466971
(70,105,113)
#3C5A62
(60,90,98)
#324B53
(50,75,83)
#283C44
(40,60,68)
#1E2D35
(30,45,53)
#141E26
(20,30,38)
#0A0F17
(10,15,23)
#000000
(0,0,0)

Tints of #6EA5AD

#6EA5AD
(110,165,173)
#7BADB4
(123,173,180)
#88B5BB
(136,181,187)
#95BDC2
(149,189,194)
#A2C5C9
(162,197,201)
#AFCDD0
(175,205,208)
#BCD5D7
(188,213,215)
#C9DDDE
(201,221,222)
#D6E5E5
(214,229,229)
#E3EDEC
(227,237,236)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA5AD color. Also use rgb(110,165,173) instead hex code.

Text Font Color

.myTextColor { color: #6EA5AD; }

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

This text font color is #6EA5AD.


Background Color

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

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

This div background color is #6EA5AD.


Border color

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

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

This div border color is #6EA5AD.


Opacity

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

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

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

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

This text has shadow with #6EA5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA5AD on black background.


Color preview on white background

This text has color #6EA5AD on white background.



Black color preview on #6EA5AD background

This text has black color on #6EA5AD background.


White color preview on #6EA5AD background

This text has white color on #6EA5AD background.