COLOR #AAB9DD

HEX: #AAB9DD
RGB: (170,185,221)

Renk bilgisi

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

RGB renk modeli

#AAB9DD color RGB value is (170,185,221).

  • kırmız ton 170;
  • yeşil ton 185;
  • mavi ton 221.
RGB:
(170,185,221)
(67%,73%,87%)

RGB bağlantıları ve doygunluk

R 170 of 255 = 67%
G 185 of 255 = 73%
B 221 of 255 = 87%

170
185
221

R + G + B ~ 76%. #AAB9DD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
170 + 185 + 221 = 576 (100%)
R 170 of 576 ~ 29.51%
G 185 of 576 ~ 32.12%
B 221 of 576 ~ 38.37%

%29.51
%32.12
%38.37

CMYK RENK MODELİ

#AAB9DD rengi CMYK tonu (23,16,0,13).

  • camgöbeği tonu 23.08%
  • eflatun tonu 16.29%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(23,16,0,13)
C23M16Y0K13 
(23%,16%,0%,13%)
(0.23/0.16/0.00/0.13)	

CMYK yüzdeleri

%23.08
%16.29
%0
%13.33

Codes

Color #AAB9DD in popluar color models

AAB9DD
RGB170185221
HSL222°42.86%76.67%
HSB/HSV222°23.08%86.67%
CMYK23.08%16.29%0.00%
13.33%

Color #AAB9DD in popluar number systems.

HEXAAB9DD
Decimal170185221
Binary101010101011100111011101
Octal252271335

Shades and tints

Shades of #AAB9DD

#AAB9DD
(170,185,221)
#9BA9C9
(155,169,201)
#8C99B5
(140,153,181)
#7D89A1
(125,137,161)
#6E798D
(110,121,141)
#5F6979
(95,105,121)
#505965
(80,89,101)
#414951
(65,73,81)
#32393D
(50,57,61)
#232929
(35,41,41)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #AAB9DD

#AAB9DD
(170,185,221)
#B1BFE0
(177,191,224)
#B8C5E3
(184,197,227)
#BFCBE6
(191,203,230)
#C6D1E9
(198,209,233)
#CDD7EC
(205,215,236)
#D4DDEF
(212,221,239)
#DBE3F2
(219,227,242)
#E2E9F5
(226,233,245)
#E9EFF8
(233,239,248)
#F0F5FB
(240,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB9DD color. Also use rgb(170,185,221) instead hex code.

Text Font Color

.myTextColor { color: #AAB9DD; }

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

This text font color is #AAB9DD.


Background Color

.myBgColor { background-color: #AAB9DD; }

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

This div background color is #AAB9DD.


Border color

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

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

This div border color is #AAB9DD.


Opacity

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

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

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

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

This text has shadow with #AAB9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB9DD on black background.


Color preview on white background

This text has color #AAB9DD on white background.



Black color preview on #AAB9DD background

This text has black color on #AAB9DD background.


White color preview on #AAB9DD background

This text has white color on #AAB9DD background.