COLOR #ABD5DC

HEX: #ABD5DC
RGB: (171,213,220)

Renk bilgisi

#ABD5DC contains red, green and blue colors in about the same proportion. #ABD5DC ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#ABD5DC color RGB value is (171,213,220).

  • kırmız ton 171;
  • yeşil ton 213;
  • mavi ton 220.
RGB:
(171,213,220)
(67%,84%,86%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 213 of 255 = 84%
B 220 of 255 = 86%

171
213
220

R + G + B ~ 79%. #ABD5DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 213 + 220 = 604 (100%)
R 171 of 604 ~ 28.31%
G 213 of 604 ~ 35.26%
B 220 of 604 ~ 36.42%

%28.31
%35.26
%36.42

CMYK RENK MODELİ

#ABD5DC rengi CMYK tonu (22,3,0,14).

  • camgöbeği tonu 22.27%
  • eflatun tonu 3.18%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(22,3,0,14)
C22M3Y0K14 
(22%,3%,0%,14%)
(0.22/0.03/0.00/0.14)	

CMYK yüzdeleri

%22.27
%3.18
%0
%13.73

Codes

Color #ABD5DC in popluar color models

ABD5DC
RGB171213220
HSL189°41.18%76.67%
HSB/HSV189°22.27%86.27%
CMYK22.27%3.18%0.00%
13.73%

Color #ABD5DC in popluar number systems.

HEXABD5DC
Decimal171213220
Binary101010111101010111011100
Octal253325334

Shades and tints

Shades of #ABD5DC

#ABD5DC
(171,213,220)
#9CC2C8
(156,194,200)
#8DAFB4
(141,175,180)
#7E9CA0
(126,156,160)
#6F898C
(111,137,140)
#607678
(96,118,120)
#516364
(81,99,100)
#425050
(66,80,80)
#333D3C
(51,61,60)
#242A28
(36,42,40)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #ABD5DC

#ABD5DC
(171,213,220)
#B2D8DF
(178,216,223)
#B9DBE2
(185,219,226)
#C0DEE5
(192,222,229)
#C7E1E8
(199,225,232)
#CEE4EB
(206,228,235)
#D5E7EE
(213,231,238)
#DCEAF1
(220,234,241)
#E3EDF4
(227,237,244)
#EAF0F7
(234,240,247)
#F1F3FA
(241,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD5DC color. Also use rgb(171,213,220) instead hex code.

Text Font Color

.myTextColor { color: #ABD5DC; }

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

This text font color is #ABD5DC.


Background Color

.myBgColor { background-color: #ABD5DC; }

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

This div background color is #ABD5DC.


Border color

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

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

This div border color is #ABD5DC.


Opacity

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

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

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

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

This text has shadow with #ABD5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD5DC on black background.


Color preview on white background

This text has color #ABD5DC on white background.



Black color preview on #ABD5DC background

This text has black color on #ABD5DC background.


White color preview on #ABD5DC background

This text has white color on #ABD5DC background.