COLOR #ABB5DC

HEX: #ABB5DC
RGB: (171,181,220)

Renk bilgisi

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

RGB renk modeli

#ABB5DC color RGB value is (171,181,220).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 181 of 255 = 71%
B 220 of 255 = 86%

171
181
220

R + G + B ~ 75%. #ABB5DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 181 + 220 = 572 (100%)
R 171 of 572 ~ 29.9%
G 181 of 572 ~ 31.64%
B 220 of 572 ~ 38.46%

%29.9
%31.64
%38.46

CMYK RENK MODELİ

#ABB5DC rengi CMYK tonu (22,18,0,14).

  • camgöbeği tonu 22.27%
  • eflatun tonu 17.73%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(22,18,0,14)
C22M18Y0K14 
(22%,18%,0%,14%)
(0.22/0.18/0.00/0.14)	

CMYK yüzdeleri

%22.27
%17.73
%0
%13.73

Codes

Color #ABB5DC in popluar color models

ABB5DC
RGB171181220
HSL228°41.18%76.67%
HSB/HSV228°22.27%86.27%
CMYK22.27%17.73%0.00%
13.73%

Color #ABB5DC in popluar number systems.

HEXABB5DC
Decimal171181220
Binary101010111011010111011100
Octal253265334

Shades and tints

Shades of #ABB5DC

#ABB5DC
(171,181,220)
#9CA5C8
(156,165,200)
#8D95B4
(141,149,180)
#7E85A0
(126,133,160)
#6F758C
(111,117,140)
#606578
(96,101,120)
#515564
(81,85,100)
#424550
(66,69,80)
#33353C
(51,53,60)
#242528
(36,37,40)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #ABB5DC

#ABB5DC
(171,181,220)
#B2BBDF
(178,187,223)
#B9C1E2
(185,193,226)
#C0C7E5
(192,199,229)
#C7CDE8
(199,205,232)
#CED3EB
(206,211,235)
#D5D9EE
(213,217,238)
#DCDFF1
(220,223,241)
#E3E5F4
(227,229,244)
#EAEBF7
(234,235,247)
#F1F1FA
(241,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB5DC; }

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

This text font color is #ABB5DC.


Background Color

.myBgColor { background-color: #ABB5DC; }

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

This div background color is #ABB5DC.


Border color

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

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

This div border color is #ABB5DC.


Opacity

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

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

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

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

This text has shadow with #ABB5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB5DC on black background.


Color preview on white background

This text has color #ABB5DC on white background.



Black color preview on #ABB5DC background

This text has black color on #ABB5DC background.


White color preview on #ABB5DC background

This text has white color on #ABB5DC background.