COLOR #A5B7CD

HEX: #A5B7CD RGB: (165,183,205)

Color info

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

RGB color model

#A5B7CD color RGB value is (165,183,205).

RGB: (165,183,205) (65%, 72%, 80%)

RGB channels and saturation

R 165 of 255 = 65%
G 183 of 255 = 72%
B 205 of 255 = 80%

165
183
205

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

Portions of RGB colors in percentages

R + G + B = 165 + 183 + 205 = 553 (100%)
R 165 of 553 ~ 29.84%
G 183 of 553 ~ 33.09%
B 205 of 553 ~ 37.07'%

%29.84
%33.09
%37.07

CMYK color model

#A5B7CD color CMYK value is (20,11,0,20).

  • cyan value is 19.51%
  • magenta value is 10.73%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (20,11,0,20)
C20M11Y0K20 (20%, 11%, 0%, 20%)
(0.20 / 0.11 / 0.00 / 0.20)

CMYK percentages

%19.51
%10.73
%0
%19.61

Codes

Color #A5B7CD in popluar color models

A5 B7 CD
RGB 165 183 205
HSL 213° 28.57% 72.55%
HSB/HSV 213° 19.51% 80.39%
CMYK 19.51% 10.73% 0.00%
19.61%

Color #A5B7CD in popluar number systems.

HEX A5 B7 CD
Decimal 165 183 205
Binary 10100101 10110111 11001101
Octal 245 267 315

Shades and tints

Shades of #A5B7CD

#A5B7CD
(165,183,205)
#96A7BB
(150,167,187)
#8797A9
(135,151,169)
#788797
(120,135,151)
#697785
(105,119,133)
#5A6773
(90,103,115)
#4B5761
(75,87,97)
#3C474F
(60,71,79)
#2D373D
(45,55,61)
#1E272B
(30,39,43)
#0F1719
(15,23,25)
#000000
(0,0,0)

Tints of #A5B7CD

#A5B7CD
(165,183,205)
#ADBDD1
(173,189,209)
#B5C3D5
(181,195,213)
#BDC9D9
(189,201,217)
#C5CFDD
(197,207,221)
#CDD5E1
(205,213,225)
#D5DBE5
(213,219,229)
#DDE1E9
(221,225,233)
#E5E7ED
(229,231,237)
#EDEDF1
(237,237,241)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B7CD color. Also use rgb(165,183,205) instead hex code.

Text Font Color

.myTextColor { color: #A5B7CD; }

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

This text font color is #A5B7CD.

Background Color

.myBgColor { background-color: #A5B7CD; }

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

This div background color is #A5B7CD.

Border color

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

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

This div border color is #A5B7CD.

Opacity

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

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

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

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

This text has shadow with #A5B7CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B7CD.

Preview

Color preview on black background

This text has color #A5B7CD on black background.


Color preview on white background

This text has color #A5B7CD on white background.


Black color preview on #A5B7CD background

This text has black color on #A5B7CD background.


White color preview on #A5B7CD background

This text has white color on #A5B7CD background.


Related colors

Complementary color

Complementary color for #hex is #5A4832.


I love getcolorcode.com

Triadic colors

1 #CDA5B7 and #B7CDA5 with #A5B7CD are triadic colors.

2 #CDB7A5 and #B7A5CD with #A5B7CD are triadic colors.