COLOR #A5D5C3

HEX: #A5D5C3
RGB: (165,213,195)

Color info

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

RGB color model

#A5D5C3 color RGB value is (165,213,195).

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

RGB channels and saturation

R 165 of 255 = 65%
G 213 of 255 = 84%
B 195 of 255 = 76%

165
213
195

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

Portions of RGB colors in percentages

R + G + B =
165 + 213 + 195 = 573 (100%)
R 165 of 573 ~ 28.8%
G 213 of 573 ~ 37.17%
B 195 of 573 ~ 34.03%

%28.8
%37.17
%34.03

CMYK color model

#A5D5C3 color CMYK value is (23,0,8,16).

  • cyan value is 22.54%
  • magenta value is 0.00%
  • yellow value is 8.45%
  • key color value is 16.47%
CMYK:
(23,0,8,16)
C23M0Y8K16 
(23%,0%,8%,16%)
(0.23/0.00/0.08/0.16)	

CMYK percentages

%22.54
%0
%8.45
%16.47

Codes

Color #A5D5C3 in popluar color models

A5D5C3
RGB165213195
HSL158°36.36%74.12%
HSB/HSV158°22.54%83.53%
CMYK22.54%0.00%8.45%
16.47%

Color #A5D5C3 in popluar number systems.

HEXA5D5C3
Decimal165213195
Binary101001011101010111000011
Octal245325303

Shades and tints

Shades of #A5D5C3

#A5D5C3
(165,213,195)
#96C2B2
(150,194,178)
#87AFA1
(135,175,161)
#789C90
(120,156,144)
#69897F
(105,137,127)
#5A766E
(90,118,110)
#4B635D
(75,99,93)
#3C504C
(60,80,76)
#2D3D3B
(45,61,59)
#1E2A2A
(30,42,42)
#0F1719
(15,23,25)
#000000
(0,0,0)

Tints of #A5D5C3

#A5D5C3
(165,213,195)
#ADD8C8
(173,216,200)
#B5DBCD
(181,219,205)
#BDDED2
(189,222,210)
#C5E1D7
(197,225,215)
#CDE4DC
(205,228,220)
#D5E7E1
(213,231,225)
#DDEAE6
(221,234,230)
#E5EDEB
(229,237,235)
#EDF0F0
(237,240,240)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D5C3; }

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

This text font color is #A5D5C3.


Background Color

.myBgColor { background-color: #A5D5C3; }

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

This div background color is #A5D5C3.


Border color

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

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

This div border color is #A5D5C3.


Opacity

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

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

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

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

This text has shadow with #A5D5C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D5C3 on black background.


Color preview on white background

This text has color #A5D5C3 on white background.



Black color preview on #A5D5C3 background

This text has black color on #A5D5C3 background.


White color preview on #A5D5C3 background

This text has white color on #A5D5C3 background.