COLOR #A5CFDF

HEX: #A5CFDF
RGB: (165,207,223)

Color info

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

RGB color model

#A5CFDF color RGB value is (165,207,223).

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

RGB channels and saturation

R 165 of 255 = 65%
G 207 of 255 = 81%
B 223 of 255 = 87%

165
207
223

R + G + B ~ 78%. #A5CFDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 207 + 223 = 595 (100%)
R 165 of 595 ~ 27.73%
G 207 of 595 ~ 34.79%
B 223 of 595 ~ 37.48%

%27.73
%34.79
%37.48

CMYK color model

#A5CFDF color CMYK value is (26,7,0,13).

  • cyan value is 26.01%
  • magenta value is 7.17%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(26,7,0,13)
C26M7Y0K13 
(26%,7%,0%,13%)
(0.26/0.07/0.00/0.13)	

CMYK percentages

%26.01
%7.17
%0
%12.55

Codes

Color #A5CFDF in popluar color models

A5CFDF
RGB165207223
HSL197°47.54%76.08%
HSB/HSV197°26.01%87.45%
CMYK26.01%7.17%0.00%
12.55%

Color #A5CFDF in popluar number systems.

HEXA5CFDF
Decimal165207223
Binary101001011100111111011111
Octal245317337

Shades and tints

Shades of #A5CFDF

#A5CFDF
(165,207,223)
#96BDCB
(150,189,203)
#87ABB7
(135,171,183)
#7899A3
(120,153,163)
#69878F
(105,135,143)
#5A757B
(90,117,123)
#4B6367
(75,99,103)
#3C5153
(60,81,83)
#2D3F3F
(45,63,63)
#1E2D2B
(30,45,43)
#0F1B17
(15,27,23)
#000000
(0,0,0)

Tints of #A5CFDF

#A5CFDF
(165,207,223)
#ADD3E1
(173,211,225)
#B5D7E3
(181,215,227)
#BDDBE5
(189,219,229)
#C5DFE7
(197,223,231)
#CDE3E9
(205,227,233)
#D5E7EB
(213,231,235)
#DDEBED
(221,235,237)
#E5EFEF
(229,239,239)
#EDF3F1
(237,243,241)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CFDF; }

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

This text font color is #A5CFDF.


Background Color

.myBgColor { background-color: #A5CFDF; }

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

This div background color is #A5CFDF.


Border color

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

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

This div border color is #A5CFDF.


Opacity

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

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

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

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

This text has shadow with #A5CFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CFDF on black background.


Color preview on white background

This text has color #A5CFDF on white background.



Black color preview on #A5CFDF background

This text has black color on #A5CFDF background.


White color preview on #A5CFDF background

This text has white color on #A5CFDF background.