COLOR #AAD5E2

HEX: #AAD5E2
RGB: (170,213,226)

Renk bilgisi

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

RGB renk modeli

#AAD5E2 color RGB value is (170,213,226).

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

RGB bağlantıları ve doygunluk

R 170 of 255 = 67%
G 213 of 255 = 84%
B 226 of 255 = 89%

170
213
226

R + G + B ~ 80%. #AAD5E2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
170 + 213 + 226 = 609 (100%)
R 170 of 609 ~ 27.91%
G 213 of 609 ~ 34.98%
B 226 of 609 ~ 37.11%

%27.91
%34.98
%37.11

CMYK RENK MODELİ

#AAD5E2 rengi CMYK tonu (25,6,0,11).

  • camgöbeği tonu 24.78%
  • eflatun tonu 5.75%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(25,6,0,11)
C25M6Y0K11 
(25%,6%,0%,11%)
(0.25/0.06/0.00/0.11)	

CMYK yüzdeleri

%24.78
%5.75
%0
%11.37

Codes

Color #AAD5E2 in popluar color models

AAD5E2
RGB170213226
HSL194°49.12%77.65%
HSB/HSV194°24.78%88.63%
CMYK24.78%5.75%0.00%
11.37%

Color #AAD5E2 in popluar number systems.

HEXAAD5E2
Decimal170213226
Binary101010101101010111100010
Octal252325342

Shades and tints

Shades of #AAD5E2

#AAD5E2
(170,213,226)
#9BC2CE
(155,194,206)
#8CAFBA
(140,175,186)
#7D9CA6
(125,156,166)
#6E8992
(110,137,146)
#5F767E
(95,118,126)
#50636A
(80,99,106)
#415056
(65,80,86)
#323D42
(50,61,66)
#232A2E
(35,42,46)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #AAD5E2

#AAD5E2
(170,213,226)
#B1D8E4
(177,216,228)
#B8DBE6
(184,219,230)
#BFDEE8
(191,222,232)
#C6E1EA
(198,225,234)
#CDE4EC
(205,228,236)
#D4E7EE
(212,231,238)
#DBEAF0
(219,234,240)
#E2EDF2
(226,237,242)
#E9F0F4
(233,240,244)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD5E2; }

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

This text font color is #AAD5E2.


Background Color

.myBgColor { background-color: #AAD5E2; }

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

This div background color is #AAD5E2.


Border color

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

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

This div border color is #AAD5E2.


Opacity

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

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

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

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

This text has shadow with #AAD5E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD5E2 on black background.


Color preview on white background

This text has color #AAD5E2 on white background.



Black color preview on #AAD5E2 background

This text has black color on #AAD5E2 background.


White color preview on #AAD5E2 background

This text has white color on #AAD5E2 background.