COLOR #A5BCD7

HEX: #A5BCD7
RGB: (165,188,215)

Renk bilgisi

#A5BCD7 contains red, green and blue colors in about the same proportion. #A5BCD7 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#A5BCD7 color RGB value is (165,188,215).

  • kırmız ton 165;
  • yeşil ton 188;
  • mavi ton 215.
RGB:
(165,188,215)
(65%,74%,84%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 188 of 255 = 74%
B 215 of 255 = 84%

165
188
215

R + G + B ~ 74%. #A5BCD7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 188 + 215 = 568 (100%)
R 165 of 568 ~ 29.05%
G 188 of 568 ~ 33.1%
B 215 of 568 ~ 37.85%

%29.05
%33.1
%37.85

CMYK RENK MODELİ

#A5BCD7 rengi CMYK tonu (23,13,0,16).

  • camgöbeği tonu 23.26%
  • eflatun tonu 12.56%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(23,13,0,16)
C23M13Y0K16 
(23%,13%,0%,16%)
(0.23/0.13/0.00/0.16)	

CMYK yüzdeleri

%23.26
%12.56
%0
%15.69

Codes

Color #A5BCD7 in popluar color models

A5BCD7
RGB165188215
HSL212°38.46%74.51%
HSB/HSV212°23.26%84.31%
CMYK23.26%12.56%0.00%
15.69%

Color #A5BCD7 in popluar number systems.

HEXA5BCD7
Decimal165188215
Binary101001011011110011010111
Octal245274327

Shades and tints

Shades of #A5BCD7

#A5BCD7
(165,188,215)
#96ABC4
(150,171,196)
#879AB1
(135,154,177)
#78899E
(120,137,158)
#69788B
(105,120,139)
#5A6778
(90,103,120)
#4B5665
(75,86,101)
#3C4552
(60,69,82)
#2D343F
(45,52,63)
#1E232C
(30,35,44)
#0F1219
(15,18,25)
#000000
(0,0,0)

Tints of #A5BCD7

#A5BCD7
(165,188,215)
#ADC2DA
(173,194,218)
#B5C8DD
(181,200,221)
#BDCEE0
(189,206,224)
#C5D4E3
(197,212,227)
#CDDAE6
(205,218,230)
#D5E0E9
(213,224,233)
#DDE6EC
(221,230,236)
#E5ECEF
(229,236,239)
#EDF2F2
(237,242,242)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BCD7 color. Also use rgb(165,188,215) instead hex code.

Text Font Color

.myTextColor { color: #A5BCD7; }

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

This text font color is #A5BCD7.


Background Color

.myBgColor { background-color: #A5BCD7; }

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

This div background color is #A5BCD7.


Border color

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

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

This div border color is #A5BCD7.


Opacity

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

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

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

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

This text has shadow with #A5BCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BCD7 on black background.


Color preview on white background

This text has color #A5BCD7 on white background.



Black color preview on #A5BCD7 background

This text has black color on #A5BCD7 background.


White color preview on #A5BCD7 background

This text has white color on #A5BCD7 background.