COLOR #ABD6FF

HEX: #ABD6FF
RGB: (171,214,255)

Renk bilgisi

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

RGB renk modeli

#ABD6FF color RGB value is (171,214,255).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 214 of 255 = 84%
B 255 of 255 = 100%

171
214
255

R + G + B ~ 84%. #ABD6FF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 214 + 255 = 640 (100%)
R 171 of 640 ~ 26.72%
G 214 of 640 ~ 33.44%
B 255 of 640 ~ 39.84%

%26.72
%33.44
%39.84

CMYK RENK MODELİ

#ABD6FF rengi CMYK tonu (33,16,0,0).

  • camgöbeği tonu 32.94%
  • eflatun tonu 16.08%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(33,16,0,0)
C33M16Y0K0 
(33%,16%,0%,0%)
(0.33/0.16/0.00/0.00)	

CMYK yüzdeleri

%32.94
%16.08
%0
%0

Codes

Color #ABD6FF in popluar color models

ABD6FF
RGB171214255
HSL209°100.00%83.53%
HSB/HSV209°32.94%100.00%
CMYK32.94%16.08%0.00%
0.00%

Color #ABD6FF in popluar number systems.

HEXABD6FF
Decimal171214255
Binary101010111101011011111111
Octal253326377

Shades and tints

Shades of #ABD6FF

#ABD6FF
(171,214,255)
#9CC3E8
(156,195,232)
#8DB0D1
(141,176,209)
#7E9DBA
(126,157,186)
#6F8AA3
(111,138,163)
#60778C
(96,119,140)
#516475
(81,100,117)
#42515E
(66,81,94)
#333E47
(51,62,71)
#242B30
(36,43,48)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #ABD6FF

#ABD6FF
(171,214,255)
#B2D9FF
(178,217,255)
#B9DCFF
(185,220,255)
#C0DFFF
(192,223,255)
#C7E2FF
(199,226,255)
#CEE5FF
(206,229,255)
#D5E8FF
(213,232,255)
#DCEBFF
(220,235,255)
#E3EEFF
(227,238,255)
#EAF1FF
(234,241,255)
#F1F4FF
(241,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD6FF; }

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

This text font color is #ABD6FF.


Background Color

.myBgColor { background-color: #ABD6FF; }

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

This div background color is #ABD6FF.


Border color

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

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

This div border color is #ABD6FF.


Opacity

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

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

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

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

This text has shadow with #ABD6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD6FF on black background.


Color preview on white background

This text has color #ABD6FF on white background.



Black color preview on #ABD6FF background

This text has black color on #ABD6FF background.


White color preview on #ABD6FF background

This text has white color on #ABD6FF background.