COLOR #ABD5DB

HEX: #ABD5DB
RGB: (171,213,219)

Renk bilgisi

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

RGB renk modeli

#ABD5DB color RGB value is (171,213,219).

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

RGB bağlantıları ve doygunluk

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

171
213
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 213 + 219 = 603 (100%)
R 171 of 603 ~ 28.36%
G 213 of 603 ~ 35.32%
B 219 of 603 ~ 36.32%

%28.36
%35.32
%36.32

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%21.92
%2.74
%0
%14.12

Codes

Color #ABD5DB in popluar color models

ABD5DB
RGB171213219
HSL188°40.00%76.47%
HSB/HSV188°21.92%85.88%
CMYK21.92%2.74%0.00%
14.12%

Color #ABD5DB in popluar number systems.

HEXABD5DB
Decimal171213219
Binary101010111101010111011011
Octal253325333

Shades and tints

Shades of #ABD5DB

#ABD5DB
(171,213,219)
#9CC2C8
(156,194,200)
#8DAFB5
(141,175,181)
#7E9CA2
(126,156,162)
#6F898F
(111,137,143)
#60767C
(96,118,124)
#516369
(81,99,105)
#425056
(66,80,86)
#333D43
(51,61,67)
#242A30
(36,42,48)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #ABD5DB

#ABD5DB
(171,213,219)
#B2D8DE
(178,216,222)
#B9DBE1
(185,219,225)
#C0DEE4
(192,222,228)
#C7E1E7
(199,225,231)
#CEE4EA
(206,228,234)
#D5E7ED
(213,231,237)
#DCEAF0
(220,234,240)
#E3EDF3
(227,237,243)
#EAF0F6
(234,240,246)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD5DB; }

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

This text font color is #ABD5DB.


Background Color

.myBgColor { background-color: #ABD5DB; }

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

This div background color is #ABD5DB.


Border color

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

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

This div border color is #ABD5DB.


Opacity

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

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

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

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

This text has shadow with #ABD5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD5DB on black background.


Color preview on white background

This text has color #ABD5DB on white background.



Black color preview on #ABD5DB background

This text has black color on #ABD5DB background.


White color preview on #ABD5DB background

This text has white color on #ABD5DB background.