COLOR #AABDD4

HEX: #AABDD4
RGB: (170,189,212)

Renk bilgisi

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

RGB renk modeli

#AABDD4 color RGB value is (170,189,212).

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

RGB bağlantıları ve doygunluk

R 170 of 255 = 67%
G 189 of 255 = 74%
B 212 of 255 = 83%

170
189
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
170 + 189 + 212 = 571 (100%)
R 170 of 571 ~ 29.77%
G 189 of 571 ~ 33.1%
B 212 of 571 ~ 37.13%

%29.77
%33.1
%37.13

CMYK RENK MODELİ

#AABDD4 rengi CMYK tonu (20,11,0,17).

  • camgöbeği tonu 19.81%
  • eflatun tonu 10.85%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(20,11,0,17)
C20M11Y0K17 
(20%,11%,0%,17%)
(0.20/0.11/0.00/0.17)	

CMYK yüzdeleri

%19.81
%10.85
%0
%16.86

Codes

Color #AABDD4 in popluar color models

AABDD4
RGB170189212
HSL213°32.81%74.90%
HSB/HSV213°19.81%83.14%
CMYK19.81%10.85%0.00%
16.86%

Color #AABDD4 in popluar number systems.

HEXAABDD4
Decimal170189212
Binary101010101011110111010100
Octal252275324

Shades and tints

Shades of #AABDD4

#AABDD4
(170,189,212)
#9BACC1
(155,172,193)
#8C9BAE
(140,155,174)
#7D8A9B
(125,138,155)
#6E7988
(110,121,136)
#5F6875
(95,104,117)
#505762
(80,87,98)
#41464F
(65,70,79)
#32353C
(50,53,60)
#232429
(35,36,41)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #AABDD4

#AABDD4
(170,189,212)
#B1C3D7
(177,195,215)
#B8C9DA
(184,201,218)
#BFCFDD
(191,207,221)
#C6D5E0
(198,213,224)
#CDDBE3
(205,219,227)
#D4E1E6
(212,225,230)
#DBE7E9
(219,231,233)
#E2EDEC
(226,237,236)
#E9F3EF
(233,243,239)
#F0F9F2
(240,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABDD4; }

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

This text font color is #AABDD4.


Background Color

.myBgColor { background-color: #AABDD4; }

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

This div background color is #AABDD4.


Border color

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

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

This div border color is #AABDD4.


Opacity

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

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

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

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

This text has shadow with #AABDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABDD4 on black background.


Color preview on white background

This text has color #AABDD4 on white background.



Black color preview on #AABDD4 background

This text has black color on #AABDD4 background.


White color preview on #AABDD4 background

This text has white color on #AABDD4 background.