COLOR #A5BEDE

HEX: #A5BEDE
RGB: (165,190,222)

Color info

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

RGB color model

#A5BEDE color RGB value is (165,190,222).

  • red value is 165;
  • green value is 190;
  • blue value is 222.
RGB:
(165,190,222)
(65%,75%,87%)

RGB channels and saturation

R 165 of 255 = 65%
G 190 of 255 = 75%
B 222 of 255 = 87%

165
190
222

R + G + B ~ 76%. #A5BEDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 190 + 222 = 577 (100%)
R 165 of 577 ~ 28.6%
G 190 of 577 ~ 32.93%
B 222 of 577 ~ 38.47%

%28.6
%32.93
%38.47

CMYK color model

#A5BEDE color CMYK value is (26,14,0,13).

  • cyan value is 25.68%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(26,14,0,13)
C26M14Y0K13 
(26%,14%,0%,13%)
(0.26/0.14/0.00/0.13)	

CMYK percentages

%25.68
%14.41
%0
%12.94

Codes

Color #A5BEDE in popluar color models

A5BEDE
RGB165190222
HSL214°46.34%75.88%
HSB/HSV214°25.68%87.06%
CMYK25.68%14.41%0.00%
12.94%

Color #A5BEDE in popluar number systems.

HEXA5BEDE
Decimal165190222
Binary101001011011111011011110
Octal245276336

Shades and tints

Shades of #A5BEDE

#A5BEDE
(165,190,222)
#96ADCA
(150,173,202)
#879CB6
(135,156,182)
#788BA2
(120,139,162)
#697A8E
(105,122,142)
#5A697A
(90,105,122)
#4B5866
(75,88,102)
#3C4752
(60,71,82)
#2D363E
(45,54,62)
#1E252A
(30,37,42)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #A5BEDE

#A5BEDE
(165,190,222)
#ADC3E1
(173,195,225)
#B5C8E4
(181,200,228)
#BDCDE7
(189,205,231)
#C5D2EA
(197,210,234)
#CDD7ED
(205,215,237)
#D5DCF0
(213,220,240)
#DDE1F3
(221,225,243)
#E5E6F6
(229,230,246)
#EDEBF9
(237,235,249)
#F5F0FC
(245,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BEDE; }

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

This text font color is #A5BEDE.


Background Color

.myBgColor { background-color: #A5BEDE; }

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

This div background color is #A5BEDE.


Border color

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

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

This div border color is #A5BEDE.


Opacity

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

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

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

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

This text has shadow with #A5BEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BEDE on black background.


Color preview on white background

This text has color #A5BEDE on white background.



Black color preview on #A5BEDE background

This text has black color on #A5BEDE background.


White color preview on #A5BEDE background

This text has white color on #A5BEDE background.