COLOR #A5CBDE

HEX: #A5CBDE RGB: (165,203,222)

Color info

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

RGB color model

#A5CBDE color RGB value is (165,203,222).

RGB: (165,203,222) (65%, 80%, 87%)

RGB channels and saturation

R 165 of 255 = 65%
G 203 of 255 = 80%
B 222 of 255 = 87%

165
203
222

R + G + B ~ 77%. #A5CBDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 203 + 222 = 590 (100%)
R 165 of 590 ~ 27.97%
G 203 of 590 ~ 34.41%
B 222 of 590 ~ 37.63'%

%27.97
%34.41
%37.63

CMYK color model

#A5CBDE color CMYK value is (26,9,0,13).

  • cyan value is 25.68%
  • magenta value is 8.56%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (26,9,0,13)
C26M9Y0K13 (26%, 9%, 0%, 13%)
(0.26 / 0.09 / 0.00 / 0.13)

CMYK percentages

%25.68
%8.56
%0
%12.94

Codes

Color #A5CBDE in popluar color models

A5 CB DE
RGB 165 203 222
HSL 200° 46.34% 75.88%
HSB/HSV 200° 25.68% 87.06%
CMYK 25.68% 8.56% 0.00%
12.94%

Color #A5CBDE in popluar number systems.

HEX A5 CB DE
Decimal 165 203 222
Binary 10100101 11001011 11011110
Octal 245 313 336

Shades and tints

Shades of #A5CBDE

#A5CBDE
(165,203,222)
#96B9CA
(150,185,202)
#87A7B6
(135,167,182)
#7895A2
(120,149,162)
#69838E
(105,131,142)
#5A717A
(90,113,122)
#4B5F66
(75,95,102)
#3C4D52
(60,77,82)
#2D3B3E
(45,59,62)
#1E292A
(30,41,42)
#0F1716
(15,23,22)
#000000
(0,0,0)

Tints of #A5CBDE

#A5CBDE
(165,203,222)
#ADCFE1
(173,207,225)
#B5D3E4
(181,211,228)
#BDD7E7
(189,215,231)
#C5DBEA
(197,219,234)
#CDDFED
(205,223,237)
#D5E3F0
(213,227,240)
#DDE7F3
(221,231,243)
#E5EBF6
(229,235,246)
#EDEFF9
(237,239,249)
#F5F3FC
(245,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5CBDE color. Also use rgb(165,203,222) instead hex code.

Text Font Color

.myTextColor { color: #A5CBDE; }

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

This text font color is #A5CBDE.

Background Color

.myBgColor { background-color: #A5CBDE; }

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

This div background color is #A5CBDE.

Border color

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

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

This div border color is #A5CBDE.

Opacity

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

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

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

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

This text has shadow with #A5CBDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CBDE.

Preview

Color preview on black background

This text has color #A5CBDE on black background.


Color preview on white background

This text has color #A5CBDE on white background.


Black color preview on #A5CBDE background

This text has black color on #A5CBDE background.


White color preview on #A5CBDE background

This text has white color on #A5CBDE background.


Related colors

Complementary color

Complementary color for #hex is #5A3421.


I love getcolorcode.com

Triadic colors

1 #DEA5CB and #CBDEA5 with #A5CBDE are triadic colors.

2 #DECBA5 and #CBA5DE with #A5CBDE are triadic colors.