COLOR #A5DEDB

HEX: #A5DEDB
RGB: (165,222,219)

Renk bilgisi

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

RGB renk modeli

#A5DEDB color RGB value is (165,222,219).

  • kırmız ton 165;
  • yeşil ton 222;
  • mavi ton 219.
RGB:
(165,222,219)
(65%,87%,86%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 222 of 255 = 87%
B 219 of 255 = 86%

165
222
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 222 + 219 = 606 (100%)
R 165 of 606 ~ 27.23%
G 222 of 606 ~ 36.63%
B 219 of 606 ~ 36.14%

%27.23
%36.63
%36.14

CMYK RENK MODELİ

#A5DEDB rengi CMYK tonu (26,0,1,13).

  • camgöbeği tonu 25.68%
  • eflatun tonu 0.00%
  • sarı tonu 1.35%
  • ana renk tonu 12.94%
CMYK:
(26,0,1,13)
C26M0Y1K13 
(26%,0%,1%,13%)
(0.26/0.00/0.01/0.13)	

CMYK yüzdeleri

%25.68
%0
%1.35
%12.94

Codes

Color #A5DEDB in popluar color models

A5DEDB
RGB165222219
HSL177°46.34%75.88%
HSB/HSV177°25.68%87.06%
CMYK25.68%0.00%1.35%
12.94%

Color #A5DEDB in popluar number systems.

HEXA5DEDB
Decimal165222219
Binary101001011101111011011011
Octal245336333

Shades and tints

Shades of #A5DEDB

#A5DEDB
(165,222,219)
#96CAC8
(150,202,200)
#87B6B5
(135,182,181)
#78A2A2
(120,162,162)
#698E8F
(105,142,143)
#5A7A7C
(90,122,124)
#4B6669
(75,102,105)
#3C5256
(60,82,86)
#2D3E43
(45,62,67)
#1E2A30
(30,42,48)
#0F161D
(15,22,29)
#000000
(0,0,0)

Tints of #A5DEDB

#A5DEDB
(165,222,219)
#ADE1DE
(173,225,222)
#B5E4E1
(181,228,225)
#BDE7E4
(189,231,228)
#C5EAE7
(197,234,231)
#CDEDEA
(205,237,234)
#D5F0ED
(213,240,237)
#DDF3F0
(221,243,240)
#E5F6F3
(229,246,243)
#EDF9F6
(237,249,246)
#F5FCF9
(245,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DEDB color. Also use rgb(165,222,219) instead hex code.

Text Font Color

.myTextColor { color: #A5DEDB; }

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

This text font color is #A5DEDB.


Background Color

.myBgColor { background-color: #A5DEDB; }

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

This div background color is #A5DEDB.


Border color

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

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

This div border color is #A5DEDB.


Opacity

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

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

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

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

This text has shadow with #A5DEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DEDB on black background.


Color preview on white background

This text has color #A5DEDB on white background.



Black color preview on #A5DEDB background

This text has black color on #A5DEDB background.


White color preview on #A5DEDB background

This text has white color on #A5DEDB background.