COLOR #ABB8CC

HEX: #ABB8CC
RGB: (171,184,204)

Renk bilgisi

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

RGB renk modeli

#ABB8CC color RGB value is (171,184,204).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 184 of 255 = 72%
B 204 of 255 = 80%

171
184
204

R + G + B ~ 73%. #ABB8CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 184 + 204 = 559 (100%)
R 171 of 559 ~ 30.59%
G 184 of 559 ~ 32.92%
B 204 of 559 ~ 36.49%

%30.59
%32.92
%36.49

CMYK RENK MODELİ

#ABB8CC rengi CMYK tonu (16,10,0,20).

  • camgöbeği tonu 16.18%
  • eflatun tonu 9.80%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(16,10,0,20)
C16M10Y0K20 
(16%,10%,0%,20%)
(0.16/0.10/0.00/0.20)	

CMYK yüzdeleri

%16.18
%9.8
%0
%20

Codes

Color #ABB8CC in popluar color models

ABB8CC
RGB171184204
HSL216°24.44%73.53%
HSB/HSV216°16.18%80.00%
CMYK16.18%9.80%0.00%
20.00%

Color #ABB8CC in popluar number systems.

HEXABB8CC
Decimal171184204
Binary101010111011100011001100
Octal253270314

Shades and tints

Shades of #ABB8CC

#ABB8CC
(171,184,204)
#9CA8BA
(156,168,186)
#8D98A8
(141,152,168)
#7E8896
(126,136,150)
#6F7884
(111,120,132)
#606872
(96,104,114)
#515860
(81,88,96)
#42484E
(66,72,78)
#33383C
(51,56,60)
#24282A
(36,40,42)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #ABB8CC

#ABB8CC
(171,184,204)
#B2BED0
(178,190,208)
#B9C4D4
(185,196,212)
#C0CAD8
(192,202,216)
#C7D0DC
(199,208,220)
#CED6E0
(206,214,224)
#D5DCE4
(213,220,228)
#DCE2E8
(220,226,232)
#E3E8EC
(227,232,236)
#EAEEF0
(234,238,240)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB8CC; }

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

This text font color is #ABB8CC.


Background Color

.myBgColor { background-color: #ABB8CC; }

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

This div background color is #ABB8CC.


Border color

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

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

This div border color is #ABB8CC.


Opacity

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

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

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

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

This text has shadow with #ABB8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB8CC on black background.


Color preview on white background

This text has color #ABB8CC on white background.



Black color preview on #ABB8CC background

This text has black color on #ABB8CC background.


White color preview on #ABB8CC background

This text has white color on #ABB8CC background.