COLOR #6EB2D1

HEX: #6EB2D1
RGB: (110,178,209)

Renk bilgisi

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

RGB renk modeli

#6EB2D1 color RGB value is (110,178,209).

  • kırmız ton 110;
  • yeşil ton 178;
  • mavi ton 209.
RGB:
(110,178,209)
(43%,70%,82%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 178 of 255 = 70%
B 209 of 255 = 82%

110
178
209

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 178 + 209 = 497 (100%)
R 110 of 497 ~ 22.13%
G 178 of 497 ~ 35.81%
B 209 of 497 ~ 42.05%

%22.13
%35.81
%42.05

CMYK RENK MODELİ

#6EB2D1 rengi CMYK tonu (47,15,0,18).

  • camgöbeği tonu 47.37%
  • eflatun tonu 14.83%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(47,15,0,18)
C47M15Y0K18 
(47%,15%,0%,18%)
(0.47/0.15/0.00/0.18)	

CMYK yüzdeleri

%47.37
%14.83
%0
%18.04

Codes

Color #6EB2D1 in popluar color models

6EB2D1
RGB110178209
HSL199°51.83%62.55%
HSB/HSV199°47.37%81.96%
CMYK47.37%14.83%0.00%
18.04%

Color #6EB2D1 in popluar number systems.

HEX6EB2D1
Decimal110178209
Binary11011101011001011010001
Octal156262321

Shades and tints

Shades of #6EB2D1

#6EB2D1
(110,178,209)
#64A2BE
(100,162,190)
#5A92AB
(90,146,171)
#508298
(80,130,152)
#467285
(70,114,133)
#3C6272
(60,98,114)
#32525F
(50,82,95)
#28424C
(40,66,76)
#1E3239
(30,50,57)
#142226
(20,34,38)
#0A1213
(10,18,19)
#000000
(0,0,0)

Tints of #6EB2D1

#6EB2D1
(110,178,209)
#7BB9D5
(123,185,213)
#88C0D9
(136,192,217)
#95C7DD
(149,199,221)
#A2CEE1
(162,206,225)
#AFD5E5
(175,213,229)
#BCDCE9
(188,220,233)
#C9E3ED
(201,227,237)
#D6EAF1
(214,234,241)
#E3F1F5
(227,241,245)
#F0F8F9
(240,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB2D1 color. Also use rgb(110,178,209) instead hex code.

Text Font Color

.myTextColor { color: #6EB2D1; }

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

This text font color is #6EB2D1.


Background Color

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

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

This div background color is #6EB2D1.


Border color

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

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

This div border color is #6EB2D1.


Opacity

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

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

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

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

This text has shadow with #6EB2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EB2D1 on black background.


Color preview on white background

This text has color #6EB2D1 on white background.



Black color preview on #6EB2D1 background

This text has black color on #6EB2D1 background.


White color preview on #6EB2D1 background

This text has white color on #6EB2D1 background.