COLOR #A5BECA

HEX: #A5BECA RGB: (165,190,202)

Color info

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

RGB color model

#A5BECA color RGB value is (165,190,202).

RGB: (165,190,202) (65%, 75%, 79%)

RGB channels and saturation

R 165 of 255 = 65%
G 190 of 255 = 75%
B 202 of 255 = 79%

165
190
202

R + G + B ~ 73%. #A5BECA is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 190 + 202 = 557 (100%)
R 165 of 557 ~ 29.62%
G 190 of 557 ~ 34.11%
B 202 of 557 ~ 36.27'%

%29.62
%34.11
%36.27

CMYK color model

#A5BECA color CMYK value is (18,6,0,21).

  • cyan value is 18.32%
  • magenta value is 5.94%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (18,6,0,21)
C18M6Y0K21 (18%, 6%, 0%, 21%)
(0.18 / 0.06 / 0.00 / 0.21)

CMYK percentages

%18.32
%5.94
%0
%20.78

Codes

Color #A5BECA in popluar color models

A5 BE CA
RGB 165 190 202
HSL 199° 25.87% 71.96%
HSB/HSV 199° 18.32% 79.22%
CMYK 18.32% 5.94% 0.00%
20.78%

Color #A5BECA in popluar number systems.

HEX A5 BE CA
Decimal 165 190 202
Binary 10100101 10111110 11001010
Octal 245 276 312

Shades and tints

Shades of #A5BECA

#A5BECA
(165,190,202)
#96ADB8
(150,173,184)
#879CA6
(135,156,166)
#788B94
(120,139,148)
#697A82
(105,122,130)
#5A6970
(90,105,112)
#4B585E
(75,88,94)
#3C474C
(60,71,76)
#2D363A
(45,54,58)
#1E2528
(30,37,40)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #A5BECA

#A5BECA
(165,190,202)
#ADC3CE
(173,195,206)
#B5C8D2
(181,200,210)
#BDCDD6
(189,205,214)
#C5D2DA
(197,210,218)
#CDD7DE
(205,215,222)
#D5DCE2
(213,220,226)
#DDE1E6
(221,225,230)
#E5E6EA
(229,230,234)
#EDEBEE
(237,235,238)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BECA; }

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

This text font color is #A5BECA.

Background Color

.myBgColor { background-color: #A5BECA; }

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

This div background color is #A5BECA.

Border color

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

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

This div border color is #A5BECA.

Opacity

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

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

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

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

This text has shadow with #A5BECA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BECA.

Preview

Color preview on black background

This text has color #A5BECA on black background.


Color preview on white background

This text has color #A5BECA on white background.


Black color preview on #A5BECA background

This text has black color on #A5BECA background.


White color preview on #A5BECA background

This text has white color on #A5BECA background.


Related colors

Complementary color

Complementary color for #hex is #5A4135.


I love getcolorcode.com

Triadic colors

1 #CAA5BE and #BECAA5 with #A5BECA are triadic colors.

2 #CABEA5 and #BEA5CA with #A5BECA are triadic colors.