COLOR #A5BFDC

HEX: #A5BFDC RGB: (165,191,220)

Color info

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

RGB color model

#A5BFDC color RGB value is (165,191,220).

RGB: (165,191,220) (65%, 75%, 86%)

RGB channels and saturation

R 165 of 255 = 65%
G 191 of 255 = 75%
B 220 of 255 = 86%

165
191
220

R + G + B ~ 75%. #A5BFDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 191 + 220 = 576 (100%)
R 165 of 576 ~ 28.65%
G 191 of 576 ~ 33.16%
B 220 of 576 ~ 38.19'%

%28.65
%33.16
%38.19

CMYK color model

#A5BFDC color CMYK value is (25,13,0,14).

  • cyan value is 25.00%
  • magenta value is 13.18%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (25,13,0,14)
C25M13Y0K14 (25%, 13%, 0%, 14%)
(0.25 / 0.13 / 0.00 / 0.14)

CMYK percentages

%25
%13.18
%0
%13.73

Codes

Color #A5BFDC in popluar color models

A5 BF DC
RGB 165 191 220
HSL 212° 44.00% 75.49%
HSB/HSV 212° 25.00% 86.27%
CMYK 25.00% 13.18% 0.00%
13.73%

Color #A5BFDC in popluar number systems.

HEX A5 BF DC
Decimal 165 191 220
Binary 10100101 10111111 11011100
Octal 245 277 334

Shades and tints

Shades of #A5BFDC

#A5BFDC
(165,191,220)
#96AEC8
(150,174,200)
#879DB4
(135,157,180)
#788CA0
(120,140,160)
#697B8C
(105,123,140)
#5A6A78
(90,106,120)
#4B5964
(75,89,100)
#3C4850
(60,72,80)
#2D373C
(45,55,60)
#1E2628
(30,38,40)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #A5BFDC

#A5BFDC
(165,191,220)
#ADC4DF
(173,196,223)
#B5C9E2
(181,201,226)
#BDCEE5
(189,206,229)
#C5D3E8
(197,211,232)
#CDD8EB
(205,216,235)
#D5DDEE
(213,221,238)
#DDE2F1
(221,226,241)
#E5E7F4
(229,231,244)
#EDECF7
(237,236,247)
#F5F1FA
(245,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BFDC color. Also use rgb(165,191,220) instead hex code.

Text Font Color

.myTextColor { color: #A5BFDC; }

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

This text font color is #A5BFDC.

Background Color

.myBgColor { background-color: #A5BFDC; }

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

This div background color is #A5BFDC.

Border color

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

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

This div border color is #A5BFDC.

Opacity

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

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

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

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

This text has shadow with #A5BFDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BFDC.

Preview

Color preview on black background

This text has color #A5BFDC on black background.


Color preview on white background

This text has color #A5BFDC on white background.


Black color preview on #A5BFDC background

This text has black color on #A5BFDC background.


White color preview on #A5BFDC background

This text has white color on #A5BFDC background.


Related colors

Complementary color

Complementary color for #hex is #5A4023.


I love getcolorcode.com

Triadic colors

1 #DCA5BF and #BFDCA5 with #A5BFDC are triadic colors.

2 #DCBFA5 and #BFA5DC with #A5BFDC are triadic colors.