COLOR #6ABCCE

HEX: #6ABCCE
RGB: (106,188,206)

Renk bilgisi

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

RGB renk modeli

#6ABCCE color RGB value is (106,188,206).

  • kırmız ton 106;
  • yeşil ton 188;
  • mavi ton 206.
RGB:
(106,188,206)
(42%,74%,81%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 188 of 255 = 74%
B 206 of 255 = 81%

106
188
206

R + G + B ~ 66%. #6ABCCE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 188 + 206 = 500 (100%)
R 106 of 500 ~ 21.2%
G 188 of 500 ~ 37.6%
B 206 of 500 ~ 41.2%

%21.2
%37.6
%41.2

CMYK RENK MODELİ

#6ABCCE rengi CMYK tonu (49,9,0,19).

  • camgöbeği tonu 48.54%
  • eflatun tonu 8.74%
  • sarı tonu 0.00%
  • ana renk tonu 19.22%
CMYK:
(49,9,0,19)
C49M9Y0K19 
(49%,9%,0%,19%)
(0.49/0.09/0.00/0.19)	

CMYK yüzdeleri

%48.54
%8.74
%0
%19.22

Codes

Color #6ABCCE in popluar color models

6ABCCE
RGB106188206
HSL191°50.51%61.18%
HSB/HSV191°48.54%80.78%
CMYK48.54%8.74%0.00%
19.22%

Color #6ABCCE in popluar number systems.

HEX6ABCCE
Decimal106188206
Binary11010101011110011001110
Octal152274316

Shades and tints

Shades of #6ABCCE

#6ABCCE
(106,188,206)
#61ABBC
(97,171,188)
#589AAA
(88,154,170)
#4F8998
(79,137,152)
#467886
(70,120,134)
#3D6774
(61,103,116)
#345662
(52,86,98)
#2B4550
(43,69,80)
#22343E
(34,52,62)
#19232C
(25,35,44)
#10121A
(16,18,26)
#000000
(0,0,0)

Tints of #6ABCCE

#6ABCCE
(106,188,206)
#77C2D2
(119,194,210)
#84C8D6
(132,200,214)
#91CEDA
(145,206,218)
#9ED4DE
(158,212,222)
#ABDAE2
(171,218,226)
#B8E0E6
(184,224,230)
#C5E6EA
(197,230,234)
#D2ECEE
(210,236,238)
#DFF2F2
(223,242,242)
#ECF8F6
(236,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ABCCE color. Also use rgb(106,188,206) instead hex code.

Text Font Color

.myTextColor { color: #6ABCCE; }

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

This text font color is #6ABCCE.


Background Color

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

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

This div background color is #6ABCCE.


Border color

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

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

This div border color is #6ABCCE.


Opacity

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

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

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

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

This text has shadow with #6ABCCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ABCCE on black background.


Color preview on white background

This text has color #6ABCCE on white background.



Black color preview on #6ABCCE background

This text has black color on #6ABCCE background.


White color preview on #6ABCCE background

This text has white color on #6ABCCE background.