COLOR #A5D5BE

HEX: #A5D5BE
RGB: (165,213,190)

Color info

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

RGB color model

#A5D5BE color RGB value is (165,213,190).

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

RGB channels and saturation

R 165 of 255 = 65%
G 213 of 255 = 84%
B 190 of 255 = 75%

165
213
190

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

Portions of RGB colors in percentages

R + G + B =
165 + 213 + 190 = 568 (100%)
R 165 of 568 ~ 29.05%
G 213 of 568 ~ 37.5%
B 190 of 568 ~ 33.45%

%29.05
%37.5
%33.45

CMYK color model

#A5D5BE color CMYK value is (23,0,11,16).

  • cyan value is 22.54%
  • magenta value is 0.00%
  • yellow value is 10.80%
  • key color value is 16.47%
CMYK:
(23,0,11,16)
C23M0Y11K16 
(23%,0%,11%,16%)
(0.23/0.00/0.11/0.16)	

CMYK percentages

%22.54
%0
%10.8
%16.47

Codes

Color #A5D5BE in popluar color models

A5D5BE
RGB165213190
HSL151°36.36%74.12%
HSB/HSV151°22.54%83.53%
CMYK22.54%0.00%10.80%
16.47%

Color #A5D5BE in popluar number systems.

HEXA5D5BE
Decimal165213190
Binary101001011101010110111110
Octal245325276

Shades and tints

Shades of #A5D5BE

#A5D5BE
(165,213,190)
#96C2AD
(150,194,173)
#87AF9C
(135,175,156)
#789C8B
(120,156,139)
#69897A
(105,137,122)
#5A7669
(90,118,105)
#4B6358
(75,99,88)
#3C5047
(60,80,71)
#2D3D36
(45,61,54)
#1E2A25
(30,42,37)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #A5D5BE

#A5D5BE
(165,213,190)
#ADD8C3
(173,216,195)
#B5DBC8
(181,219,200)
#BDDECD
(189,222,205)
#C5E1D2
(197,225,210)
#CDE4D7
(205,228,215)
#D5E7DC
(213,231,220)
#DDEAE1
(221,234,225)
#E5EDE6
(229,237,230)
#EDF0EB
(237,240,235)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D5BE; }

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

This text font color is #A5D5BE.


Background Color

.myBgColor { background-color: #A5D5BE; }

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

This div background color is #A5D5BE.


Border color

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

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

This div border color is #A5D5BE.


Opacity

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

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

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

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

This text has shadow with #A5D5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D5BE on black background.


Color preview on white background

This text has color #A5D5BE on white background.



Black color preview on #A5D5BE background

This text has black color on #A5D5BE background.


White color preview on #A5D5BE background

This text has white color on #A5D5BE background.