COLOR #A5D4CF

HEX: #A5D4CF
RGB: (165,212,207)

Color info

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

RGB color model

#A5D4CF color RGB value is (165,212,207).

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

RGB channels and saturation

R 165 of 255 = 65%
G 212 of 255 = 83%
B 207 of 255 = 81%

165
212
207

R + G + B ~ 76%. #A5D4CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 212 + 207 = 584 (100%)
R 165 of 584 ~ 28.25%
G 212 of 584 ~ 36.3%
B 207 of 584 ~ 35.45%

%28.25
%36.3
%35.45

CMYK color model

#A5D4CF color CMYK value is (22,0,2,17).

  • cyan value is 22.17%
  • magenta value is 0.00%
  • yellow value is 2.36%
  • key color value is 16.86%
CMYK:
(22,0,2,17)
C22M0Y2K17 
(22%,0%,2%,17%)
(0.22/0.00/0.02/0.17)	

CMYK percentages

%22.17
%0
%2.36
%16.86

Codes

Color #A5D4CF in popluar color models

A5D4CF
RGB165212207
HSL174°35.34%73.92%
HSB/HSV174°22.17%83.14%
CMYK22.17%0.00%2.36%
16.86%

Color #A5D4CF in popluar number systems.

HEXA5D4CF
Decimal165212207
Binary101001011101010011001111
Octal245324317

Shades and tints

Shades of #A5D4CF

#A5D4CF
(165,212,207)
#96C1BD
(150,193,189)
#87AEAB
(135,174,171)
#789B99
(120,155,153)
#698887
(105,136,135)
#5A7575
(90,117,117)
#4B6263
(75,98,99)
#3C4F51
(60,79,81)
#2D3C3F
(45,60,63)
#1E292D
(30,41,45)
#0F161B
(15,22,27)
#000000
(0,0,0)

Tints of #A5D4CF

#A5D4CF
(165,212,207)
#ADD7D3
(173,215,211)
#B5DAD7
(181,218,215)
#BDDDDB
(189,221,219)
#C5E0DF
(197,224,223)
#CDE3E3
(205,227,227)
#D5E6E7
(213,230,231)
#DDE9EB
(221,233,235)
#E5ECEF
(229,236,239)
#EDEFF3
(237,239,243)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D4CF; }

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

This text font color is #A5D4CF.


Background Color

.myBgColor { background-color: #A5D4CF; }

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

This div background color is #A5D4CF.


Border color

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

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

This div border color is #A5D4CF.


Opacity

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

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

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

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

This text has shadow with #A5D4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D4CF on black background.


Color preview on white background

This text has color #A5D4CF on white background.



Black color preview on #A5D4CF background

This text has black color on #A5D4CF background.


White color preview on #A5D4CF background

This text has white color on #A5D4CF background.