COLOR #A5BEDA

HEX: #A5BEDA RGB: (165,190,218)

Color info

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

RGB color model

#A5BEDA color RGB value is (165,190,218).

RGB: (165,190,218) (65%, 75%, 85%)

RGB channels and saturation

R 165 of 255 = 65%
G 190 of 255 = 75%
B 218 of 255 = 85%

165
190
218

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

Portions of RGB colors in percentages

R + G + B = 165 + 190 + 218 = 573 (100%)
R 165 of 573 ~ 28.8%
G 190 of 573 ~ 33.16%
B 218 of 573 ~ 38.05'%

%28.8
%33.16
%38.05

CMYK color model

#A5BEDA color CMYK value is (24,13,0,15).

  • cyan value is 24.31%
  • magenta value is 12.84%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (24,13,0,15) C24M13Y0K15 (24%,13%,0%,15%) (0.24/0.13/0.00/0.15) 

CMYK percentages

%24.31
%12.84
%0
%14.51

Codes

Color #A5BEDA in popluar color models

A5 BE DA
RGB 165 190 218
HSL 212° 41.73% 75.10%
HSB/HSV 212° 24.31% 85.49%
CMYK 24.31% 12.84% 0.00%
14.51%

Color #A5BEDA in popluar number systems.

HEX A5 BE DA
Decimal 165 190 218
Binary 10100101 10111110 11011010
Octal 245 276 332

Shades and tints

Shades of #A5BEDA

#A5BEDA
(165,190,218)
#96ADC7
(150,173,199)
#879CB4
(135,156,180)
#788BA1
(120,139,161)
#697A8E
(105,122,142)
#5A697B
(90,105,123)
#4B5868
(75,88,104)
#3C4755
(60,71,85)
#2D3642
(45,54,66)
#1E252F
(30,37,47)
#0F141C
(15,20,28)
#000000
(0,0,0)

Tints of #A5BEDA

#A5BEDA
(165,190,218)
#ADC3DD
(173,195,221)
#B5C8E0
(181,200,224)
#BDCDE3
(189,205,227)
#C5D2E6
(197,210,230)
#CDD7E9
(205,215,233)
#D5DCEC
(213,220,236)
#DDE1EF
(221,225,239)
#E5E6F2
(229,230,242)
#EDEBF5
(237,235,245)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BEDA; }

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

This text font color is #A5BEDA.

Background Color

.myBgColor { background-color: #A5BEDA; }

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

This div background color is #A5BEDA.

Border color

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

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

This div border color is #A5BEDA.

Opacity

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

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

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

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

This text has shadow with #A5BEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BEDA.

Preview

Color preview on black background

This text has color #A5BEDA on black background.


Color preview on white background

This text has color #A5BEDA on white background.


Black color preview on #A5BEDA background

This text has black color on #A5BEDA background.


White color preview on #A5BEDA background

This text has white color on #A5BEDA background.


Related colors

Complementary color

Complementary color for #hex is #5A4125.


I love getcolorcode.com

Triadic colors

1 #DAA5BE and #BEDAA5 with #A5BEDA are triadic colors.

2 #DABEA5 and #BEA5DA with #A5BEDA are triadic colors.