COLOR #A5C6EB

HEX: #A5C6EB
RGB: (165,198,235)

Renk bilgisi

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

RGB renk modeli

#A5C6EB color RGB value is (165,198,235).

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

RGB bağlantıları ve doygunluk

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

165
198
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 198 + 235 = 598 (100%)
R 165 of 598 ~ 27.59%
G 198 of 598 ~ 33.11%
B 235 of 598 ~ 39.3%

%27.59
%33.11
%39.3

CMYK RENK MODELİ

#A5C6EB rengi CMYK tonu (30,16,0,8).

  • camgöbeği tonu 29.79%
  • eflatun tonu 15.74%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(30,16,0,8)
C30M16Y0K8 
(30%,16%,0%,8%)
(0.30/0.16/0.00/0.08)	

CMYK yüzdeleri

%29.79
%15.74
%0
%7.84

Codes

Color #A5C6EB in popluar color models

A5C6EB
RGB165198235
HSL212°63.64%78.43%
HSB/HSV212°29.79%92.16%
CMYK29.79%15.74%0.00%
7.84%

Color #A5C6EB in popluar number systems.

HEXA5C6EB
Decimal165198235
Binary101001011100011011101011
Octal245306353

Shades and tints

Shades of #A5C6EB

#A5C6EB
(165,198,235)
#96B4D6
(150,180,214)
#87A2C1
(135,162,193)
#7890AC
(120,144,172)
#697E97
(105,126,151)
#5A6C82
(90,108,130)
#4B5A6D
(75,90,109)
#3C4858
(60,72,88)
#2D3643
(45,54,67)
#1E242E
(30,36,46)
#0F1219
(15,18,25)
#000000
(0,0,0)

Tints of #A5C6EB

#A5C6EB
(165,198,235)
#ADCBEC
(173,203,236)
#B5D0ED
(181,208,237)
#BDD5EE
(189,213,238)
#C5DAEF
(197,218,239)
#CDDFF0
(205,223,240)
#D5E4F1
(213,228,241)
#DDE9F2
(221,233,242)
#E5EEF3
(229,238,243)
#EDF3F4
(237,243,244)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C6EB; }

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

This text font color is #A5C6EB.


Background Color

.myBgColor { background-color: #A5C6EB; }

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

This div background color is #A5C6EB.


Border color

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

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

This div border color is #A5C6EB.


Opacity

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

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

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

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

This text has shadow with #A5C6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C6EB on black background.


Color preview on white background

This text has color #A5C6EB on white background.



Black color preview on #A5C6EB background

This text has black color on #A5C6EB background.


White color preview on #A5C6EB background

This text has white color on #A5C6EB background.