COLOR #6EABDA

HEX: #6EABDA
RGB: (110,171,218)

Renk bilgisi

#6EABDA contains mainly green and blue colors. #6EABDA ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6EABDA color RGB value is (110,171,218).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 171 of 255 = 67%
B 218 of 255 = 85%

110
171
218

R + G + B ~ 65%. #6EABDA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 171 + 218 = 499 (100%)
R 110 of 499 ~ 22.04%
G 171 of 499 ~ 34.27%
B 218 of 499 ~ 43.69%

%22.04
%34.27
%43.69

CMYK RENK MODELİ

#6EABDA rengi CMYK tonu (50,22,0,15).

  • camgöbeği tonu 49.54%
  • eflatun tonu 21.56%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(50,22,0,15)
C50M22Y0K15 
(50%,22%,0%,15%)
(0.50/0.22/0.00/0.15)	

CMYK yüzdeleri

%49.54
%21.56
%0
%14.51

Codes

Color #6EABDA in popluar color models

6EABDA
RGB110171218
HSL206°59.34%64.31%
HSB/HSV206°49.54%85.49%
CMYK49.54%21.56%0.00%
14.51%

Color #6EABDA in popluar number systems.

HEX6EABDA
Decimal110171218
Binary11011101010101111011010
Octal156253332

Shades and tints

Shades of #6EABDA

#6EABDA
(110,171,218)
#649CC7
(100,156,199)
#5A8DB4
(90,141,180)
#507EA1
(80,126,161)
#466F8E
(70,111,142)
#3C607B
(60,96,123)
#325168
(50,81,104)
#284255
(40,66,85)
#1E3342
(30,51,66)
#14242F
(20,36,47)
#0A151C
(10,21,28)
#000000
(0,0,0)

Tints of #6EABDA

#6EABDA
(110,171,218)
#7BB2DD
(123,178,221)
#88B9E0
(136,185,224)
#95C0E3
(149,192,227)
#A2C7E6
(162,199,230)
#AFCEE9
(175,206,233)
#BCD5EC
(188,213,236)
#C9DCEF
(201,220,239)
#D6E3F2
(214,227,242)
#E3EAF5
(227,234,245)
#F0F1F8
(240,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EABDA; }

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

This text font color is #6EABDA.


Background Color

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

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

This div background color is #6EABDA.


Border color

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

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

This div border color is #6EABDA.


Opacity

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

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

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

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

This text has shadow with #6EABDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EABDA on black background.


Color preview on white background

This text has color #6EABDA on white background.



Black color preview on #6EABDA background

This text has black color on #6EABDA background.


White color preview on #6EABDA background

This text has white color on #6EABDA background.