COLOR #A5C5D2

HEX: #A5C5D2
RGB: (165,197,210)

Renk bilgisi

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

RGB renk modeli

#A5C5D2 color RGB value is (165,197,210).

  • kırmız ton 165;
  • yeşil ton 197;
  • mavi ton 210.
RGB:
(165,197,210)
(65%,77%,82%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 197 of 255 = 77%
B 210 of 255 = 82%

165
197
210

R + G + B ~ 75%. #A5C5D2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 197 + 210 = 572 (100%)
R 165 of 572 ~ 28.85%
G 197 of 572 ~ 34.44%
B 210 of 572 ~ 36.71%

%28.85
%34.44
%36.71

CMYK RENK MODELİ

#A5C5D2 rengi CMYK tonu (21,6,0,18).

  • camgöbeği tonu 21.43%
  • eflatun tonu 6.19%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(21,6,0,18)
C21M6Y0K18 
(21%,6%,0%,18%)
(0.21/0.06/0.00/0.18)	

CMYK yüzdeleri

%21.43
%6.19
%0
%17.65

Codes

Color #A5C5D2 in popluar color models

A5C5D2
RGB165197210
HSL197°33.33%73.53%
HSB/HSV197°21.43%82.35%
CMYK21.43%6.19%0.00%
17.65%

Color #A5C5D2 in popluar number systems.

HEXA5C5D2
Decimal165197210
Binary101001011100010111010010
Octal245305322

Shades and tints

Shades of #A5C5D2

#A5C5D2
(165,197,210)
#96B4BF
(150,180,191)
#87A3AC
(135,163,172)
#789299
(120,146,153)
#698186
(105,129,134)
#5A7073
(90,112,115)
#4B5F60
(75,95,96)
#3C4E4D
(60,78,77)
#2D3D3A
(45,61,58)
#1E2C27
(30,44,39)
#0F1B14
(15,27,20)
#000000
(0,0,0)

Tints of #A5C5D2

#A5C5D2
(165,197,210)
#ADCAD6
(173,202,214)
#B5CFDA
(181,207,218)
#BDD4DE
(189,212,222)
#C5D9E2
(197,217,226)
#CDDEE6
(205,222,230)
#D5E3EA
(213,227,234)
#DDE8EE
(221,232,238)
#E5EDF2
(229,237,242)
#EDF2F6
(237,242,246)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C5D2 color. Also use rgb(165,197,210) instead hex code.

Text Font Color

.myTextColor { color: #A5C5D2; }

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

This text font color is #A5C5D2.


Background Color

.myBgColor { background-color: #A5C5D2; }

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

This div background color is #A5C5D2.


Border color

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

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

This div border color is #A5C5D2.


Opacity

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

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

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

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

This text has shadow with #A5C5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C5D2 on black background.


Color preview on white background

This text has color #A5C5D2 on white background.



Black color preview on #A5C5D2 background

This text has black color on #A5C5D2 background.


White color preview on #A5C5D2 background

This text has white color on #A5C5D2 background.