COLOR #A5B4DE

HEX: #A5B4DE
RGB: (165,180,222)

Renk bilgisi

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

RGB renk modeli

#A5B4DE color RGB value is (165,180,222).

  • kırmız ton 165;
  • yeşil ton 180;
  • mavi ton 222.
RGB:
(165,180,222)
(65%,71%,87%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 180 of 255 = 71%
B 222 of 255 = 87%

165
180
222

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 180 + 222 = 567 (100%)
R 165 of 567 ~ 29.1%
G 180 of 567 ~ 31.75%
B 222 of 567 ~ 39.15%

%29.1
%31.75
%39.15

CMYK RENK MODELİ

#A5B4DE rengi CMYK tonu (26,19,0,13).

  • camgöbeği tonu 25.68%
  • eflatun tonu 18.92%
  • sarı tonu 0.00%
  • ana renk tonu 12.94%
CMYK:
(26,19,0,13)
C26M19Y0K13 
(26%,19%,0%,13%)
(0.26/0.19/0.00/0.13)	

CMYK yüzdeleri

%25.68
%18.92
%0
%12.94

Codes

Color #A5B4DE in popluar color models

A5B4DE
RGB165180222
HSL224°46.34%75.88%
HSB/HSV224°25.68%87.06%
CMYK25.68%18.92%0.00%
12.94%

Color #A5B4DE in popluar number systems.

HEXA5B4DE
Decimal165180222
Binary101001011011010011011110
Octal245264336

Shades and tints

Shades of #A5B4DE

#A5B4DE
(165,180,222)
#96A4CA
(150,164,202)
#8794B6
(135,148,182)
#7884A2
(120,132,162)
#69748E
(105,116,142)
#5A647A
(90,100,122)
#4B5466
(75,84,102)
#3C4452
(60,68,82)
#2D343E
(45,52,62)
#1E242A
(30,36,42)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #A5B4DE

#A5B4DE
(165,180,222)
#ADBAE1
(173,186,225)
#B5C0E4
(181,192,228)
#BDC6E7
(189,198,231)
#C5CCEA
(197,204,234)
#CDD2ED
(205,210,237)
#D5D8F0
(213,216,240)
#DDDEF3
(221,222,243)
#E5E4F6
(229,228,246)
#EDEAF9
(237,234,249)
#F5F0FC
(245,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B4DE color. Also use rgb(165,180,222) instead hex code.

Text Font Color

.myTextColor { color: #A5B4DE; }

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

This text font color is #A5B4DE.


Background Color

.myBgColor { background-color: #A5B4DE; }

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

This div background color is #A5B4DE.


Border color

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

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

This div border color is #A5B4DE.


Opacity

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

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

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

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

This text has shadow with #A5B4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B4DE on black background.


Color preview on white background

This text has color #A5B4DE on white background.



Black color preview on #A5B4DE background

This text has black color on #A5B4DE background.


White color preview on #A5B4DE background

This text has white color on #A5B4DE background.