COLOR #A5BBD1

HEX: #A5BBD1 RGB: (165,187,209)

Color info

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

RGB color model

#A5BBD1 color RGB value is (165,187,209).

RGB: (165,187,209) (65%, 73%, 82%)

RGB channels and saturation

R 165 of 255 = 65%
G 187 of 255 = 73%
B 209 of 255 = 82%

165
187
209

R + G + B ~ 73%. #A5BBD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 187 + 209 = 561 (100%)
R 165 of 561 ~ 29.41%
G 187 of 561 ~ 33.33%
B 209 of 561 ~ 37.25'%

%29.41
%33.33
%37.25

CMYK color model

#A5BBD1 color CMYK value is (21,11,0,18).

  • cyan value is 21.05%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (21,11,0,18)
C21M11Y0K18 (21%, 11%, 0%, 18%)
(0.21 / 0.11 / 0.00 / 0.18)

CMYK percentages

%21.05
%10.53
%0
%18.04

Codes

Color #A5BBD1 in popluar color models

A5 BB D1
RGB 165 187 209
HSL 210° 32.35% 73.33%
HSB/HSV 210° 21.05% 81.96%
CMYK 21.05% 10.53% 0.00%
18.04%

Color #A5BBD1 in popluar number systems.

HEX A5 BB D1
Decimal 165 187 209
Binary 10100101 10111011 11010001
Octal 245 273 321

Shades and tints

Shades of #A5BBD1

#A5BBD1
(165,187,209)
#96AABE
(150,170,190)
#8799AB
(135,153,171)
#788898
(120,136,152)
#697785
(105,119,133)
#5A6672
(90,102,114)
#4B555F
(75,85,95)
#3C444C
(60,68,76)
#2D3339
(45,51,57)
#1E2226
(30,34,38)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #A5BBD1

#A5BBD1
(165,187,209)
#ADC1D5
(173,193,213)
#B5C7D9
(181,199,217)
#BDCDDD
(189,205,221)
#C5D3E1
(197,211,225)
#CDD9E5
(205,217,229)
#D5DFE9
(213,223,233)
#DDE5ED
(221,229,237)
#E5EBF1
(229,235,241)
#EDF1F5
(237,241,245)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BBD1 color. Also use rgb(165,187,209) instead hex code.

Text Font Color

.myTextColor { color: #A5BBD1; }

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

This text font color is #A5BBD1.

Background Color

.myBgColor { background-color: #A5BBD1; }

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

This div background color is #A5BBD1.

Border color

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

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

This div border color is #A5BBD1.

Opacity

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

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

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

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

This text has shadow with #A5BBD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BBD1.

Preview

Color preview on black background

This text has color #A5BBD1 on black background.


Color preview on white background

This text has color #A5BBD1 on white background.


Black color preview on #A5BBD1 background

This text has black color on #A5BBD1 background.


White color preview on #A5BBD1 background

This text has white color on #A5BBD1 background.


Related colors

Complementary color

Complementary color for #hex is #5A442E.


I love getcolorcode.com

Triadic colors

1 #D1A5BB and #BBD1A5 with #A5BBD1 are triadic colors.

2 #D1BBA5 and #BBA5D1 with #A5BBD1 are triadic colors.