COLOR #A5BBCA

HEX: #A5BBCA RGB: (165,187,202)

Color info

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

RGB color model

#A5BBCA color RGB value is (165,187,202).

RGB: (165,187,202) (65%, 73%, 79%)

RGB channels and saturation

R 165 of 255 = 65%
G 187 of 255 = 73%
B 202 of 255 = 79%

165
187
202

R + G + B ~ 72%. #A5BBCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 187 + 202 = 554 (100%)
R 165 of 554 ~ 29.78%
G 187 of 554 ~ 33.75%
B 202 of 554 ~ 36.46'%

%29.78
%33.75
%36.46

CMYK color model

#A5BBCA color CMYK value is (18,7,0,21).

  • cyan value is 18.32%
  • magenta value is 7.43%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (18,7,0,21)
C18M7Y0K21 (18%, 7%, 0%, 21%)
(0.18 / 0.07 / 0.00 / 0.21)

CMYK percentages

%18.32
%7.43
%0
%20.78

Codes

Color #A5BBCA in popluar color models

A5 BB CA
RGB 165 187 202
HSL 204° 25.87% 71.96%
HSB/HSV 204° 18.32% 79.22%
CMYK 18.32% 7.43% 0.00%
20.78%

Color #A5BBCA in popluar number systems.

HEX A5 BB CA
Decimal 165 187 202
Binary 10100101 10111011 11001010
Octal 245 273 312

Shades and tints

Shades of #A5BBCA

#A5BBCA
(165,187,202)
#96AAB8
(150,170,184)
#8799A6
(135,153,166)
#788894
(120,136,148)
#697782
(105,119,130)
#5A6670
(90,102,112)
#4B555E
(75,85,94)
#3C444C
(60,68,76)
#2D333A
(45,51,58)
#1E2228
(30,34,40)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #A5BBCA

#A5BBCA
(165,187,202)
#ADC1CE
(173,193,206)
#B5C7D2
(181,199,210)
#BDCDD6
(189,205,214)
#C5D3DA
(197,211,218)
#CDD9DE
(205,217,222)
#D5DFE2
(213,223,226)
#DDE5E6
(221,229,230)
#E5EBEA
(229,235,234)
#EDF1EE
(237,241,238)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BBCA; }

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

This text font color is #A5BBCA.

Background Color

.myBgColor { background-color: #A5BBCA; }

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

This div background color is #A5BBCA.

Border color

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

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

This div border color is #A5BBCA.

Opacity

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

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

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

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

This text has shadow with #A5BBCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BBCA.

Preview

Color preview on black background

This text has color #A5BBCA on black background.


Color preview on white background

This text has color #A5BBCA on white background.


Black color preview on #A5BBCA background

This text has black color on #A5BBCA background.


White color preview on #A5BBCA background

This text has white color on #A5BBCA background.


Related colors

Complementary color

Complementary color for #hex is #5A4435.


I love getcolorcode.com

Triadic colors

1 #CAA5BB and #BBCAA5 with #A5BBCA are triadic colors.

2 #CABBA5 and #BBA5CA with #A5BBCA are triadic colors.