COLOR #ABD6F9

HEX: #ABD6F9
RGB: (171,214,249)

Renk bilgisi

#ABD6F9 contains mainly green and blue colors. #ABD6F9 ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#ABD6F9 color RGB value is (171,214,249).

  • kırmız ton 171;
  • yeşil ton 214;
  • mavi ton 249.
RGB:
(171,214,249)
(67%,84%,98%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 214 of 255 = 84%
B 249 of 255 = 98%

171
214
249

R + G + B ~ 83%. #ABD6F9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 214 + 249 = 634 (100%)
R 171 of 634 ~ 26.97%
G 214 of 634 ~ 33.75%
B 249 of 634 ~ 39.27%

%26.97
%33.75
%39.27

CMYK RENK MODELİ

#ABD6F9 rengi CMYK tonu (31,14,0,2).

  • camgöbeği tonu 31.33%
  • eflatun tonu 14.06%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(31,14,0,2)
C31M14Y0K2 
(31%,14%,0%,2%)
(0.31/0.14/0.00/0.02)	

CMYK yüzdeleri

%31.33
%14.06
%0
%2.35

Codes

Color #ABD6F9 in popluar color models

ABD6F9
RGB171214249
HSL207°86.67%82.35%
HSB/HSV207°31.33%97.65%
CMYK31.33%14.06%0.00%
2.35%

Color #ABD6F9 in popluar number systems.

HEXABD6F9
Decimal171214249
Binary101010111101011011111001
Octal253326371

Shades and tints

Shades of #ABD6F9

#ABD6F9
(171,214,249)
#9CC3E3
(156,195,227)
#8DB0CD
(141,176,205)
#7E9DB7
(126,157,183)
#6F8AA1
(111,138,161)
#60778B
(96,119,139)
#516475
(81,100,117)
#42515F
(66,81,95)
#333E49
(51,62,73)
#242B33
(36,43,51)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #ABD6F9

#ABD6F9
(171,214,249)
#B2D9F9
(178,217,249)
#B9DCF9
(185,220,249)
#C0DFF9
(192,223,249)
#C7E2F9
(199,226,249)
#CEE5F9
(206,229,249)
#D5E8F9
(213,232,249)
#DCEBF9
(220,235,249)
#E3EEF9
(227,238,249)
#EAF1F9
(234,241,249)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD6F9 color. Also use rgb(171,214,249) instead hex code.

Text Font Color

.myTextColor { color: #ABD6F9; }

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

This text font color is #ABD6F9.


Background Color

.myBgColor { background-color: #ABD6F9; }

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

This div background color is #ABD6F9.


Border color

.myBorderColor { border: 1px solid #ABD6F9; }

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

This div border color is #ABD6F9.


Opacity

.myOpacity80 { color: #ABD6F9; opacity: 0.8; }

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

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

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

This text has shadow with #ABD6F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD6F9 on black background.


Color preview on white background

This text has color #ABD6F9 on white background.



Black color preview on #ABD6F9 background

This text has black color on #ABD6F9 background.


White color preview on #ABD6F9 background

This text has white color on #ABD6F9 background.