COLOR #A5D3BD

HEX: #A5D3BD
RGB: (165,211,189)

Color info

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

RGB color model

#A5D3BD color RGB value is (165,211,189).

  • red value is 165;
  • green value is 211;
  • blue value is 189.
RGB:
(165,211,189)
(65%,83%,74%)

RGB channels and saturation

R 165 of 255 = 65%
G 211 of 255 = 83%
B 189 of 255 = 74%

165
211
189

R + G + B ~ 74%. #A5D3BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 211 + 189 = 565 (100%)
R 165 of 565 ~ 29.2%
G 211 of 565 ~ 37.35%
B 189 of 565 ~ 33.45%

%29.2
%37.35
%33.45

CMYK color model

#A5D3BD color CMYK value is (22,0,10,17).

  • cyan value is 21.80%
  • magenta value is 0.00%
  • yellow value is 10.43%
  • key color value is 17.25%
CMYK:
(22,0,10,17)
C22M0Y10K17 
(22%,0%,10%,17%)
(0.22/0.00/0.10/0.17)	

CMYK percentages

%21.8
%0
%10.43
%17.25

Codes

Color #A5D3BD in popluar color models

A5D3BD
RGB165211189
HSL151°34.33%73.73%
HSB/HSV151°21.80%82.75%
CMYK21.80%0.00%10.43%
17.25%

Color #A5D3BD in popluar number systems.

HEXA5D3BD
Decimal165211189
Binary101001011101001110111101
Octal245323275

Shades and tints

Shades of #A5D3BD

#A5D3BD
(165,211,189)
#96C0AC
(150,192,172)
#87AD9B
(135,173,155)
#789A8A
(120,154,138)
#698779
(105,135,121)
#5A7468
(90,116,104)
#4B6157
(75,97,87)
#3C4E46
(60,78,70)
#2D3B35
(45,59,53)
#1E2824
(30,40,36)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #A5D3BD

#A5D3BD
(165,211,189)
#ADD7C3
(173,215,195)
#B5DBC9
(181,219,201)
#BDDFCF
(189,223,207)
#C5E3D5
(197,227,213)
#CDE7DB
(205,231,219)
#D5EBE1
(213,235,225)
#DDEFE7
(221,239,231)
#E5F3ED
(229,243,237)
#EDF7F3
(237,247,243)
#F5FBF9
(245,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D3BD color. Also use rgb(165,211,189) instead hex code.

Text Font Color

.myTextColor { color: #A5D3BD; }

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

This text font color is #A5D3BD.


Background Color

.myBgColor { background-color: #A5D3BD; }

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

This div background color is #A5D3BD.


Border color

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

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

This div border color is #A5D3BD.


Opacity

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

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

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

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

This text has shadow with #A5D3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D3BD on black background.


Color preview on white background

This text has color #A5D3BD on white background.



Black color preview on #A5D3BD background

This text has black color on #A5D3BD background.


White color preview on #A5D3BD background

This text has white color on #A5D3BD background.