COLOR #A5BFD0

HEX: #A5BFD0
RGB: (165,191,208)

Color info

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

RGB color model

#A5BFD0 color RGB value is (165,191,208).

  • red value is 165;
  • green value is 191;
  • blue value is 208.
RGB:
(165,191,208)
(65%,75%,82%)

RGB channels and saturation

R 165 of 255 = 65%
G 191 of 255 = 75%
B 208 of 255 = 82%

165
191
208

R + G + B ~ 74%. #A5BFD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 191 + 208 = 564 (100%)
R 165 of 564 ~ 29.26%
G 191 of 564 ~ 33.87%
B 208 of 564 ~ 36.88%

%29.26
%33.87
%36.88

CMYK color model

#A5BFD0 color CMYK value is (21,8,0,18).

  • cyan value is 20.67%
  • magenta value is 8.17%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(21,8,0,18)
C21M8Y0K18 
(21%,8%,0%,18%)
(0.21/0.08/0.00/0.18)	

CMYK percentages

%20.67
%8.17
%0
%18.43

Codes

Color #A5BFD0 in popluar color models

A5BFD0
RGB165191208
HSL204°31.39%73.14%
HSB/HSV204°20.67%81.57%
CMYK20.67%8.17%0.00%
18.43%

Color #A5BFD0 in popluar number systems.

HEXA5BFD0
Decimal165191208
Binary101001011011111111010000
Octal245277320

Shades and tints

Shades of #A5BFD0

#A5BFD0
(165,191,208)
#96AEBE
(150,174,190)
#879DAC
(135,157,172)
#788C9A
(120,140,154)
#697B88
(105,123,136)
#5A6A76
(90,106,118)
#4B5964
(75,89,100)
#3C4852
(60,72,82)
#2D3740
(45,55,64)
#1E262E
(30,38,46)
#0F151C
(15,21,28)
#000000
(0,0,0)

Tints of #A5BFD0

#A5BFD0
(165,191,208)
#ADC4D4
(173,196,212)
#B5C9D8
(181,201,216)
#BDCEDC
(189,206,220)
#C5D3E0
(197,211,224)
#CDD8E4
(205,216,228)
#D5DDE8
(213,221,232)
#DDE2EC
(221,226,236)
#E5E7F0
(229,231,240)
#EDECF4
(237,236,244)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BFD0; }

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

This text font color is #A5BFD0.


Background Color

.myBgColor { background-color: #A5BFD0; }

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

This div background color is #A5BFD0.


Border color

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

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

This div border color is #A5BFD0.


Opacity

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

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

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

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

This text has shadow with #A5BFD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BFD0 on black background.


Color preview on white background

This text has color #A5BFD0 on white background.



Black color preview on #A5BFD0 background

This text has black color on #A5BFD0 background.


White color preview on #A5BFD0 background

This text has white color on #A5BFD0 background.