COLOR #A4BBDD

HEX: #A4BBDD
RGB: (164,187,221)

Renk bilgisi

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

RGB renk modeli

#A4BBDD color RGB value is (164,187,221).

  • kırmız ton 164;
  • yeşil ton 187;
  • mavi ton 221.
RGB:
(164,187,221)
(64%,73%,87%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 187 of 255 = 73%
B 221 of 255 = 87%

164
187
221

R + G + B ~ 75%. #A4BBDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 187 + 221 = 572 (100%)
R 164 of 572 ~ 28.67%
G 187 of 572 ~ 32.69%
B 221 of 572 ~ 38.64%

%28.67
%32.69
%38.64

CMYK RENK MODELİ

#A4BBDD rengi CMYK tonu (26,15,0,13).

  • camgöbeği tonu 25.79%
  • eflatun tonu 15.38%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(26,15,0,13)
C26M15Y0K13 
(26%,15%,0%,13%)
(0.26/0.15/0.00/0.13)	

CMYK yüzdeleri

%25.79
%15.38
%0
%13.33

Codes

Color #A4BBDD in popluar color models

A4BBDD
RGB164187221
HSL216°45.60%75.49%
HSB/HSV216°25.79%86.67%
CMYK25.79%15.38%0.00%
13.33%

Color #A4BBDD in popluar number systems.

HEXA4BBDD
Decimal164187221
Binary101001001011101111011101
Octal244273335

Shades and tints

Shades of #A4BBDD

#A4BBDD
(164,187,221)
#96AAC9
(150,170,201)
#8899B5
(136,153,181)
#7A88A1
(122,136,161)
#6C778D
(108,119,141)
#5E6679
(94,102,121)
#505565
(80,85,101)
#424451
(66,68,81)
#34333D
(52,51,61)
#262229
(38,34,41)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #A4BBDD

#A4BBDD
(164,187,221)
#ACC1E0
(172,193,224)
#B4C7E3
(180,199,227)
#BCCDE6
(188,205,230)
#C4D3E9
(196,211,233)
#CCD9EC
(204,217,236)
#D4DFEF
(212,223,239)
#DCE5F2
(220,229,242)
#E4EBF5
(228,235,245)
#ECF1F8
(236,241,248)
#F4F7FB
(244,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4BBDD color. Also use rgb(164,187,221) instead hex code.

Text Font Color

.myTextColor { color: #A4BBDD; }

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

This text font color is #A4BBDD.


Background Color

.myBgColor { background-color: #A4BBDD; }

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

This div background color is #A4BBDD.


Border color

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

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

This div border color is #A4BBDD.


Opacity

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

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

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

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

This text has shadow with #A4BBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BBDD on black background.


Color preview on white background

This text has color #A4BBDD on white background.



Black color preview on #A4BBDD background

This text has black color on #A4BBDD background.


White color preview on #A4BBDD background

This text has white color on #A4BBDD background.