COLOR #6EB7DF

HEX: #6EB7DF
RGB: (110,183,223)

Renk bilgisi

#6EB7DF contains mainly green and blue colors. #6EB7DF ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#6EB7DF color RGB value is (110,183,223).

  • kırmız ton 110;
  • yeşil ton 183;
  • mavi ton 223.
RGB:
(110,183,223)
(43%,72%,87%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 183 of 255 = 72%
B 223 of 255 = 87%

110
183
223

R + G + B ~ 67%. #6EB7DF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 183 + 223 = 516 (100%)
R 110 of 516 ~ 21.32%
G 183 of 516 ~ 35.47%
B 223 of 516 ~ 43.22%

%21.32
%35.47
%43.22

CMYK RENK MODELİ

#6EB7DF rengi CMYK tonu (51,18,0,13).

  • camgöbeği tonu 50.67%
  • eflatun tonu 17.94%
  • sarı tonu 0.00%
  • ana renk tonu 12.55%
CMYK:
(51,18,0,13)
C51M18Y0K13 
(51%,18%,0%,13%)
(0.51/0.18/0.00/0.13)	

CMYK yüzdeleri

%50.67
%17.94
%0
%12.55

Codes

Color #6EB7DF in popluar color models

6EB7DF
RGB110183223
HSL201°63.84%65.29%
HSB/HSV201°50.67%87.45%
CMYK50.67%17.94%0.00%
12.55%

Color #6EB7DF in popluar number systems.

HEX6EB7DF
Decimal110183223
Binary11011101011011111011111
Octal156267337

Shades and tints

Shades of #6EB7DF

#6EB7DF
(110,183,223)
#64A7CB
(100,167,203)
#5A97B7
(90,151,183)
#5087A3
(80,135,163)
#46778F
(70,119,143)
#3C677B
(60,103,123)
#325767
(50,87,103)
#284753
(40,71,83)
#1E373F
(30,55,63)
#14272B
(20,39,43)
#0A1717
(10,23,23)
#000000
(0,0,0)

Tints of #6EB7DF

#6EB7DF
(110,183,223)
#7BBDE1
(123,189,225)
#88C3E3
(136,195,227)
#95C9E5
(149,201,229)
#A2CFE7
(162,207,231)
#AFD5E9
(175,213,233)
#BCDBEB
(188,219,235)
#C9E1ED
(201,225,237)
#D6E7EF
(214,231,239)
#E3EDF1
(227,237,241)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB7DF color. Also use rgb(110,183,223) instead hex code.

Text Font Color

.myTextColor { color: #6EB7DF; }

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

This text font color is #6EB7DF.


Background Color

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

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

This div background color is #6EB7DF.


Border color

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

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

This div border color is #6EB7DF.


Opacity

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

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

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

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

This text has shadow with #6EB7DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EB7DF on black background.


Color preview on white background

This text has color #6EB7DF on white background.



Black color preview on #6EB7DF background

This text has black color on #6EB7DF background.


White color preview on #6EB7DF background

This text has white color on #6EB7DF background.