COLOR #A5CCCE

HEX: #A5CCCE RGB: (165,204,206)

Color info

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

RGB color model

#A5CCCE color RGB value is (165,204,206).

RGB: (165,204,206) (65%, 80%, 81%)

RGB channels and saturation

R 165 of 255 = 65%
G 204 of 255 = 80%
B 206 of 255 = 81%

165
204
206

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

Portions of RGB colors in percentages

R + G + B = 165 + 204 + 206 = 575 (100%)
R 165 of 575 ~ 28.7%
G 204 of 575 ~ 35.48%
B 206 of 575 ~ 35.83'%

%28.7
%35.48
%35.83

CMYK color model

#A5CCCE color CMYK value is (20,1,0,19).

  • cyan value is 19.90%
  • magenta value is 0.97%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (20,1,0,19)
C20M1Y0K19 (20%, 1%, 0%, 19%)
(0.20 / 0.01 / 0.00 / 0.19)

CMYK percentages

%19.9
%0.97
%0
%19.22

Codes

Color #A5CCCE in popluar color models

A5 CC CE
RGB 165 204 206
HSL 183° 29.50% 72.75%
HSB/HSV 183° 19.90% 80.78%
CMYK 19.90% 0.97% 0.00%
19.22%

Color #A5CCCE in popluar number systems.

HEX A5 CC CE
Decimal 165 204 206
Binary 10100101 11001100 11001110
Octal 245 314 316

Shades and tints

Shades of #A5CCCE

#A5CCCE
(165,204,206)
#96BABC
(150,186,188)
#87A8AA
(135,168,170)
#789698
(120,150,152)
#698486
(105,132,134)
#5A7274
(90,114,116)
#4B6062
(75,96,98)
#3C4E50
(60,78,80)
#2D3C3E
(45,60,62)
#1E2A2C
(30,42,44)
#0F181A
(15,24,26)
#000000
(0,0,0)

Tints of #A5CCCE

#A5CCCE
(165,204,206)
#ADD0D2
(173,208,210)
#B5D4D6
(181,212,214)
#BDD8DA
(189,216,218)
#C5DCDE
(197,220,222)
#CDE0E2
(205,224,226)
#D5E4E6
(213,228,230)
#DDE8EA
(221,232,234)
#E5ECEE
(229,236,238)
#EDF0F2
(237,240,242)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5CCCE color. Also use rgb(165,204,206) instead hex code.

Text Font Color

.myTextColor { color: #A5CCCE; }

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

This text font color is #A5CCCE.

Background Color

.myBgColor { background-color: #A5CCCE; }

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

This div background color is #A5CCCE.

Border color

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

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

This div border color is #A5CCCE.

Opacity

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

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

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

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

This text has shadow with #A5CCCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CCCE.

Preview

Color preview on black background

This text has color #A5CCCE on black background.


Color preview on white background

This text has color #A5CCCE on white background.


Black color preview on #A5CCCE background

This text has black color on #A5CCCE background.


White color preview on #A5CCCE background

This text has white color on #A5CCCE background.


Related colors

Complementary color

Complementary color for #hex is #5A3331.


I love getcolorcode.com

Triadic colors

1 #CEA5CC and #CCCEA5 with #A5CCCE are triadic colors.

2 #CECCA5 and #CCA5CE with #A5CCCE are triadic colors.