COLOR #ABB4DB

HEX: #ABB4DB
RGB: (171,180,219)

Renk bilgisi

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

RGB renk modeli

#ABB4DB color RGB value is (171,180,219).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 180 of 255 = 71%
B 219 of 255 = 86%

171
180
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 180 + 219 = 570 (100%)
R 171 of 570 ~ 30%
G 180 of 570 ~ 31.58%
B 219 of 570 ~ 38.42%

%30
%31.58
%38.42

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%21.92
%17.81
%0
%14.12

Codes

Color #ABB4DB in popluar color models

ABB4DB
RGB171180219
HSL229°40.00%76.47%
HSB/HSV229°21.92%85.88%
CMYK21.92%17.81%0.00%
14.12%

Color #ABB4DB in popluar number systems.

HEXABB4DB
Decimal171180219
Binary101010111011010011011011
Octal253264333

Shades and tints

Shades of #ABB4DB

#ABB4DB
(171,180,219)
#9CA4C8
(156,164,200)
#8D94B5
(141,148,181)
#7E84A2
(126,132,162)
#6F748F
(111,116,143)
#60647C
(96,100,124)
#515469
(81,84,105)
#424456
(66,68,86)
#333443
(51,52,67)
#242430
(36,36,48)
#15141D
(21,20,29)
#000000
(0,0,0)

Tints of #ABB4DB

#ABB4DB
(171,180,219)
#B2BADE
(178,186,222)
#B9C0E1
(185,192,225)
#C0C6E4
(192,198,228)
#C7CCE7
(199,204,231)
#CED2EA
(206,210,234)
#D5D8ED
(213,216,237)
#DCDEF0
(220,222,240)
#E3E4F3
(227,228,243)
#EAEAF6
(234,234,246)
#F1F0F9
(241,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB4DB; }

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

This text font color is #ABB4DB.


Background Color

.myBgColor { background-color: #ABB4DB; }

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

This div background color is #ABB4DB.


Border color

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

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

This div border color is #ABB4DB.


Opacity

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

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

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

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

This text has shadow with #ABB4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB4DB on black background.


Color preview on white background

This text has color #ABB4DB on white background.



Black color preview on #ABB4DB background

This text has black color on #ABB4DB background.


White color preview on #ABB4DB background

This text has white color on #ABB4DB background.