COLOR #A5EBDC

HEX: #A5EBDC
RGB: (165,235,220)

Color info

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

RGB color model

#A5EBDC color RGB value is (165,235,220).

  • red value is 165;
  • green value is 235;
  • blue value is 220.
RGB:
(165,235,220)
(65%,92%,86%)

RGB channels and saturation

R 165 of 255 = 65%
G 235 of 255 = 92%
B 220 of 255 = 86%

165
235
220

R + G + B ~ 81%. #A5EBDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 235 + 220 = 620 (100%)
R 165 of 620 ~ 26.61%
G 235 of 620 ~ 37.9%
B 220 of 620 ~ 35.48%

%26.61
%37.9
%35.48

CMYK color model

#A5EBDC color CMYK value is (30,0,6,8).

  • cyan value is 29.79%
  • magenta value is 0.00%
  • yellow value is 6.38%
  • key color value is 7.84%
CMYK:
(30,0,6,8)
C30M0Y6K8 
(30%,0%,6%,8%)
(0.30/0.00/0.06/0.08)	

CMYK percentages

%29.79
%0
%6.38
%7.84

Codes

Color #A5EBDC in popluar color models

A5EBDC
RGB165235220
HSL167°63.64%78.43%
HSB/HSV167°29.79%92.16%
CMYK29.79%0.00%6.38%
7.84%

Color #A5EBDC in popluar number systems.

HEXA5EBDC
Decimal165235220
Binary101001011110101111011100
Octal245353334

Shades and tints

Shades of #A5EBDC

#A5EBDC
(165,235,220)
#96D6C8
(150,214,200)
#87C1B4
(135,193,180)
#78ACA0
(120,172,160)
#69978C
(105,151,140)
#5A8278
(90,130,120)
#4B6D64
(75,109,100)
#3C5850
(60,88,80)
#2D433C
(45,67,60)
#1E2E28
(30,46,40)
#0F1914
(15,25,20)
#000000
(0,0,0)

Tints of #A5EBDC

#A5EBDC
(165,235,220)
#ADECDF
(173,236,223)
#B5EDE2
(181,237,226)
#BDEEE5
(189,238,229)
#C5EFE8
(197,239,232)
#CDF0EB
(205,240,235)
#D5F1EE
(213,241,238)
#DDF2F1
(221,242,241)
#E5F3F4
(229,243,244)
#EDF4F7
(237,244,247)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5EBDC; }

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

This text font color is #A5EBDC.


Background Color

.myBgColor { background-color: #A5EBDC; }

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

This div background color is #A5EBDC.


Border color

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

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

This div border color is #A5EBDC.


Opacity

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

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

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

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

This text has shadow with #A5EBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EBDC on black background.


Color preview on white background

This text has color #A5EBDC on white background.



Black color preview on #A5EBDC background

This text has black color on #A5EBDC background.


White color preview on #A5EBDC background

This text has white color on #A5EBDC background.