COLOR #A9D4E1

HEX: #A9D4E1
RGB: (169,212,225)

Renk bilgisi

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

RGB renk modeli

#A9D4E1 color RGB value is (169,212,225).

  • kırmız ton 169;
  • yeşil ton 212;
  • mavi ton 225.
RGB:
(169,212,225)
(66%,83%,88%)

RGB bağlantıları ve doygunluk

R 169 of 255 = 66%
G 212 of 255 = 83%
B 225 of 255 = 88%

169
212
225

R + G + B ~ 79%. #A9D4E1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
169 + 212 + 225 = 606 (100%)
R 169 of 606 ~ 27.89%
G 212 of 606 ~ 34.98%
B 225 of 606 ~ 37.13%

%27.89
%34.98
%37.13

CMYK RENK MODELİ

#A9D4E1 rengi CMYK tonu (25,6,0,12).

  • camgöbeği tonu 24.89%
  • eflatun tonu 5.78%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(25,6,0,12)
C25M6Y0K12 
(25%,6%,0%,12%)
(0.25/0.06/0.00/0.12)	

CMYK yüzdeleri

%24.89
%5.78
%0
%11.76

Codes

Color #A9D4E1 in popluar color models

A9D4E1
RGB169212225
HSL194°48.28%77.25%
HSB/HSV194°24.89%88.24%
CMYK24.89%5.78%0.00%
11.76%

Color #A9D4E1 in popluar number systems.

HEXA9D4E1
Decimal169212225
Binary101010011101010011100001
Octal251324341

Shades and tints

Shades of #A9D4E1

#A9D4E1
(169,212,225)
#9AC1CD
(154,193,205)
#8BAEB9
(139,174,185)
#7C9BA5
(124,155,165)
#6D8891
(109,136,145)
#5E757D
(94,117,125)
#4F6269
(79,98,105)
#404F55
(64,79,85)
#313C41
(49,60,65)
#22292D
(34,41,45)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #A9D4E1

#A9D4E1
(169,212,225)
#B0D7E3
(176,215,227)
#B7DAE5
(183,218,229)
#BEDDE7
(190,221,231)
#C5E0E9
(197,224,233)
#CCE3EB
(204,227,235)
#D3E6ED
(211,230,237)
#DAE9EF
(218,233,239)
#E1ECF1
(225,236,241)
#E8EFF3
(232,239,243)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D4E1 color. Also use rgb(169,212,225) instead hex code.

Text Font Color

.myTextColor { color: #A9D4E1; }

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

This text font color is #A9D4E1.


Background Color

.myBgColor { background-color: #A9D4E1; }

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

This div background color is #A9D4E1.


Border color

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

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

This div border color is #A9D4E1.


Opacity

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

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

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

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

This text has shadow with #A9D4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D4E1 on black background.


Color preview on white background

This text has color #A9D4E1 on white background.



Black color preview on #A9D4E1 background

This text has black color on #A9D4E1 background.


White color preview on #A9D4E1 background

This text has white color on #A9D4E1 background.