COLOR #A5D4C6

HEX: #A5D4C6
RGB: (165,212,198)

Color info

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

RGB color model

#A5D4C6 color RGB value is (165,212,198).

  • red value is 165;
  • green value is 212;
  • blue value is 198.
RGB:
(165,212,198)
(65%,83%,78%)

RGB channels and saturation

R 165 of 255 = 65%
G 212 of 255 = 83%
B 198 of 255 = 78%

165
212
198

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

Portions of RGB colors in percentages

R + G + B =
165 + 212 + 198 = 575 (100%)
R 165 of 575 ~ 28.7%
G 212 of 575 ~ 36.87%
B 198 of 575 ~ 34.43%

%28.7
%36.87
%34.43

CMYK color model

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

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

CMYK percentages

%22.17
%0
%6.6
%16.86

Codes

Color #A5D4C6 in popluar color models

A5D4C6
RGB165212198
HSL162°35.34%73.92%
HSB/HSV162°22.17%83.14%
CMYK22.17%0.00%6.60%
16.86%

Color #A5D4C6 in popluar number systems.

HEXA5D4C6
Decimal165212198
Binary101001011101010011000110
Octal245324306

Shades and tints

Shades of #A5D4C6

#A5D4C6
(165,212,198)
#96C1B4
(150,193,180)
#87AEA2
(135,174,162)
#789B90
(120,155,144)
#69887E
(105,136,126)
#5A756C
(90,117,108)
#4B625A
(75,98,90)
#3C4F48
(60,79,72)
#2D3C36
(45,60,54)
#1E2924
(30,41,36)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #A5D4C6

#A5D4C6
(165,212,198)
#ADD7CB
(173,215,203)
#B5DAD0
(181,218,208)
#BDDDD5
(189,221,213)
#C5E0DA
(197,224,218)
#CDE3DF
(205,227,223)
#D5E6E4
(213,230,228)
#DDE9E9
(221,233,233)
#E5ECEE
(229,236,238)
#EDEFF3
(237,239,243)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D4C6 color. Also use rgb(165,212,198) instead hex code.

Text Font Color

.myTextColor { color: #A5D4C6; }

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

This text font color is #A5D4C6.


Background Color

.myBgColor { background-color: #A5D4C6; }

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

This div background color is #A5D4C6.


Border color

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

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

This div border color is #A5D4C6.


Opacity

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

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

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

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

This text has shadow with #A5D4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D4C6 on black background.


Color preview on white background

This text has color #A5D4C6 on white background.



Black color preview on #A5D4C6 background

This text has black color on #A5D4C6 background.


White color preview on #A5D4C6 background

This text has white color on #A5D4C6 background.