COLOR #A5C7EC

HEX: #A5C7EC
RGB: (165,199,236)

Renk bilgisi

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

RGB renk modeli

#A5C7EC color RGB value is (165,199,236).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 199 of 255 = 78%
B 236 of 255 = 93%

165
199
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 199 + 236 = 600 (100%)
R 165 of 600 ~ 27.5%
G 199 of 600 ~ 33.17%
B 236 of 600 ~ 39.33%

%27.5
%33.17
%39.33

CMYK RENK MODELİ

#A5C7EC rengi CMYK tonu (30,16,0,7).

  • camgöbeği tonu 30.08%
  • eflatun tonu 15.68%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(30,16,0,7)
C30M16Y0K7 
(30%,16%,0%,7%)
(0.30/0.16/0.00/0.07)	

CMYK yüzdeleri

%30.08
%15.68
%0
%7.45

Codes

Color #A5C7EC in popluar color models

A5C7EC
RGB165199236
HSL211°65.14%78.63%
HSB/HSV211°30.08%92.55%
CMYK30.08%15.68%0.00%
7.45%

Color #A5C7EC in popluar number systems.

HEXA5C7EC
Decimal165199236
Binary101001011100011111101100
Octal245307354

Shades and tints

Shades of #A5C7EC

#A5C7EC
(165,199,236)
#96B5D7
(150,181,215)
#87A3C2
(135,163,194)
#7891AD
(120,145,173)
#697F98
(105,127,152)
#5A6D83
(90,109,131)
#4B5B6E
(75,91,110)
#3C4959
(60,73,89)
#2D3744
(45,55,68)
#1E252F
(30,37,47)
#0F131A
(15,19,26)
#000000
(0,0,0)

Tints of #A5C7EC

#A5C7EC
(165,199,236)
#ADCCED
(173,204,237)
#B5D1EE
(181,209,238)
#BDD6EF
(189,214,239)
#C5DBF0
(197,219,240)
#CDE0F1
(205,224,241)
#D5E5F2
(213,229,242)
#DDEAF3
(221,234,243)
#E5EFF4
(229,239,244)
#EDF4F5
(237,244,245)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C7EC; }

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

This text font color is #A5C7EC.


Background Color

.myBgColor { background-color: #A5C7EC; }

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

This div background color is #A5C7EC.


Border color

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

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

This div border color is #A5C7EC.


Opacity

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

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

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

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

This text has shadow with #A5C7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C7EC on black background.


Color preview on white background

This text has color #A5C7EC on white background.



Black color preview on #A5C7EC background

This text has black color on #A5C7EC background.


White color preview on #A5C7EC background

This text has white color on #A5C7EC background.