COLOR #A5B8CF

HEX: #A5B8CF RGB: (165,184,207)

Color info

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

RGB color model

#A5B8CF color RGB value is (165,184,207).

RGB: (165,184,207) (65%, 72%, 81%)

RGB channels and saturation

R 165 of 255 = 65%
G 184 of 255 = 72%
B 207 of 255 = 81%

165
184
207

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

Portions of RGB colors in percentages

R + G + B = 165 + 184 + 207 = 556 (100%)
R 165 of 556 ~ 29.68%
G 184 of 556 ~ 33.09%
B 207 of 556 ~ 37.23'%

%29.68
%33.09
%37.23

CMYK color model

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

  • cyan value is 20.29%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (20,11,0,19)
C20M11Y0K19 (20%, 11%, 0%, 19%)
(0.20 / 0.11 / 0.00 / 0.19)

CMYK percentages

%20.29
%11.11
%0
%18.82

Codes

Color #A5B8CF in popluar color models

A5 B8 CF
RGB 165 184 207
HSL 213° 30.43% 72.94%
HSB/HSV 213° 20.29% 81.18%
CMYK 20.29% 11.11% 0.00%
18.82%

Color #A5B8CF in popluar number systems.

HEX A5 B8 CF
Decimal 165 184 207
Binary 10100101 10111000 11001111
Octal 245 270 317

Shades and tints

Shades of #A5B8CF

#A5B8CF
(165,184,207)
#96A8BD
(150,168,189)
#8798AB
(135,152,171)
#788899
(120,136,153)
#697887
(105,120,135)
#5A6875
(90,104,117)
#4B5863
(75,88,99)
#3C4851
(60,72,81)
#2D383F
(45,56,63)
#1E282D
(30,40,45)
#0F181B
(15,24,27)
#000000
(0,0,0)

Tints of #A5B8CF

#A5B8CF
(165,184,207)
#ADBED3
(173,190,211)
#B5C4D7
(181,196,215)
#BDCADB
(189,202,219)
#C5D0DF
(197,208,223)
#CDD6E3
(205,214,227)
#D5DCE7
(213,220,231)
#DDE2EB
(221,226,235)
#E5E8EF
(229,232,239)
#EDEEF3
(237,238,243)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B8CF color. Also use rgb(165,184,207) instead hex code.

Text Font Color

.myTextColor { color: #A5B8CF; }

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

This text font color is #A5B8CF.

Background Color

.myBgColor { background-color: #A5B8CF; }

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

This div background color is #A5B8CF.

Border color

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

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

This div border color is #A5B8CF.

Opacity

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

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

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

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

This text has shadow with #A5B8CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B8CF.

Preview

Color preview on black background

This text has color #A5B8CF on black background.


Color preview on white background

This text has color #A5B8CF on white background.


Black color preview on #A5B8CF background

This text has black color on #A5B8CF background.


White color preview on #A5B8CF background

This text has white color on #A5B8CF background.


Related colors

Complementary color

Complementary color for #hex is #5A4730.


I love getcolorcode.com

Triadic colors

1 #CFA5B8 and #B8CFA5 with #A5B8CF are triadic colors.

2 #CFB8A5 and #B8A5CF with #A5B8CF are triadic colors.