COLOR #A5BBD5

HEX: #A5BBD5
RGB: (165,187,213)

Color info

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

RGB color model

#A5BBD5 color RGB value is (165,187,213).

  • red value is 165;
  • green value is 187;
  • blue value is 213.
RGB:
(165,187,213)
(65%,73%,84%)

RGB channels and saturation

R 165 of 255 = 65%
G 187 of 255 = 73%
B 213 of 255 = 84%

165
187
213

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

Portions of RGB colors in percentages

R + G + B =
165 + 187 + 213 = 565 (100%)
R 165 of 565 ~ 29.2%
G 187 of 565 ~ 33.1%
B 213 of 565 ~ 37.7%

%29.2
%33.1
%37.7

CMYK color model

#A5BBD5 color CMYK value is (23,12,0,16).

  • cyan value is 22.54%
  • magenta value is 12.21%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(23,12,0,16)
C23M12Y0K16 
(23%,12%,0%,16%)
(0.23/0.12/0.00/0.16)	

CMYK percentages

%22.54
%12.21
%0
%16.47

Codes

Color #A5BBD5 in popluar color models

A5BBD5
RGB165187213
HSL213°36.36%74.12%
HSB/HSV213°22.54%83.53%
CMYK22.54%12.21%0.00%
16.47%

Color #A5BBD5 in popluar number systems.

HEXA5BBD5
Decimal165187213
Binary101001011011101111010101
Octal245273325

Shades and tints

Shades of #A5BBD5

#A5BBD5
(165,187,213)
#96AAC2
(150,170,194)
#8799AF
(135,153,175)
#78889C
(120,136,156)
#697789
(105,119,137)
#5A6676
(90,102,118)
#4B5563
(75,85,99)
#3C4450
(60,68,80)
#2D333D
(45,51,61)
#1E222A
(30,34,42)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #A5BBD5

#A5BBD5
(165,187,213)
#ADC1D8
(173,193,216)
#B5C7DB
(181,199,219)
#BDCDDE
(189,205,222)
#C5D3E1
(197,211,225)
#CDD9E4
(205,217,228)
#D5DFE7
(213,223,231)
#DDE5EA
(221,229,234)
#E5EBED
(229,235,237)
#EDF1F0
(237,241,240)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BBD5; }

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

This text font color is #A5BBD5.


Background Color

.myBgColor { background-color: #A5BBD5; }

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

This div background color is #A5BBD5.


Border color

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

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

This div border color is #A5BBD5.


Opacity

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

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

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

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

This text has shadow with #A5BBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BBD5 on black background.


Color preview on white background

This text has color #A5BBD5 on white background.



Black color preview on #A5BBD5 background

This text has black color on #A5BBD5 background.


White color preview on #A5BBD5 background

This text has white color on #A5BBD5 background.