COLOR #A5C1CC

HEX: #A5C1CC RGB: (165,193,204)

Color info

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

RGB color model

#A5C1CC color RGB value is (165,193,204).

RGB: (165,193,204) (65%, 76%, 80%)

RGB channels and saturation

R 165 of 255 = 65%
G 193 of 255 = 76%
B 204 of 255 = 80%

165
193
204

R + G + B ~ 74%. #A5C1CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 193 + 204 = 562 (100%)
R 165 of 562 ~ 29.36%
G 193 of 562 ~ 34.34%
B 204 of 562 ~ 36.3'%

%29.36
%34.34
%36.3

CMYK color model

#A5C1CC color CMYK value is (19,5,0,20).

  • cyan value is 19.12%
  • magenta value is 5.39%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (19,5,0,20)
C19M5Y0K20 (19%, 5%, 0%, 20%)
(0.19 / 0.05 / 0.00 / 0.20)

CMYK percentages

%19.12
%5.39
%0
%20

Codes

Color #A5C1CC in popluar color models

A5 C1 CC
RGB 165 193 204
HSL 197° 27.66% 72.35%
HSB/HSV 197° 19.12% 80.00%
CMYK 19.12% 5.39% 0.00%
20.00%

Color #A5C1CC in popluar number systems.

HEX A5 C1 CC
Decimal 165 193 204
Binary 10100101 11000001 11001100
Octal 245 301 314

Shades and tints

Shades of #A5C1CC

#A5C1CC
(165,193,204)
#96B0BA
(150,176,186)
#879FA8
(135,159,168)
#788E96
(120,142,150)
#697D84
(105,125,132)
#5A6C72
(90,108,114)
#4B5B60
(75,91,96)
#3C4A4E
(60,74,78)
#2D393C
(45,57,60)
#1E282A
(30,40,42)
#0F1718
(15,23,24)
#000000
(0,0,0)

Tints of #A5C1CC

#A5C1CC
(165,193,204)
#ADC6D0
(173,198,208)
#B5CBD4
(181,203,212)
#BDD0D8
(189,208,216)
#C5D5DC
(197,213,220)
#CDDAE0
(205,218,224)
#D5DFE4
(213,223,228)
#DDE4E8
(221,228,232)
#E5E9EC
(229,233,236)
#EDEEF0
(237,238,240)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C1CC; }

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

This text font color is #A5C1CC.

Background Color

.myBgColor { background-color: #A5C1CC; }

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

This div background color is #A5C1CC.

Border color

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

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

This div border color is #A5C1CC.

Opacity

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

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

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

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

This text has shadow with #A5C1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C1CC.

Preview

Color preview on black background

This text has color #A5C1CC on black background.


Color preview on white background

This text has color #A5C1CC on white background.


Black color preview on #A5C1CC background

This text has black color on #A5C1CC background.


White color preview on #A5C1CC background

This text has white color on #A5C1CC background.


Related colors

Complementary color

Complementary color for #hex is #5A3E33.


I love getcolorcode.com

Triadic colors

1 #CCA5C1 and #C1CCA5 with #A5C1CC are triadic colors.

2 #CCC1A5 and #C1A5CC with #A5C1CC are triadic colors.