COLOR #A5BEF0

HEX: #A5BEF0 RGB: (165,190,240)

Color info

#A5BEF0 contains mainly green and blue colors. Web safe color of #A5BEF0 is #99CCFF (or #9CF).

RGB color model

#A5BEF0 color RGB value is (165,190,240).

RGB: (165,190,240) (65%, 75%, 94%)

RGB channels and saturation

R 165 of 255 = 65%
G 190 of 255 = 75%
B 240 of 255 = 94%

165
190
240

R + G + B ~ 78%. #A5BEF0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 190 + 240 = 595 (100%)
R 165 of 595 ~ 27.73%
G 190 of 595 ~ 31.93%
B 240 of 595 ~ 40.34'%

%27.73
%31.93
%40.34

CMYK color model

#A5BEF0 color CMYK value is (31,21,0,6).

  • cyan value is 31.25%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK: (31,21,0,6) C31M21Y0K6 (31%,21%,0%,6%) (0.31/0.21/0.00/0.06) 

CMYK percentages

%31.25
%20.83
%0
%5.88

Codes

Color #A5BEF0 in popluar color models

A5 BE F0
RGB 165 190 240
HSL 220° 71.43% 79.41%
HSB/HSV 220° 31.25% 94.12%
CMYK 31.25% 20.83% 0.00%
5.88%

Color #A5BEF0 in popluar number systems.

HEX A5 BE F0
Decimal 165 190 240
Binary 10100101 10111110 11110000
Octal 245 276 360

Shades and tints

Shades of #A5BEF0

#A5BEF0
(165,190,240)
#96ADDB
(150,173,219)
#879CC6
(135,156,198)
#788BB1
(120,139,177)
#697A9C
(105,122,156)
#5A6987
(90,105,135)
#4B5872
(75,88,114)
#3C475D
(60,71,93)
#2D3648
(45,54,72)
#1E2533
(30,37,51)
#0F141E
(15,20,30)
#000000
(0,0,0)

Tints of #A5BEF0

#A5BEF0
(165,190,240)
#ADC3F1
(173,195,241)
#B5C8F2
(181,200,242)
#BDCDF3
(189,205,243)
#C5D2F4
(197,210,244)
#CDD7F5
(205,215,245)
#D5DCF6
(213,220,246)
#DDE1F7
(221,225,247)
#E5E6F8
(229,230,248)
#EDEBF9
(237,235,249)
#F5F0FA
(245,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BEF0 color. Also use rgb(165,190,240) instead hex code.

Text Font Color

.myTextColor { color: #A5BEF0; }

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

This text font color is #A5BEF0.

Background Color

.myBgColor { background-color: #A5BEF0; }

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

This div background color is #A5BEF0.

Border color

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

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

This div border color is #A5BEF0.

Opacity

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

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

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

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

This text has shadow with #A5BEF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BEF0.

Preview

Color preview on black background

This text has color #A5BEF0 on black background.


Color preview on white background

This text has color #A5BEF0 on white background.


Black color preview on #A5BEF0 background

This text has black color on #A5BEF0 background.


White color preview on #A5BEF0 background

This text has white color on #A5BEF0 background.


Related colors

Complementary color

Complementary color for #hex is #5A410F.


I love getcolorcode.com

Triadic colors

1 #F0A5BE and #BEF0A5 with #A5BEF0 are triadic colors.

2 #F0BEA5 and #BEA5F0 with #A5BEF0 are triadic colors.