COLOR #A5C0E6

HEX: #A5C0E6
RGB: (165,192,230)

Renk bilgisi

#A5C0E6 contains mainly green and blue colors. #A5C0E6 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#A5C0E6 color RGB value is (165,192,230).

  • kırmız ton 165;
  • yeşil ton 192;
  • mavi ton 230.
RGB:
(165,192,230)
(65%,75%,90%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 192 of 255 = 75%
B 230 of 255 = 90%

165
192
230

R + G + B ~ 77%. #A5C0E6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 192 + 230 = 587 (100%)
R 165 of 587 ~ 28.11%
G 192 of 587 ~ 32.71%
B 230 of 587 ~ 39.18%

%28.11
%32.71
%39.18

CMYK RENK MODELİ

#A5C0E6 rengi CMYK tonu (28,17,0,10).

  • camgöbeği tonu 28.26%
  • eflatun tonu 16.52%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(28,17,0,10)
C28M17Y0K10 
(28%,17%,0%,10%)
(0.28/0.17/0.00/0.10)	

CMYK yüzdeleri

%28.26
%16.52
%0
%9.8

Codes

Color #A5C0E6 in popluar color models

A5C0E6
RGB165192230
HSL215°56.52%77.45%
HSB/HSV215°28.26%90.20%
CMYK28.26%16.52%0.00%
9.80%

Color #A5C0E6 in popluar number systems.

HEXA5C0E6
Decimal165192230
Binary101001011100000011100110
Octal245300346

Shades and tints

Shades of #A5C0E6

#A5C0E6
(165,192,230)
#96AFD2
(150,175,210)
#879EBE
(135,158,190)
#788DAA
(120,141,170)
#697C96
(105,124,150)
#5A6B82
(90,107,130)
#4B5A6E
(75,90,110)
#3C495A
(60,73,90)
#2D3846
(45,56,70)
#1E2732
(30,39,50)
#0F161E
(15,22,30)
#000000
(0,0,0)

Tints of #A5C0E6

#A5C0E6
(165,192,230)
#ADC5E8
(173,197,232)
#B5CAEA
(181,202,234)
#BDCFEC
(189,207,236)
#C5D4EE
(197,212,238)
#CDD9F0
(205,217,240)
#D5DEF2
(213,222,242)
#DDE3F4
(221,227,244)
#E5E8F6
(229,232,246)
#EDEDF8
(237,237,248)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C0E6 color. Also use rgb(165,192,230) instead hex code.

Text Font Color

.myTextColor { color: #A5C0E6; }

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

This text font color is #A5C0E6.


Background Color

.myBgColor { background-color: #A5C0E6; }

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

This div background color is #A5C0E6.


Border color

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

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

This div border color is #A5C0E6.


Opacity

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

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

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

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

This text has shadow with #A5C0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C0E6 on black background.


Color preview on white background

This text has color #A5C0E6 on white background.



Black color preview on #A5C0E6 background

This text has black color on #A5C0E6 background.


White color preview on #A5C0E6 background

This text has white color on #A5C0E6 background.