COLOR #AABDD5

HEX: #AABDD5
RGB: (170,189,213)

Renk bilgisi

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

RGB renk modeli

#AABDD5 color RGB value is (170,189,213).

  • kırmız ton 170;
  • yeşil ton 189;
  • mavi ton 213.
RGB:
(170,189,213)
(67%,74%,84%)

RGB bağlantıları ve doygunluk

R 170 of 255 = 67%
G 189 of 255 = 74%
B 213 of 255 = 84%

170
189
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
170 + 189 + 213 = 572 (100%)
R 170 of 572 ~ 29.72%
G 189 of 572 ~ 33.04%
B 213 of 572 ~ 37.24%

%29.72
%33.04
%37.24

CMYK RENK MODELİ

#AABDD5 rengi CMYK tonu (20,11,0,16).

  • camgöbeği tonu 20.19%
  • eflatun tonu 11.27%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(20,11,0,16)
C20M11Y0K16 
(20%,11%,0%,16%)
(0.20/0.11/0.00/0.16)	

CMYK yüzdeleri

%20.19
%11.27
%0
%16.47

Codes

Color #AABDD5 in popluar color models

AABDD5
RGB170189213
HSL213°33.86%75.10%
HSB/HSV213°20.19%83.53%
CMYK20.19%11.27%0.00%
16.47%

Color #AABDD5 in popluar number systems.

HEXAABDD5
Decimal170189213
Binary101010101011110111010101
Octal252275325

Shades and tints

Shades of #AABDD5

#AABDD5
(170,189,213)
#9BACC2
(155,172,194)
#8C9BAF
(140,155,175)
#7D8A9C
(125,138,156)
#6E7989
(110,121,137)
#5F6876
(95,104,118)
#505763
(80,87,99)
#414650
(65,70,80)
#32353D
(50,53,61)
#23242A
(35,36,42)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #AABDD5

#AABDD5
(170,189,213)
#B1C3D8
(177,195,216)
#B8C9DB
(184,201,219)
#BFCFDE
(191,207,222)
#C6D5E1
(198,213,225)
#CDDBE4
(205,219,228)
#D4E1E7
(212,225,231)
#DBE7EA
(219,231,234)
#E2EDED
(226,237,237)
#E9F3F0
(233,243,240)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABDD5 color. Also use rgb(170,189,213) instead hex code.

Text Font Color

.myTextColor { color: #AABDD5; }

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

This text font color is #AABDD5.


Background Color

.myBgColor { background-color: #AABDD5; }

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

This div background color is #AABDD5.


Border color

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

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

This div border color is #AABDD5.


Opacity

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

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

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

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

This text has shadow with #AABDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABDD5 on black background.


Color preview on white background

This text has color #AABDD5 on white background.



Black color preview on #AABDD5 background

This text has black color on #AABDD5 background.


White color preview on #AABDD5 background

This text has white color on #AABDD5 background.