COLOR #6ABBD5

HEX: #6ABBD5
RGB: (106,187,213)

Renk bilgisi

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

RGB renk modeli

#6ABBD5 color RGB value is (106,187,213).

  • kırmız ton 106;
  • yeşil ton 187;
  • mavi ton 213.
RGB:
(106,187,213)
(42%,73%,84%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 187 of 255 = 73%
B 213 of 255 = 84%

106
187
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 187 + 213 = 506 (100%)
R 106 of 506 ~ 20.95%
G 187 of 506 ~ 36.96%
B 213 of 506 ~ 42.09%

%20.95
%36.96
%42.09

CMYK RENK MODELİ

#6ABBD5 rengi CMYK tonu (50,12,0,16).

  • camgöbeği tonu 50.23%
  • eflatun tonu 12.21%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(50,12,0,16)
C50M12Y0K16 
(50%,12%,0%,16%)
(0.50/0.12/0.00/0.16)	

CMYK yüzdeleri

%50.23
%12.21
%0
%16.47

Codes

Color #6ABBD5 in popluar color models

6ABBD5
RGB106187213
HSL195°56.02%62.55%
HSB/HSV195°50.23%83.53%
CMYK50.23%12.21%0.00%
16.47%

Color #6ABBD5 in popluar number systems.

HEX6ABBD5
Decimal106187213
Binary11010101011101111010101
Octal152273325

Shades and tints

Shades of #6ABBD5

#6ABBD5
(106,187,213)
#61AAC2
(97,170,194)
#5899AF
(88,153,175)
#4F889C
(79,136,156)
#467789
(70,119,137)
#3D6676
(61,102,118)
#345563
(52,85,99)
#2B4450
(43,68,80)
#22333D
(34,51,61)
#19222A
(25,34,42)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #6ABBD5

#6ABBD5
(106,187,213)
#77C1D8
(119,193,216)
#84C7DB
(132,199,219)
#91CDDE
(145,205,222)
#9ED3E1
(158,211,225)
#ABD9E4
(171,217,228)
#B8DFE7
(184,223,231)
#C5E5EA
(197,229,234)
#D2EBED
(210,235,237)
#DFF1F0
(223,241,240)
#ECF7F3
(236,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ABBD5 color. Also use rgb(106,187,213) instead hex code.

Text Font Color

.myTextColor { color: #6ABBD5; }

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

This text font color is #6ABBD5.


Background Color

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

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

This div background color is #6ABBD5.


Border color

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

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

This div border color is #6ABBD5.


Opacity

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

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

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

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

This text has shadow with #6ABBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ABBD5 on black background.


Color preview on white background

This text has color #6ABBD5 on white background.



Black color preview on #6ABBD5 background

This text has black color on #6ABBD5 background.


White color preview on #6ABBD5 background

This text has white color on #6ABBD5 background.