COLOR #A5B1CF

HEX: #A5B1CF RGB: (165,177,207)

Color info

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

RGB color model

#A5B1CF color RGB value is (165,177,207).

RGB: (165,177,207) (65%, 69%, 81%)

RGB channels and saturation

R 165 of 255 = 65%
G 177 of 255 = 69%
B 207 of 255 = 81%

165
177
207

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

Portions of RGB colors in percentages

R + G + B = 165 + 177 + 207 = 549 (100%)
R 165 of 549 ~ 30.05%
G 177 of 549 ~ 32.24%
B 207 of 549 ~ 37.7'%

%30.05
%32.24
%37.7

CMYK color model

#A5B1CF color CMYK value is (20,14,0,19).

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

CMYK: (20,14,0,19)
C20M14Y0K19 (20%, 14%, 0%, 19%)
(0.20 / 0.14 / 0.00 / 0.19)

CMYK percentages

%20.29
%14.49
%0
%18.82

Codes

Color #A5B1CF in popluar color models

A5 B1 CF
RGB 165 177 207
HSL 223° 30.43% 72.94%
HSB/HSV 223° 20.29% 81.18%
CMYK 20.29% 14.49% 0.00%
18.82%

Color #A5B1CF in popluar number systems.

HEX A5 B1 CF
Decimal 165 177 207
Binary 10100101 10110001 11001111
Octal 245 261 317

Shades and tints

Shades of #A5B1CF

#A5B1CF
(165,177,207)
#96A1BD
(150,161,189)
#8791AB
(135,145,171)
#788199
(120,129,153)
#697187
(105,113,135)
#5A6175
(90,97,117)
#4B5163
(75,81,99)
#3C4151
(60,65,81)
#2D313F
(45,49,63)
#1E212D
(30,33,45)
#0F111B
(15,17,27)
#000000
(0,0,0)

Tints of #A5B1CF

#A5B1CF
(165,177,207)
#ADB8D3
(173,184,211)
#B5BFD7
(181,191,215)
#BDC6DB
(189,198,219)
#C5CDDF
(197,205,223)
#CDD4E3
(205,212,227)
#D5DBE7
(213,219,231)
#DDE2EB
(221,226,235)
#E5E9EF
(229,233,239)
#EDF0F3
(237,240,243)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B1CF; }

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

This text font color is #A5B1CF.

Background Color

.myBgColor { background-color: #A5B1CF; }

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

This div background color is #A5B1CF.

Border color

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

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

This div border color is #A5B1CF.

Opacity

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

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

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

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

This text has shadow with #A5B1CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B1CF.

Preview

Color preview on black background

This text has color #A5B1CF on black background.


Color preview on white background

This text has color #A5B1CF on white background.


Black color preview on #A5B1CF background

This text has black color on #A5B1CF background.


White color preview on #A5B1CF background

This text has white color on #A5B1CF background.


Related colors

Complementary color

Complementary color for #hex is #5A4E30.


I love getcolorcode.com

Triadic colors

1 #CFA5B1 and #B1CFA5 with #A5B1CF are triadic colors.

2 #CFB1A5 and #B1A5CF with #A5B1CF are triadic colors.