COLOR #A5DADD

HEX: #A5DADD
RGB: (165,218,221)

Renk bilgisi

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

RGB renk modeli

#A5DADD color RGB value is (165,218,221).

  • kırmız ton 165;
  • yeşil ton 218;
  • mavi ton 221.
RGB:
(165,218,221)
(65%,85%,87%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 218 of 255 = 85%
B 221 of 255 = 87%

165
218
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 218 + 221 = 604 (100%)
R 165 of 604 ~ 27.32%
G 218 of 604 ~ 36.09%
B 221 of 604 ~ 36.59%

%27.32
%36.09
%36.59

CMYK RENK MODELİ

#A5DADD rengi CMYK tonu (25,1,0,13).

  • camgöbeği tonu 25.34%
  • eflatun tonu 1.36%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(25,1,0,13)
C25M1Y0K13 
(25%,1%,0%,13%)
(0.25/0.01/0.00/0.13)	

CMYK yüzdeleri

%25.34
%1.36
%0
%13.33

Codes

Color #A5DADD in popluar color models

A5DADD
RGB165218221
HSL183°45.16%75.69%
HSB/HSV183°25.34%86.67%
CMYK25.34%1.36%0.00%
13.33%

Color #A5DADD in popluar number systems.

HEXA5DADD
Decimal165218221
Binary101001011101101011011101
Octal245332335

Shades and tints

Shades of #A5DADD

#A5DADD
(165,218,221)
#96C7C9
(150,199,201)
#87B4B5
(135,180,181)
#78A1A1
(120,161,161)
#698E8D
(105,142,141)
#5A7B79
(90,123,121)
#4B6865
(75,104,101)
#3C5551
(60,85,81)
#2D423D
(45,66,61)
#1E2F29
(30,47,41)
#0F1C15
(15,28,21)
#000000
(0,0,0)

Tints of #A5DADD

#A5DADD
(165,218,221)
#ADDDE0
(173,221,224)
#B5E0E3
(181,224,227)
#BDE3E6
(189,227,230)
#C5E6E9
(197,230,233)
#CDE9EC
(205,233,236)
#D5ECEF
(213,236,239)
#DDEFF2
(221,239,242)
#E5F2F5
(229,242,245)
#EDF5F8
(237,245,248)
#F5F8FB
(245,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DADD color. Also use rgb(165,218,221) instead hex code.

Text Font Color

.myTextColor { color: #A5DADD; }

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

This text font color is #A5DADD.


Background Color

.myBgColor { background-color: #A5DADD; }

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

This div background color is #A5DADD.


Border color

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

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

This div border color is #A5DADD.


Opacity

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

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

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

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

This text has shadow with #A5DADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DADD on black background.


Color preview on white background

This text has color #A5DADD on white background.



Black color preview on #A5DADD background

This text has black color on #A5DADD background.


White color preview on #A5DADD background

This text has white color on #A5DADD background.