COLOR #A5ADCB

HEX: #A5ADCB
RGB: (165,173,203)

Renk bilgisi

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

RGB renk modeli

#A5ADCB color RGB value is (165,173,203).

  • kırmız ton 165;
  • yeşil ton 173;
  • mavi ton 203.
RGB:
(165,173,203)
(65%,68%,80%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 173 of 255 = 68%
B 203 of 255 = 80%

165
173
203

R + G + B ~ 71%. #A5ADCB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 173 + 203 = 541 (100%)
R 165 of 541 ~ 30.5%
G 173 of 541 ~ 31.98%
B 203 of 541 ~ 37.52%

%30.5
%31.98
%37.52

CMYK RENK MODELİ

#A5ADCB rengi CMYK tonu (19,15,0,20).

  • camgöbeği tonu 18.72%
  • eflatun tonu 14.78%
  • sarı tonu 0.00%
  • ana renk tonu 20.39%
CMYK:
(19,15,0,20)
C19M15Y0K20 
(19%,15%,0%,20%)
(0.19/0.15/0.00/0.20)	

CMYK yüzdeleri

%18.72
%14.78
%0
%20.39

Codes

Color #A5ADCB in popluar color models

A5ADCB
RGB165173203
HSL227°26.76%72.16%
HSB/HSV227°18.72%79.61%
CMYK18.72%14.78%0.00%
20.39%

Color #A5ADCB in popluar number systems.

HEXA5ADCB
Decimal165173203
Binary101001011010110111001011
Octal245255313

Shades and tints

Shades of #A5ADCB

#A5ADCB
(165,173,203)
#969EB9
(150,158,185)
#878FA7
(135,143,167)
#788095
(120,128,149)
#697183
(105,113,131)
#5A6271
(90,98,113)
#4B535F
(75,83,95)
#3C444D
(60,68,77)
#2D353B
(45,53,59)
#1E2629
(30,38,41)
#0F1717
(15,23,23)
#000000
(0,0,0)

Tints of #A5ADCB

#A5ADCB
(165,173,203)
#ADB4CF
(173,180,207)
#B5BBD3
(181,187,211)
#BDC2D7
(189,194,215)
#C5C9DB
(197,201,219)
#CDD0DF
(205,208,223)
#D5D7E3
(213,215,227)
#DDDEE7
(221,222,231)
#E5E5EB
(229,229,235)
#EDECEF
(237,236,239)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5ADCB color. Also use rgb(165,173,203) instead hex code.

Text Font Color

.myTextColor { color: #A5ADCB; }

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

This text font color is #A5ADCB.


Background Color

.myBgColor { background-color: #A5ADCB; }

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

This div background color is #A5ADCB.


Border color

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

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

This div border color is #A5ADCB.


Opacity

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

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

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

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

This text has shadow with #A5ADCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ADCB on black background.


Color preview on white background

This text has color #A5ADCB on white background.



Black color preview on #A5ADCB background

This text has black color on #A5ADCB background.


White color preview on #A5ADCB background

This text has white color on #A5ADCB background.