COLOR #ABB7DC

HEX: #ABB7DC
RGB: (171,183,220)

Renk bilgisi

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

RGB renk modeli

#ABB7DC color RGB value is (171,183,220).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 183 of 255 = 72%
B 220 of 255 = 86%

171
183
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 183 + 220 = 574 (100%)
R 171 of 574 ~ 29.79%
G 183 of 574 ~ 31.88%
B 220 of 574 ~ 38.33%

%29.79
%31.88
%38.33

CMYK RENK MODELİ

#ABB7DC rengi CMYK tonu (22,17,0,14).

  • camgöbeği tonu 22.27%
  • eflatun tonu 16.82%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(22,17,0,14)
C22M17Y0K14 
(22%,17%,0%,14%)
(0.22/0.17/0.00/0.14)	

CMYK yüzdeleri

%22.27
%16.82
%0
%13.73

Codes

Color #ABB7DC in popluar color models

ABB7DC
RGB171183220
HSL225°41.18%76.67%
HSB/HSV225°22.27%86.27%
CMYK22.27%16.82%0.00%
13.73%

Color #ABB7DC in popluar number systems.

HEXABB7DC
Decimal171183220
Binary101010111011011111011100
Octal253267334

Shades and tints

Shades of #ABB7DC

#ABB7DC
(171,183,220)
#9CA7C8
(156,167,200)
#8D97B4
(141,151,180)
#7E87A0
(126,135,160)
#6F778C
(111,119,140)
#606778
(96,103,120)
#515764
(81,87,100)
#424750
(66,71,80)
#33373C
(51,55,60)
#242728
(36,39,40)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #ABB7DC

#ABB7DC
(171,183,220)
#B2BDDF
(178,189,223)
#B9C3E2
(185,195,226)
#C0C9E5
(192,201,229)
#C7CFE8
(199,207,232)
#CED5EB
(206,213,235)
#D5DBEE
(213,219,238)
#DCE1F1
(220,225,241)
#E3E7F4
(227,231,244)
#EAEDF7
(234,237,247)
#F1F3FA
(241,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB7DC; }

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

This text font color is #ABB7DC.


Background Color

.myBgColor { background-color: #ABB7DC; }

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

This div background color is #ABB7DC.


Border color

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

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

This div border color is #ABB7DC.


Opacity

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

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

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

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

This text has shadow with #ABB7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB7DC on black background.


Color preview on white background

This text has color #ABB7DC on white background.



Black color preview on #ABB7DC background

This text has black color on #ABB7DC background.


White color preview on #ABB7DC background

This text has white color on #ABB7DC background.