COLOR #A5C6EA

HEX: #A5C6EA
RGB: (165,198,234)

Renk bilgisi

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

RGB renk modeli

#A5C6EA color RGB value is (165,198,234).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 198 of 255 = 78%
B 234 of 255 = 92%

165
198
234

R + G + B ~ 78%. #A5C6EA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 198 + 234 = 597 (100%)
R 165 of 597 ~ 27.64%
G 198 of 597 ~ 33.17%
B 234 of 597 ~ 39.2%

%27.64
%33.17
%39.2

CMYK RENK MODELİ

#A5C6EA rengi CMYK tonu (29,15,0,8).

  • camgöbeği tonu 29.49%
  • eflatun tonu 15.38%
  • sarı tonu 0.00%
  • ana renk tonu 8.24%
CMYK:
(29,15,0,8)
C29M15Y0K8 
(29%,15%,0%,8%)
(0.29/0.15/0.00/0.08)	

CMYK yüzdeleri

%29.49
%15.38
%0
%8.24

Codes

Color #A5C6EA in popluar color models

A5C6EA
RGB165198234
HSL211°62.16%78.24%
HSB/HSV211°29.49%91.76%
CMYK29.49%15.38%0.00%
8.24%

Color #A5C6EA in popluar number systems.

HEXA5C6EA
Decimal165198234
Binary101001011100011011101010
Octal245306352

Shades and tints

Shades of #A5C6EA

#A5C6EA
(165,198,234)
#96B4D5
(150,180,213)
#87A2C0
(135,162,192)
#7890AB
(120,144,171)
#697E96
(105,126,150)
#5A6C81
(90,108,129)
#4B5A6C
(75,90,108)
#3C4857
(60,72,87)
#2D3642
(45,54,66)
#1E242D
(30,36,45)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #A5C6EA

#A5C6EA
(165,198,234)
#ADCBEB
(173,203,235)
#B5D0EC
(181,208,236)
#BDD5ED
(189,213,237)
#C5DAEE
(197,218,238)
#CDDFEF
(205,223,239)
#D5E4F0
(213,228,240)
#DDE9F1
(221,233,241)
#E5EEF2
(229,238,242)
#EDF3F3
(237,243,243)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C6EA; }

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

This text font color is #A5C6EA.


Background Color

.myBgColor { background-color: #A5C6EA; }

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

This div background color is #A5C6EA.


Border color

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

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

This div border color is #A5C6EA.


Opacity

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

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

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

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

This text has shadow with #A5C6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C6EA on black background.


Color preview on white background

This text has color #A5C6EA on white background.



Black color preview on #A5C6EA background

This text has black color on #A5C6EA background.


White color preview on #A5C6EA background

This text has white color on #A5C6EA background.