COLOR #A5BFD6

HEX: #A5BFD6 RGB: (165,191,214)

Color info

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

RGB color model

#A5BFD6 color RGB value is (165,191,214).

RGB: (165,191,214) (65%, 75%, 84%)

RGB channels and saturation

R 165 of 255 = 65%
G 191 of 255 = 75%
B 214 of 255 = 84%

165
191
214

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

Portions of RGB colors in percentages

R + G + B = 165 + 191 + 214 = 570 (100%)
R 165 of 570 ~ 28.95%
G 191 of 570 ~ 33.51%
B 214 of 570 ~ 37.54'%

%28.95
%33.51
%37.54

CMYK color model

#A5BFD6 color CMYK value is (23,11,0,16).

  • cyan value is 22.90%
  • magenta value is 10.75%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (23,11,0,16)
C23M11Y0K16 (23%, 11%, 0%, 16%)
(0.23 / 0.11 / 0.00 / 0.16)

CMYK percentages

%22.9
%10.75
%0
%16.08

Codes

Color #A5BFD6 in popluar color models

A5 BF D6
RGB 165 191 214
HSL 208° 37.40% 74.31%
HSB/HSV 208° 22.90% 83.92%
CMYK 22.90% 10.75% 0.00%
16.08%

Color #A5BFD6 in popluar number systems.

HEX A5 BF D6
Decimal 165 191 214
Binary 10100101 10111111 11010110
Octal 245 277 326

Shades and tints

Shades of #A5BFD6

#A5BFD6
(165,191,214)
#96AEC3
(150,174,195)
#879DB0
(135,157,176)
#788C9D
(120,140,157)
#697B8A
(105,123,138)
#5A6A77
(90,106,119)
#4B5964
(75,89,100)
#3C4851
(60,72,81)
#2D373E
(45,55,62)
#1E262B
(30,38,43)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #A5BFD6

#A5BFD6
(165,191,214)
#ADC4D9
(173,196,217)
#B5C9DC
(181,201,220)
#BDCEDF
(189,206,223)
#C5D3E2
(197,211,226)
#CDD8E5
(205,216,229)
#D5DDE8
(213,221,232)
#DDE2EB
(221,226,235)
#E5E7EE
(229,231,238)
#EDECF1
(237,236,241)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BFD6; }

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

This text font color is #A5BFD6.

Background Color

.myBgColor { background-color: #A5BFD6; }

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

This div background color is #A5BFD6.

Border color

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

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

This div border color is #A5BFD6.

Opacity

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

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

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

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

This text has shadow with #A5BFD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BFD6.

Preview

Color preview on black background

This text has color #A5BFD6 on black background.


Color preview on white background

This text has color #A5BFD6 on white background.


Black color preview on #A5BFD6 background

This text has black color on #A5BFD6 background.


White color preview on #A5BFD6 background

This text has white color on #A5BFD6 background.


Related colors

Complementary color

Complementary color for #hex is #5A4029.


I love getcolorcode.com

Triadic colors

1 #D6A5BF and #BFD6A5 with #A5BFD6 are triadic colors.

2 #D6BFA5 and #BFA5D6 with #A5BFD6 are triadic colors.