COLOR #A5CDD5

HEX: #A5CDD5
RGB: (165,205,213)

Renk bilgisi

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

RGB renk modeli

#A5CDD5 color RGB value is (165,205,213).

  • kırmız ton 165;
  • yeşil ton 205;
  • mavi ton 213.
RGB:
(165,205,213)
(65%,80%,84%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 205 of 255 = 80%
B 213 of 255 = 84%

165
205
213

R + G + B ~ 76%. #A5CDD5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 205 + 213 = 583 (100%)
R 165 of 583 ~ 28.3%
G 205 of 583 ~ 35.16%
B 213 of 583 ~ 36.54%

%28.3
%35.16
%36.54

CMYK RENK MODELİ

#A5CDD5 rengi CMYK tonu (23,4,0,16).

  • camgöbeği tonu 22.54%
  • eflatun tonu 3.76%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(23,4,0,16)
C23M4Y0K16 
(23%,4%,0%,16%)
(0.23/0.04/0.00/0.16)	

CMYK yüzdeleri

%22.54
%3.76
%0
%16.47

Codes

Color #A5CDD5 in popluar color models

A5CDD5
RGB165205213
HSL190°36.36%74.12%
HSB/HSV190°22.54%83.53%
CMYK22.54%3.76%0.00%
16.47%

Color #A5CDD5 in popluar number systems.

HEXA5CDD5
Decimal165205213
Binary101001011100110111010101
Octal245315325

Shades and tints

Shades of #A5CDD5

#A5CDD5
(165,205,213)
#96BBC2
(150,187,194)
#87A9AF
(135,169,175)
#78979C
(120,151,156)
#698589
(105,133,137)
#5A7376
(90,115,118)
#4B6163
(75,97,99)
#3C4F50
(60,79,80)
#2D3D3D
(45,61,61)
#1E2B2A
(30,43,42)
#0F1917
(15,25,23)
#000000
(0,0,0)

Tints of #A5CDD5

#A5CDD5
(165,205,213)
#ADD1D8
(173,209,216)
#B5D5DB
(181,213,219)
#BDD9DE
(189,217,222)
#C5DDE1
(197,221,225)
#CDE1E4
(205,225,228)
#D5E5E7
(213,229,231)
#DDE9EA
(221,233,234)
#E5EDED
(229,237,237)
#EDF1F0
(237,241,240)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5CDD5 color. Also use rgb(165,205,213) instead hex code.

Text Font Color

.myTextColor { color: #A5CDD5; }

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

This text font color is #A5CDD5.


Background Color

.myBgColor { background-color: #A5CDD5; }

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

This div background color is #A5CDD5.


Border color

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

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

This div border color is #A5CDD5.


Opacity

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

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

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

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

This text has shadow with #A5CDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CDD5 on black background.


Color preview on white background

This text has color #A5CDD5 on white background.



Black color preview on #A5CDD5 background

This text has black color on #A5CDD5 background.


White color preview on #A5CDD5 background

This text has white color on #A5CDD5 background.