COLOR #A4BDD8

HEX: #A4BDD8
RGB: (164,189,216)

Color info

#A4BDD8 contains red, green and blue colors in about the same proportion. Web safe color of #A4BDD8 is #99CCCC (or #9CC).

RGB color model

#A4BDD8 color RGB value is (164,189,216).

  • red value is 164;
  • green value is 189;
  • blue value is 216.
RGB:
(164,189,216)
(64%,74%,85%)

RGB channels and saturation

R 164 of 255 = 64%
G 189 of 255 = 74%
B 216 of 255 = 85%

164
189
216

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

Portions of RGB colors in percentages

R + G + B =
164 + 189 + 216 = 569 (100%)
R 164 of 569 ~ 28.82%
G 189 of 569 ~ 33.22%
B 216 of 569 ~ 37.96%

%28.82
%33.22
%37.96

CMYK color model

#A4BDD8 color CMYK value is (24,13,0,15).

  • cyan value is 24.07%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(24,13,0,15)
C24M13Y0K15 
(24%,13%,0%,15%)
(0.24/0.13/0.00/0.15)	

CMYK percentages

%24.07
%12.5
%0
%15.29

Codes

Color #A4BDD8 in popluar color models

A4BDD8
RGB164189216
HSL211°40.00%74.51%
HSB/HSV211°24.07%84.71%
CMYK24.07%12.50%0.00%
15.29%

Color #A4BDD8 in popluar number systems.

HEXA4BDD8
Decimal164189216
Binary101001001011110111011000
Octal244275330

Shades and tints

Shades of #A4BDD8

#A4BDD8
(164,189,216)
#96ACC5
(150,172,197)
#889BB2
(136,155,178)
#7A8A9F
(122,138,159)
#6C798C
(108,121,140)
#5E6879
(94,104,121)
#505766
(80,87,102)
#424653
(66,70,83)
#343540
(52,53,64)
#26242D
(38,36,45)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #A4BDD8

#A4BDD8
(164,189,216)
#ACC3DB
(172,195,219)
#B4C9DE
(180,201,222)
#BCCFE1
(188,207,225)
#C4D5E4
(196,213,228)
#CCDBE7
(204,219,231)
#D4E1EA
(212,225,234)
#DCE7ED
(220,231,237)
#E4EDF0
(228,237,240)
#ECF3F3
(236,243,243)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4BDD8 color. Also use rgb(164,189,216) instead hex code.

Text Font Color

.myTextColor { color: #A4BDD8; }

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

This text font color is #A4BDD8.


Background Color

.myBgColor { background-color: #A4BDD8; }

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

This div background color is #A4BDD8.


Border color

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

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

This div border color is #A4BDD8.


Opacity

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

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

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

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

This text has shadow with #A4BDD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BDD8 on black background.


Color preview on white background

This text has color #A4BDD8 on white background.



Black color preview on #A4BDD8 background

This text has black color on #A4BDD8 background.


White color preview on #A4BDD8 background

This text has white color on #A4BDD8 background.