COLOR #A5C5E2

HEX: #A5C5E2
RGB: (165,197,226)

Renk bilgisi

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

RGB renk modeli

#A5C5E2 color RGB value is (165,197,226).

  • kırmız ton 165;
  • yeşil ton 197;
  • mavi ton 226.
RGB:
(165,197,226)
(65%,77%,89%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 197 of 255 = 77%
B 226 of 255 = 89%

165
197
226

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 197 + 226 = 588 (100%)
R 165 of 588 ~ 28.06%
G 197 of 588 ~ 33.5%
B 226 of 588 ~ 38.44%

%28.06
%33.5
%38.44

CMYK RENK MODELİ

#A5C5E2 rengi CMYK tonu (27,13,0,11).

  • camgöbeği tonu 26.99%
  • eflatun tonu 12.83%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(27,13,0,11)
C27M13Y0K11 
(27%,13%,0%,11%)
(0.27/0.13/0.00/0.11)	

CMYK yüzdeleri

%26.99
%12.83
%0
%11.37

Codes

Color #A5C5E2 in popluar color models

A5C5E2
RGB165197226
HSL209°51.26%76.67%
HSB/HSV209°26.99%88.63%
CMYK26.99%12.83%0.00%
11.37%

Color #A5C5E2 in popluar number systems.

HEXA5C5E2
Decimal165197226
Binary101001011100010111100010
Octal245305342

Shades and tints

Shades of #A5C5E2

#A5C5E2
(165,197,226)
#96B4CE
(150,180,206)
#87A3BA
(135,163,186)
#7892A6
(120,146,166)
#698192
(105,129,146)
#5A707E
(90,112,126)
#4B5F6A
(75,95,106)
#3C4E56
(60,78,86)
#2D3D42
(45,61,66)
#1E2C2E
(30,44,46)
#0F1B1A
(15,27,26)
#000000
(0,0,0)

Tints of #A5C5E2

#A5C5E2
(165,197,226)
#ADCAE4
(173,202,228)
#B5CFE6
(181,207,230)
#BDD4E8
(189,212,232)
#C5D9EA
(197,217,234)
#CDDEEC
(205,222,236)
#D5E3EE
(213,227,238)
#DDE8F0
(221,232,240)
#E5EDF2
(229,237,242)
#EDF2F4
(237,242,244)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C5E2 color. Also use rgb(165,197,226) instead hex code.

Text Font Color

.myTextColor { color: #A5C5E2; }

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

This text font color is #A5C5E2.


Background Color

.myBgColor { background-color: #A5C5E2; }

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

This div background color is #A5C5E2.


Border color

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

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

This div border color is #A5C5E2.


Opacity

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

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

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

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

This text has shadow with #A5C5E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C5E2 on black background.


Color preview on white background

This text has color #A5C5E2 on white background.



Black color preview on #A5C5E2 background

This text has black color on #A5C5E2 background.


White color preview on #A5C5E2 background

This text has white color on #A5C5E2 background.