COLOR #A5C6EF

HEX: #A5C6EF
RGB: (165,198,239)

Renk bilgisi

#A5C6EF contains mainly green and blue colors. #A5C6EF ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#A5C6EF color RGB value is (165,198,239).

  • kırmız ton 165;
  • yeşil ton 198;
  • mavi ton 239.
RGB:
(165,198,239)
(65%,78%,94%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 198 of 255 = 78%
B 239 of 255 = 94%

165
198
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 198 + 239 = 602 (100%)
R 165 of 602 ~ 27.41%
G 198 of 602 ~ 32.89%
B 239 of 602 ~ 39.7%

%27.41
%32.89
%39.7

CMYK RENK MODELİ

#A5C6EF rengi CMYK tonu (31,17,0,6).

  • camgöbeği tonu 30.96%
  • eflatun tonu 17.15%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(31,17,0,6)
C31M17Y0K6 
(31%,17%,0%,6%)
(0.31/0.17/0.00/0.06)	

CMYK yüzdeleri

%30.96
%17.15
%0
%6.27

Codes

Color #A5C6EF in popluar color models

A5C6EF
RGB165198239
HSL213°69.81%79.22%
HSB/HSV213°30.96%93.73%
CMYK30.96%17.15%0.00%
6.27%

Color #A5C6EF in popluar number systems.

HEXA5C6EF
Decimal165198239
Binary101001011100011011101111
Octal245306357

Shades and tints

Shades of #A5C6EF

#A5C6EF
(165,198,239)
#96B4DA
(150,180,218)
#87A2C5
(135,162,197)
#7890B0
(120,144,176)
#697E9B
(105,126,155)
#5A6C86
(90,108,134)
#4B5A71
(75,90,113)
#3C485C
(60,72,92)
#2D3647
(45,54,71)
#1E2432
(30,36,50)
#0F121D
(15,18,29)
#000000
(0,0,0)

Tints of #A5C6EF

#A5C6EF
(165,198,239)
#ADCBF0
(173,203,240)
#B5D0F1
(181,208,241)
#BDD5F2
(189,213,242)
#C5DAF3
(197,218,243)
#CDDFF4
(205,223,244)
#D5E4F5
(213,228,245)
#DDE9F6
(221,233,246)
#E5EEF7
(229,238,247)
#EDF3F8
(237,243,248)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C6EF color. Also use rgb(165,198,239) instead hex code.

Text Font Color

.myTextColor { color: #A5C6EF; }

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

This text font color is #A5C6EF.


Background Color

.myBgColor { background-color: #A5C6EF; }

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

This div background color is #A5C6EF.


Border color

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

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

This div border color is #A5C6EF.


Opacity

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

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

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

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

This text has shadow with #A5C6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C6EF on black background.


Color preview on white background

This text has color #A5C6EF on white background.



Black color preview on #A5C6EF background

This text has black color on #A5C6EF background.


White color preview on #A5C6EF background

This text has white color on #A5C6EF background.