COLOR #A5CFD2

HEX: #A5CFD2 RGB: (165,207,210)

Color info

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

RGB color model

#A5CFD2 color RGB value is (165,207,210).

RGB: (165,207,210) (65%, 81%, 82%)

RGB channels and saturation

R 165 of 255 = 65%
G 207 of 255 = 81%
B 210 of 255 = 82%

165
207
210

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

Portions of RGB colors in percentages

R + G + B = 165 + 207 + 210 = 582 (100%)
R 165 of 582 ~ 28.35%
G 207 of 582 ~ 35.57%
B 210 of 582 ~ 36.08'%

%28.35
%35.57
%36.08

CMYK color model

#A5CFD2 color CMYK value is (21,1,0,18).

  • cyan value is 21.43%
  • magenta value is 1.43%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK: (21,1,0,18) C21M1Y0K18 (21%,1%,0%,18%) (0.21/0.01/0.00/0.18) 

CMYK percentages

%21.43
%1.43
%0
%17.65

Codes

Color #A5CFD2 in popluar color models

A5 CF D2
RGB 165 207 210
HSL 184° 33.33% 73.53%
HSB/HSV 184° 21.43% 82.35%
CMYK 21.43% 1.43% 0.00%
17.65%

Color #A5CFD2 in popluar number systems.

HEX A5 CF D2
Decimal 165 207 210
Binary 10100101 11001111 11010010
Octal 245 317 322

Shades and tints

Shades of #A5CFD2

#A5CFD2
(165,207,210)
#96BDBF
(150,189,191)
#87ABAC
(135,171,172)
#789999
(120,153,153)
#698786
(105,135,134)
#5A7573
(90,117,115)
#4B6360
(75,99,96)
#3C514D
(60,81,77)
#2D3F3A
(45,63,58)
#1E2D27
(30,45,39)
#0F1B14
(15,27,20)
#000000
(0,0,0)

Tints of #A5CFD2

#A5CFD2
(165,207,210)
#ADD3D6
(173,211,214)
#B5D7DA
(181,215,218)
#BDDBDE
(189,219,222)
#C5DFE2
(197,223,226)
#CDE3E6
(205,227,230)
#D5E7EA
(213,231,234)
#DDEBEE
(221,235,238)
#E5EFF2
(229,239,242)
#EDF3F6
(237,243,246)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CFD2; }

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

This text font color is #A5CFD2.

Background Color

.myBgColor { background-color: #A5CFD2; }

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

This div background color is #A5CFD2.

Border color

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

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

This div border color is #A5CFD2.

Opacity

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

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

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

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

This text has shadow with #A5CFD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CFD2.

Preview

Color preview on black background

This text has color #A5CFD2 on black background.


Color preview on white background

This text has color #A5CFD2 on white background.


Black color preview on #A5CFD2 background

This text has black color on #A5CFD2 background.


White color preview on #A5CFD2 background

This text has white color on #A5CFD2 background.


Related colors

Complementary color

Complementary color for #hex is #5A302D.


I love getcolorcode.com

Triadic colors

1 #D2A5CF and #CFD2A5 with #A5CFD2 are triadic colors.

2 #D2CFA5 and #CFA5D2 with #A5CFD2 are triadic colors.