COLOR #A5CFCA

HEX: #A5CFCA RGB: (165,207,202)

Color info

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

RGB color model

#A5CFCA color RGB value is (165,207,202).

RGB: (165,207,202) (65%, 81%, 79%)

RGB channels and saturation

R 165 of 255 = 65%
G 207 of 255 = 81%
B 202 of 255 = 79%

165
207
202

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

Portions of RGB colors in percentages

R + G + B = 165 + 207 + 202 = 574 (100%)
R 165 of 574 ~ 28.75%
G 207 of 574 ~ 36.06%
B 202 of 574 ~ 35.19'%

%28.75
%36.06
%35.19

CMYK color model

#A5CFCA color CMYK value is (20,0,2,19).

  • cyan value is 20.29%
  • magenta value is 0.00%
  • yellow value is 2.42%
  • key color value is 18.82%

CMYK: (20,0,2,19)
C20M0Y2K19 (20%, 0%, 2%, 19%)
(0.20 / 0.00 / 0.02 / 0.19)

CMYK percentages

%20.29
%0
%2.42
%18.82

Codes

Color #A5CFCA in popluar color models

A5 CF CA
RGB 165 207 202
HSL 173° 30.43% 72.94%
HSB/HSV 173° 20.29% 81.18%
CMYK 20.29% 0.00% 2.42%
18.82%

Color #A5CFCA in popluar number systems.

HEX A5 CF CA
Decimal 165 207 202
Binary 10100101 11001111 11001010
Octal 245 317 312

Shades and tints

Shades of #A5CFCA

#A5CFCA
(165,207,202)
#96BDB8
(150,189,184)
#87ABA6
(135,171,166)
#789994
(120,153,148)
#698782
(105,135,130)
#5A7570
(90,117,112)
#4B635E
(75,99,94)
#3C514C
(60,81,76)
#2D3F3A
(45,63,58)
#1E2D28
(30,45,40)
#0F1B16
(15,27,22)
#000000
(0,0,0)

Tints of #A5CFCA

#A5CFCA
(165,207,202)
#ADD3CE
(173,211,206)
#B5D7D2
(181,215,210)
#BDDBD6
(189,219,214)
#C5DFDA
(197,223,218)
#CDE3DE
(205,227,222)
#D5E7E2
(213,231,226)
#DDEBE6
(221,235,230)
#E5EFEA
(229,239,234)
#EDF3EE
(237,243,238)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CFCA; }

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

This text font color is #A5CFCA.

Background Color

.myBgColor { background-color: #A5CFCA; }

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

This div background color is #A5CFCA.

Border color

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

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

This div border color is #A5CFCA.

Opacity

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

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

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

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

This text has shadow with #A5CFCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CFCA.

Preview

Color preview on black background

This text has color #A5CFCA on black background.


Color preview on white background

This text has color #A5CFCA on white background.


Black color preview on #A5CFCA background

This text has black color on #A5CFCA background.


White color preview on #A5CFCA background

This text has white color on #A5CFCA background.


Related colors

Complementary color

Complementary color for #hex is #5A3035.


I love getcolorcode.com

Triadic colors

1 #CAA5CF and #CFCAA5 with #A5CFCA are triadic colors.

2 #CACFA5 and #CFA5CA with #A5CFCA are triadic colors.