COLOR #6EADCA

HEX: #6EADCA
RGB: (110,173,202)

Renk bilgisi

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

RGB renk modeli

#6EADCA color RGB value is (110,173,202).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 173 of 255 = 68%
B 202 of 255 = 79%

110
173
202

R + G + B ~ 63%. #6EADCA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 173 + 202 = 485 (100%)
R 110 of 485 ~ 22.68%
G 173 of 485 ~ 35.67%
B 202 of 485 ~ 41.65%

%22.68
%35.67
%41.65

CMYK RENK MODELİ

#6EADCA rengi CMYK tonu (46,14,0,21).

  • camgöbeği tonu 45.54%
  • eflatun tonu 14.36%
  • sarı tonu 0.00%
  • ana renk tonu 20.78%
CMYK:
(46,14,0,21)
C46M14Y0K21 
(46%,14%,0%,21%)
(0.46/0.14/0.00/0.21)	

CMYK yüzdeleri

%45.54
%14.36
%0
%20.78

Codes

Color #6EADCA in popluar color models

6EADCA
RGB110173202
HSL199°46.46%61.18%
HSB/HSV199°45.54%79.22%
CMYK45.54%14.36%0.00%
20.78%

Color #6EADCA in popluar number systems.

HEX6EADCA
Decimal110173202
Binary11011101010110111001010
Octal156255312

Shades and tints

Shades of #6EADCA

#6EADCA
(110,173,202)
#649EB8
(100,158,184)
#5A8FA6
(90,143,166)
#508094
(80,128,148)
#467182
(70,113,130)
#3C6270
(60,98,112)
#32535E
(50,83,94)
#28444C
(40,68,76)
#1E353A
(30,53,58)
#142628
(20,38,40)
#0A1716
(10,23,22)
#000000
(0,0,0)

Tints of #6EADCA

#6EADCA
(110,173,202)
#7BB4CE
(123,180,206)
#88BBD2
(136,187,210)
#95C2D6
(149,194,214)
#A2C9DA
(162,201,218)
#AFD0DE
(175,208,222)
#BCD7E2
(188,215,226)
#C9DEE6
(201,222,230)
#D6E5EA
(214,229,234)
#E3ECEE
(227,236,238)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EADCA; }

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

This text font color is #6EADCA.


Background Color

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

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

This div background color is #6EADCA.


Border color

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

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

This div border color is #6EADCA.


Opacity

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

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

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

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

This text has shadow with #6EADCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EADCA on black background.


Color preview on white background

This text has color #6EADCA on white background.



Black color preview on #6EADCA background

This text has black color on #6EADCA background.


White color preview on #6EADCA background

This text has white color on #6EADCA background.