COLOR #ABD8CC

HEX: #ABD8CC
RGB: (171,216,204)

Renk bilgisi

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

RGB renk modeli

#ABD8CC color RGB value is (171,216,204).

  • kırmız ton 171;
  • yeşil ton 216;
  • mavi ton 204.
RGB:
(171,216,204)
(67%,85%,80%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 216 of 255 = 85%
B 204 of 255 = 80%

171
216
204

R + G + B ~ 77%. #ABD8CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 216 + 204 = 591 (100%)
R 171 of 591 ~ 28.93%
G 216 of 591 ~ 36.55%
B 204 of 591 ~ 34.52%

%28.93
%36.55
%34.52

CMYK RENK MODELİ

#ABD8CC rengi CMYK tonu (21,0,6,15).

  • camgöbeği tonu 20.83%
  • eflatun tonu 0.00%
  • sarı tonu 5.56%
  • ana renk tonu 15.29%
CMYK:
(21,0,6,15)
C21M0Y6K15 
(21%,0%,6%,15%)
(0.21/0.00/0.06/0.15)	

CMYK yüzdeleri

%20.83
%0
%5.56
%15.29

Codes

Color #ABD8CC in popluar color models

ABD8CC
RGB171216204
HSL164°36.59%75.88%
HSB/HSV164°20.83%84.71%
CMYK20.83%0.00%5.56%
15.29%

Color #ABD8CC in popluar number systems.

HEXABD8CC
Decimal171216204
Binary101010111101100011001100
Octal253330314

Shades and tints

Shades of #ABD8CC

#ABD8CC
(171,216,204)
#9CC5BA
(156,197,186)
#8DB2A8
(141,178,168)
#7E9F96
(126,159,150)
#6F8C84
(111,140,132)
#607972
(96,121,114)
#516660
(81,102,96)
#42534E
(66,83,78)
#33403C
(51,64,60)
#242D2A
(36,45,42)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #ABD8CC

#ABD8CC
(171,216,204)
#B2DBD0
(178,219,208)
#B9DED4
(185,222,212)
#C0E1D8
(192,225,216)
#C7E4DC
(199,228,220)
#CEE7E0
(206,231,224)
#D5EAE4
(213,234,228)
#DCEDE8
(220,237,232)
#E3F0EC
(227,240,236)
#EAF3F0
(234,243,240)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD8CC color. Also use rgb(171,216,204) instead hex code.

Text Font Color

.myTextColor { color: #ABD8CC; }

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

This text font color is #ABD8CC.


Background Color

.myBgColor { background-color: #ABD8CC; }

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

This div background color is #ABD8CC.


Border color

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

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

This div border color is #ABD8CC.


Opacity

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

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

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

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

This text has shadow with #ABD8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD8CC on black background.


Color preview on white background

This text has color #ABD8CC on white background.



Black color preview on #ABD8CC background

This text has black color on #ABD8CC background.


White color preview on #ABD8CC background

This text has white color on #ABD8CC background.