COLOR #A4B0DB

HEX: #A4B0DB
RGB: (164,176,219)

Renk bilgisi

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

RGB renk modeli

#A4B0DB color RGB value is (164,176,219).

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

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 176 of 255 = 69%
B 219 of 255 = 86%

164
176
219

R + G + B ~ 73%. #A4B0DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 176 + 219 = 559 (100%)
R 164 of 559 ~ 29.34%
G 176 of 559 ~ 31.48%
B 219 of 559 ~ 39.18%

%29.34
%31.48
%39.18

CMYK RENK MODELİ

#A4B0DB rengi CMYK tonu (25,20,0,14).

  • camgöbeği tonu 25.11%
  • eflatun tonu 19.63%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(25,20,0,14)
C25M20Y0K14 
(25%,20%,0%,14%)
(0.25/0.20/0.00/0.14)	

CMYK yüzdeleri

%25.11
%19.63
%0
%14.12

Codes

Color #A4B0DB in popluar color models

A4B0DB
RGB164176219
HSL227°43.31%75.10%
HSB/HSV227°25.11%85.88%
CMYK25.11%19.63%0.00%
14.12%

Color #A4B0DB in popluar number systems.

HEXA4B0DB
Decimal164176219
Binary101001001011000011011011
Octal244260333

Shades and tints

Shades of #A4B0DB

#A4B0DB
(164,176,219)
#96A0C8
(150,160,200)
#8890B5
(136,144,181)
#7A80A2
(122,128,162)
#6C708F
(108,112,143)
#5E607C
(94,96,124)
#505069
(80,80,105)
#424056
(66,64,86)
#343043
(52,48,67)
#262030
(38,32,48)
#18101D
(24,16,29)
#000000
(0,0,0)

Tints of #A4B0DB

#A4B0DB
(164,176,219)
#ACB7DE
(172,183,222)
#B4BEE1
(180,190,225)
#BCC5E4
(188,197,228)
#C4CCE7
(196,204,231)
#CCD3EA
(204,211,234)
#D4DAED
(212,218,237)
#DCE1F0
(220,225,240)
#E4E8F3
(228,232,243)
#ECEFF6
(236,239,246)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B0DB; }

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

This text font color is #A4B0DB.


Background Color

.myBgColor { background-color: #A4B0DB; }

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

This div background color is #A4B0DB.


Border color

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

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

This div border color is #A4B0DB.


Opacity

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

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

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

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

This text has shadow with #A4B0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B0DB on black background.


Color preview on white background

This text has color #A4B0DB on white background.



Black color preview on #A4B0DB background

This text has black color on #A4B0DB background.


White color preview on #A4B0DB background

This text has white color on #A4B0DB background.