COLOR #A5C3D6

HEX: #A5C3D6
RGB: (165,195,214)

Renk bilgisi

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

RGB renk modeli

#A5C3D6 color RGB value is (165,195,214).

  • kırmız ton 165;
  • yeşil ton 195;
  • mavi ton 214.
RGB:
(165,195,214)
(65%,76%,84%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 195 of 255 = 76%
B 214 of 255 = 84%

165
195
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 195 + 214 = 574 (100%)
R 165 of 574 ~ 28.75%
G 195 of 574 ~ 33.97%
B 214 of 574 ~ 37.28%

%28.75
%33.97
%37.28

CMYK RENK MODELİ

#A5C3D6 rengi CMYK tonu (23,9,0,16).

  • camgöbeği tonu 22.90%
  • eflatun tonu 8.88%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(23,9,0,16)
C23M9Y0K16 
(23%,9%,0%,16%)
(0.23/0.09/0.00/0.16)	

CMYK yüzdeleri

%22.9
%8.88
%0
%16.08

Codes

Color #A5C3D6 in popluar color models

A5C3D6
RGB165195214
HSL203°37.40%74.31%
HSB/HSV203°22.90%83.92%
CMYK22.90%8.88%0.00%
16.08%

Color #A5C3D6 in popluar number systems.

HEXA5C3D6
Decimal165195214
Binary101001011100001111010110
Octal245303326

Shades and tints

Shades of #A5C3D6

#A5C3D6
(165,195,214)
#96B2C3
(150,178,195)
#87A1B0
(135,161,176)
#78909D
(120,144,157)
#697F8A
(105,127,138)
#5A6E77
(90,110,119)
#4B5D64
(75,93,100)
#3C4C51
(60,76,81)
#2D3B3E
(45,59,62)
#1E2A2B
(30,42,43)
#0F1918
(15,25,24)
#000000
(0,0,0)

Tints of #A5C3D6

#A5C3D6
(165,195,214)
#ADC8D9
(173,200,217)
#B5CDDC
(181,205,220)
#BDD2DF
(189,210,223)
#C5D7E2
(197,215,226)
#CDDCE5
(205,220,229)
#D5E1E8
(213,225,232)
#DDE6EB
(221,230,235)
#E5EBEE
(229,235,238)
#EDF0F1
(237,240,241)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C3D6 color. Also use rgb(165,195,214) instead hex code.

Text Font Color

.myTextColor { color: #A5C3D6; }

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

This text font color is #A5C3D6.


Background Color

.myBgColor { background-color: #A5C3D6; }

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

This div background color is #A5C3D6.


Border color

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

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

This div border color is #A5C3D6.


Opacity

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

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

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

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

This text has shadow with #A5C3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C3D6 on black background.


Color preview on white background

This text has color #A5C3D6 on white background.



Black color preview on #A5C3D6 background

This text has black color on #A5C3D6 background.


White color preview on #A5C3D6 background

This text has white color on #A5C3D6 background.