COLOR #A4BED7

HEX: #A4BED7
RGB: (164,190,215)

Color info

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

RGB color model

#A4BED7 color RGB value is (164,190,215).

  • red value is 164;
  • green value is 190;
  • blue value is 215.
RGB:
(164,190,215)
(64%,75%,84%)

RGB channels and saturation

R 164 of 255 = 64%
G 190 of 255 = 75%
B 215 of 255 = 84%

164
190
215

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

Portions of RGB colors in percentages

R + G + B =
164 + 190 + 215 = 569 (100%)
R 164 of 569 ~ 28.82%
G 190 of 569 ~ 33.39%
B 215 of 569 ~ 37.79%

%28.82
%33.39
%37.79

CMYK color model

#A4BED7 color CMYK value is (24,12,0,16).

  • cyan value is 23.72%
  • magenta value is 11.63%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(24,12,0,16)
C24M12Y0K16 
(24%,12%,0%,16%)
(0.24/0.12/0.00/0.16)	

CMYK percentages

%23.72
%11.63
%0
%15.69

Codes

Color #A4BED7 in popluar color models

A4BED7
RGB164190215
HSL209°38.93%74.31%
HSB/HSV209°23.72%84.31%
CMYK23.72%11.63%0.00%
15.69%

Color #A4BED7 in popluar number systems.

HEXA4BED7
Decimal164190215
Binary101001001011111011010111
Octal244276327

Shades and tints

Shades of #A4BED7

#A4BED7
(164,190,215)
#96ADC4
(150,173,196)
#889CB1
(136,156,177)
#7A8B9E
(122,139,158)
#6C7A8B
(108,122,139)
#5E6978
(94,105,120)
#505865
(80,88,101)
#424752
(66,71,82)
#34363F
(52,54,63)
#26252C
(38,37,44)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #A4BED7

#A4BED7
(164,190,215)
#ACC3DA
(172,195,218)
#B4C8DD
(180,200,221)
#BCCDE0
(188,205,224)
#C4D2E3
(196,210,227)
#CCD7E6
(204,215,230)
#D4DCE9
(212,220,233)
#DCE1EC
(220,225,236)
#E4E6EF
(228,230,239)
#ECEBF2
(236,235,242)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4BED7 color. Also use rgb(164,190,215) instead hex code.

Text Font Color

.myTextColor { color: #A4BED7; }

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

This text font color is #A4BED7.


Background Color

.myBgColor { background-color: #A4BED7; }

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

This div background color is #A4BED7.


Border color

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

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

This div border color is #A4BED7.


Opacity

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

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

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

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

This text has shadow with #A4BED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BED7 on black background.


Color preview on white background

This text has color #A4BED7 on white background.



Black color preview on #A4BED7 background

This text has black color on #A4BED7 background.


White color preview on #A4BED7 background

This text has white color on #A4BED7 background.