COLOR #A3BED6

HEX: #A3BED6
RGB: (163,190,214)

Color info

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

RGB color model

#A3BED6 color RGB value is (163,190,214).

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

RGB channels and saturation

R 163 of 255 = 64%
G 190 of 255 = 75%
B 214 of 255 = 84%

163
190
214

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

Portions of RGB colors in percentages

R + G + B =
163 + 190 + 214 = 567 (100%)
R 163 of 567 ~ 28.75%
G 190 of 567 ~ 33.51%
B 214 of 567 ~ 37.74%

%28.75
%33.51
%37.74

CMYK color model

#A3BED6 color CMYK value is (24,11,0,16).

  • cyan value is 23.83%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(24,11,0,16)
C24M11Y0K16 
(24%,11%,0%,16%)
(0.24/0.11/0.00/0.16)	

CMYK percentages

%23.83
%11.21
%0
%16.08

Codes

Color #A3BED6 in popluar color models

A3BED6
RGB163190214
HSL208°38.35%73.92%
HSB/HSV208°23.83%83.92%
CMYK23.83%11.21%0.00%
16.08%

Color #A3BED6 in popluar number systems.

HEXA3BED6
Decimal163190214
Binary101000111011111011010110
Octal243276326

Shades and tints

Shades of #A3BED6

#A3BED6
(163,190,214)
#95ADC3
(149,173,195)
#879CB0
(135,156,176)
#798B9D
(121,139,157)
#6B7A8A
(107,122,138)
#5D6977
(93,105,119)
#4F5864
(79,88,100)
#414751
(65,71,81)
#33363E
(51,54,62)
#25252B
(37,37,43)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #A3BED6

#A3BED6
(163,190,214)
#ABC3D9
(171,195,217)
#B3C8DC
(179,200,220)
#BBCDDF
(187,205,223)
#C3D2E2
(195,210,226)
#CBD7E5
(203,215,229)
#D3DCE8
(211,220,232)
#DBE1EB
(219,225,235)
#E3E6EE
(227,230,238)
#EBEBF1
(235,235,241)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3BED6 color. Also use rgb(163,190,214) instead hex code.

Text Font Color

.myTextColor { color: #A3BED6; }

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

This text font color is #A3BED6.


Background Color

.myBgColor { background-color: #A3BED6; }

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

This div background color is #A3BED6.


Border color

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

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

This div border color is #A3BED6.


Opacity

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

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

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

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

This text has shadow with #A3BED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BED6 on black background.


Color preview on white background

This text has color #A3BED6 on white background.



Black color preview on #A3BED6 background

This text has black color on #A3BED6 background.


White color preview on #A3BED6 background

This text has white color on #A3BED6 background.