COLOR #A9BED3

HEX: #A9BED3 RGB: (169,190,211)

Color info

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

RGB color model

#A9BED3 color RGB value is (169,190,211).

RGB: (169,190,211) (66%, 75%, 83%)

RGB channels and saturation

R 169 of 255 = 66%
G 190 of 255 = 75%
B 211 of 255 = 83%

169
190
211

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

Portions of RGB colors in percentages

R + G + B = 169 + 190 + 211 = 570 (100%)
R 169 of 570 ~ 29.65%
G 190 of 570 ~ 33.33%
B 211 of 570 ~ 37.02'%

%29.65
%33.33
%37.02

CMYK color model

#A9BED3 color CMYK value is (20,10,0,17).

  • cyan value is 19.91%
  • magenta value is 9.95%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (20,10,0,17)
C20M10Y0K17 (20%, 10%, 0%, 17%)
(0.20 / 0.10 / 0.00 / 0.17)

CMYK percentages

%19.91
%9.95
%0
%17.25

Codes

Color #A9BED3 in popluar color models

A9 BE D3
RGB 169 190 211
HSL 210° 32.31% 74.51%
HSB/HSV 210° 19.91% 82.75%
CMYK 19.91% 9.95% 0.00%
17.25%

Color #A9BED3 in popluar number systems.

HEX A9 BE D3
Decimal 169 190 211
Binary 10101001 10111110 11010011
Octal 251 276 323

Shades and tints

Shades of #A9BED3

#A9BED3
(169,190,211)
#9AADC0
(154,173,192)
#8B9CAD
(139,156,173)
#7C8B9A
(124,139,154)
#6D7A87
(109,122,135)
#5E6974
(94,105,116)
#4F5861
(79,88,97)
#40474E
(64,71,78)
#31363B
(49,54,59)
#222528
(34,37,40)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #A9BED3

#A9BED3
(169,190,211)
#B0C3D7
(176,195,215)
#B7C8DB
(183,200,219)
#BECDDF
(190,205,223)
#C5D2E3
(197,210,227)
#CCD7E7
(204,215,231)
#D3DCEB
(211,220,235)
#DAE1EF
(218,225,239)
#E1E6F3
(225,230,243)
#E8EBF7
(232,235,247)
#EFF0FB
(239,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9BED3 color. Also use rgb(169,190,211) instead hex code.

Text Font Color

.myTextColor { color: #A9BED3; }

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

This text font color is #A9BED3.

Background Color

.myBgColor { background-color: #A9BED3; }

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

This div background color is #A9BED3.

Border color

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

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

This div border color is #A9BED3.

Opacity

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

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

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

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

This text has shadow with #A9BED3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BED3.

Preview

Color preview on black background

This text has color #A9BED3 on black background.


Color preview on white background

This text has color #A9BED3 on white background.


Black color preview on #A9BED3 background

This text has black color on #A9BED3 background.


White color preview on #A9BED3 background

This text has white color on #A9BED3 background.


Related colors

Complementary color

Complementary color for #hex is #56412C.


I love getcolorcode.com

Triadic colors

1 #D3A9BE and #BED3A9 with #A9BED3 are triadic colors.

2 #D3BEA9 and #BEA9D3 with #A9BED3 are triadic colors.