COLOR #AAB0DB

HEX: #AAB0DB
RGB: (170,176,219)

Renk bilgisi

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

RGB renk modeli

#AAB0DB color RGB value is (170,176,219).

  • kırmız ton 170;
  • yeşil ton 176;
  • mavi ton 219.
RGB:
(170,176,219)
(67%,69%,86%)

RGB bağlantıları ve doygunluk

R 170 of 255 = 67%
G 176 of 255 = 69%
B 219 of 255 = 86%

170
176
219

R + G + B ~ 74%. #AAB0DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
170 + 176 + 219 = 565 (100%)
R 170 of 565 ~ 30.09%
G 176 of 565 ~ 31.15%
B 219 of 565 ~ 38.76%

%30.09
%31.15
%38.76

CMYK RENK MODELİ

#AAB0DB rengi CMYK tonu (22,20,0,14).

  • camgöbeği tonu 22.37%
  • eflatun tonu 19.63%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(22,20,0,14)
C22M20Y0K14 
(22%,20%,0%,14%)
(0.22/0.20/0.00/0.14)	

CMYK yüzdeleri

%22.37
%19.63
%0
%14.12

Codes

Color #AAB0DB in popluar color models

AAB0DB
RGB170176219
HSL233°40.50%76.27%
HSB/HSV233°22.37%85.88%
CMYK22.37%19.63%0.00%
14.12%

Color #AAB0DB in popluar number systems.

HEXAAB0DB
Decimal170176219
Binary101010101011000011011011
Octal252260333

Shades and tints

Shades of #AAB0DB

#AAB0DB
(170,176,219)
#9BA0C8
(155,160,200)
#8C90B5
(140,144,181)
#7D80A2
(125,128,162)
#6E708F
(110,112,143)
#5F607C
(95,96,124)
#505069
(80,80,105)
#414056
(65,64,86)
#323043
(50,48,67)
#232030
(35,32,48)
#14101D
(20,16,29)
#000000
(0,0,0)

Tints of #AAB0DB

#AAB0DB
(170,176,219)
#B1B7DE
(177,183,222)
#B8BEE1
(184,190,225)
#BFC5E4
(191,197,228)
#C6CCE7
(198,204,231)
#CDD3EA
(205,211,234)
#D4DAED
(212,218,237)
#DBE1F0
(219,225,240)
#E2E8F3
(226,232,243)
#E9EFF6
(233,239,246)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB0DB color. Also use rgb(170,176,219) instead hex code.

Text Font Color

.myTextColor { color: #AAB0DB; }

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

This text font color is #AAB0DB.


Background Color

.myBgColor { background-color: #AAB0DB; }

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

This div background color is #AAB0DB.


Border color

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

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

This div border color is #AAB0DB.


Opacity

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

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

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

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

This text has shadow with #AAB0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB0DB on black background.


Color preview on white background

This text has color #AAB0DB on white background.



Black color preview on #AAB0DB background

This text has black color on #AAB0DB background.


White color preview on #AAB0DB background

This text has white color on #AAB0DB background.