COLOR #A4B9DB

HEX: #A4B9DB
RGB: (164,185,219)

Renk bilgisi

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

RGB renk modeli

#A4B9DB color RGB value is (164,185,219).

  • kırmız ton 164;
  • yeşil ton 185;
  • mavi ton 219.
RGB:
(164,185,219)
(64%,73%,86%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 185 of 255 = 73%
B 219 of 255 = 86%

164
185
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 185 + 219 = 568 (100%)
R 164 of 568 ~ 28.87%
G 185 of 568 ~ 32.57%
B 219 of 568 ~ 38.56%

%28.87
%32.57
%38.56

CMYK RENK MODELİ

#A4B9DB rengi CMYK tonu (25,16,0,14).

  • camgöbeği tonu 25.11%
  • eflatun tonu 15.53%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(25,16,0,14)
C25M16Y0K14 
(25%,16%,0%,14%)
(0.25/0.16/0.00/0.14)	

CMYK yüzdeleri

%25.11
%15.53
%0
%14.12

Codes

Color #A4B9DB in popluar color models

A4B9DB
RGB164185219
HSL217°43.31%75.10%
HSB/HSV217°25.11%85.88%
CMYK25.11%15.53%0.00%
14.12%

Color #A4B9DB in popluar number systems.

HEXA4B9DB
Decimal164185219
Binary101001001011100111011011
Octal244271333

Shades and tints

Shades of #A4B9DB

#A4B9DB
(164,185,219)
#96A9C8
(150,169,200)
#8899B5
(136,153,181)
#7A89A2
(122,137,162)
#6C798F
(108,121,143)
#5E697C
(94,105,124)
#505969
(80,89,105)
#424956
(66,73,86)
#343943
(52,57,67)
#262930
(38,41,48)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #A4B9DB

#A4B9DB
(164,185,219)
#ACBFDE
(172,191,222)
#B4C5E1
(180,197,225)
#BCCBE4
(188,203,228)
#C4D1E7
(196,209,231)
#CCD7EA
(204,215,234)
#D4DDED
(212,221,237)
#DCE3F0
(220,227,240)
#E4E9F3
(228,233,243)
#ECEFF6
(236,239,246)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B9DB color. Also use rgb(164,185,219) instead hex code.

Text Font Color

.myTextColor { color: #A4B9DB; }

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

This text font color is #A4B9DB.


Background Color

.myBgColor { background-color: #A4B9DB; }

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

This div background color is #A4B9DB.


Border color

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

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

This div border color is #A4B9DB.


Opacity

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

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

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

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

This text has shadow with #A4B9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B9DB on black background.


Color preview on white background

This text has color #A4B9DB on white background.



Black color preview on #A4B9DB background

This text has black color on #A4B9DB background.


White color preview on #A4B9DB background

This text has white color on #A4B9DB background.