COLOR #A5EBE1

HEX: #A5EBE1 RGB: (165,235,225)

Color info

#A5EBE1 contains mainly green and blue colors. Web safe color of #A5EBE1 is #99FFCC (or #9FC).

RGB color model

#A5EBE1 color RGB value is (165,235,225).

RGB: (165,235,225) (65%, 92%, 88%)

RGB channels and saturation

R 165 of 255 = 65%
G 235 of 255 = 92%
B 225 of 255 = 88%

165
235
225

R + G + B ~ 82%. #A5EBE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 235 + 225 = 625 (100%)
R 165 of 625 ~ 26.4%
G 235 of 625 ~ 37.6%
B 225 of 625 ~ 36'%

%26.4
%37.6
%36

CMYK color model

#A5EBE1 color CMYK value is (30,0,4,8).

  • cyan value is 29.79%
  • magenta value is 0.00%
  • yellow value is 4.26%
  • key color value is 7.84%

CMYK: (30,0,4,8)
C30M0Y4K8 (30%, 0%, 4%, 8%)
(0.30 / 0.00 / 0.04 / 0.08)

CMYK percentages

%29.79
%0
%4.26
%7.84

Codes

Color #A5EBE1 in popluar color models

A5 EB E1
RGB 165 235 225
HSL 171° 63.64% 78.43%
HSB/HSV 171° 29.79% 92.16%
CMYK 29.79% 0.00% 4.26%
7.84%

Color #A5EBE1 in popluar number systems.

HEX A5 EB E1
Decimal 165 235 225
Binary 10100101 11101011 11100001
Octal 245 353 341

Shades and tints

Shades of #A5EBE1

#A5EBE1
(165,235,225)
#96D6CD
(150,214,205)
#87C1B9
(135,193,185)
#78ACA5
(120,172,165)
#699791
(105,151,145)
#5A827D
(90,130,125)
#4B6D69
(75,109,105)
#3C5855
(60,88,85)
#2D4341
(45,67,65)
#1E2E2D
(30,46,45)
#0F1919
(15,25,25)
#000000
(0,0,0)

Tints of #A5EBE1

#A5EBE1
(165,235,225)
#ADECE3
(173,236,227)
#B5EDE5
(181,237,229)
#BDEEE7
(189,238,231)
#C5EFE9
(197,239,233)
#CDF0EB
(205,240,235)
#D5F1ED
(213,241,237)
#DDF2EF
(221,242,239)
#E5F3F1
(229,243,241)
#EDF4F3
(237,244,243)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5EBE1 color. Also use rgb(165,235,225) instead hex code.

Text Font Color

.myTextColor { color: #A5EBE1; }

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

This text font color is #A5EBE1.

Background Color

.myBgColor { background-color: #A5EBE1; }

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

This div background color is #A5EBE1.

Border color

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

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

This div border color is #A5EBE1.

Opacity

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

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

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

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

This text has shadow with #A5EBE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5EBE1.

Preview

Color preview on black background

This text has color #A5EBE1 on black background.


Color preview on white background

This text has color #A5EBE1 on white background.


Black color preview on #A5EBE1 background

This text has black color on #A5EBE1 background.


White color preview on #A5EBE1 background

This text has white color on #A5EBE1 background.


Related colors

Complementary color

Complementary color for #hex is #5A141E.


I love getcolorcode.com

Triadic colors

1 #E1A5EB and #EBE1A5 with #A5EBE1 are triadic colors.

2 #E1EBA5 and #EBA5E1 with #A5EBE1 are triadic colors.