COLOR #A5C7E6

HEX: #A5C7E6
RGB: (165,199,230)

Renk bilgisi

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

RGB renk modeli

#A5C7E6 color RGB value is (165,199,230).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 199 of 255 = 78%
B 230 of 255 = 90%

165
199
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 199 + 230 = 594 (100%)
R 165 of 594 ~ 27.78%
G 199 of 594 ~ 33.5%
B 230 of 594 ~ 38.72%

%27.78
%33.5
%38.72

CMYK RENK MODELİ

#A5C7E6 rengi CMYK tonu (28,13,0,10).

  • camgöbeği tonu 28.26%
  • eflatun tonu 13.48%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(28,13,0,10)
C28M13Y0K10 
(28%,13%,0%,10%)
(0.28/0.13/0.00/0.10)	

CMYK yüzdeleri

%28.26
%13.48
%0
%9.8

Codes

Color #A5C7E6 in popluar color models

A5C7E6
RGB165199230
HSL209°56.52%77.45%
HSB/HSV209°28.26%90.20%
CMYK28.26%13.48%0.00%
9.80%

Color #A5C7E6 in popluar number systems.

HEXA5C7E6
Decimal165199230
Binary101001011100011111100110
Octal245307346

Shades and tints

Shades of #A5C7E6

#A5C7E6
(165,199,230)
#96B5D2
(150,181,210)
#87A3BE
(135,163,190)
#7891AA
(120,145,170)
#697F96
(105,127,150)
#5A6D82
(90,109,130)
#4B5B6E
(75,91,110)
#3C495A
(60,73,90)
#2D3746
(45,55,70)
#1E2532
(30,37,50)
#0F131E
(15,19,30)
#000000
(0,0,0)

Tints of #A5C7E6

#A5C7E6
(165,199,230)
#ADCCE8
(173,204,232)
#B5D1EA
(181,209,234)
#BDD6EC
(189,214,236)
#C5DBEE
(197,219,238)
#CDE0F0
(205,224,240)
#D5E5F2
(213,229,242)
#DDEAF4
(221,234,244)
#E5EFF6
(229,239,246)
#EDF4F8
(237,244,248)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C7E6; }

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

This text font color is #A5C7E6.


Background Color

.myBgColor { background-color: #A5C7E6; }

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

This div background color is #A5C7E6.


Border color

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

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

This div border color is #A5C7E6.


Opacity

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

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

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

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

This text has shadow with #A5C7E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C7E6 on black background.


Color preview on white background

This text has color #A5C7E6 on white background.



Black color preview on #A5C7E6 background

This text has black color on #A5C7E6 background.


White color preview on #A5C7E6 background

This text has white color on #A5C7E6 background.