COLOR #A5D3C4

HEX: #A5D3C4
RGB: (165,211,196)

Color info

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

RGB color model

#A5D3C4 color RGB value is (165,211,196).

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

RGB channels and saturation

R 165 of 255 = 65%
G 211 of 255 = 83%
B 196 of 255 = 77%

165
211
196

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

Portions of RGB colors in percentages

R + G + B =
165 + 211 + 196 = 572 (100%)
R 165 of 572 ~ 28.85%
G 211 of 572 ~ 36.89%
B 196 of 572 ~ 34.27%

%28.85
%36.89
%34.27

CMYK color model

#A5D3C4 color CMYK value is (22,0,7,17).

  • cyan value is 21.80%
  • magenta value is 0.00%
  • yellow value is 7.11%
  • key color value is 17.25%
CMYK:
(22,0,7,17)
C22M0Y7K17 
(22%,0%,7%,17%)
(0.22/0.00/0.07/0.17)	

CMYK percentages

%21.8
%0
%7.11
%17.25

Codes

Color #A5D3C4 in popluar color models

A5D3C4
RGB165211196
HSL160°34.33%73.73%
HSB/HSV160°21.80%82.75%
CMYK21.80%0.00%7.11%
17.25%

Color #A5D3C4 in popluar number systems.

HEXA5D3C4
Decimal165211196
Binary101001011101001111000100
Octal245323304

Shades and tints

Shades of #A5D3C4

#A5D3C4
(165,211,196)
#96C0B3
(150,192,179)
#87ADA2
(135,173,162)
#789A91
(120,154,145)
#698780
(105,135,128)
#5A746F
(90,116,111)
#4B615E
(75,97,94)
#3C4E4D
(60,78,77)
#2D3B3C
(45,59,60)
#1E282B
(30,40,43)
#0F151A
(15,21,26)
#000000
(0,0,0)

Tints of #A5D3C4

#A5D3C4
(165,211,196)
#ADD7C9
(173,215,201)
#B5DBCE
(181,219,206)
#BDDFD3
(189,223,211)
#C5E3D8
(197,227,216)
#CDE7DD
(205,231,221)
#D5EBE2
(213,235,226)
#DDEFE7
(221,239,231)
#E5F3EC
(229,243,236)
#EDF7F1
(237,247,241)
#F5FBF6
(245,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D3C4; }

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

This text font color is #A5D3C4.


Background Color

.myBgColor { background-color: #A5D3C4; }

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

This div background color is #A5D3C4.


Border color

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

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

This div border color is #A5D3C4.


Opacity

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

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

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

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

This text has shadow with #A5D3C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D3C4 on black background.


Color preview on white background

This text has color #A5D3C4 on white background.



Black color preview on #A5D3C4 background

This text has black color on #A5D3C4 background.


White color preview on #A5D3C4 background

This text has white color on #A5D3C4 background.