COLOR #A5CED4

HEX: #A5CED4
RGB: (165,206,212)

Color info

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

RGB color model

#A5CED4 color RGB value is (165,206,212).

  • red value is 165;
  • green value is 206;
  • blue value is 212.
RGB:
(165,206,212)
(65%,81%,83%)

RGB channels and saturation

R 165 of 255 = 65%
G 206 of 255 = 81%
B 212 of 255 = 83%

165
206
212

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

Portions of RGB colors in percentages

R + G + B =
165 + 206 + 212 = 583 (100%)
R 165 of 583 ~ 28.3%
G 206 of 583 ~ 35.33%
B 212 of 583 ~ 36.36%

%28.3
%35.33
%36.36

CMYK color model

#A5CED4 color CMYK value is (22,3,0,17).

  • cyan value is 22.17%
  • magenta value is 2.83%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(22,3,0,17)
C22M3Y0K17 
(22%,3%,0%,17%)
(0.22/0.03/0.00/0.17)	

CMYK percentages

%22.17
%2.83
%0
%16.86

Codes

Color #A5CED4 in popluar color models

A5CED4
RGB165206212
HSL188°35.34%73.92%
HSB/HSV188°22.17%83.14%
CMYK22.17%2.83%0.00%
16.86%

Color #A5CED4 in popluar number systems.

HEXA5CED4
Decimal165206212
Binary101001011100111011010100
Octal245316324

Shades and tints

Shades of #A5CED4

#A5CED4
(165,206,212)
#96BCC1
(150,188,193)
#87AAAE
(135,170,174)
#78989B
(120,152,155)
#698688
(105,134,136)
#5A7475
(90,116,117)
#4B6262
(75,98,98)
#3C504F
(60,80,79)
#2D3E3C
(45,62,60)
#1E2C29
(30,44,41)
#0F1A16
(15,26,22)
#000000
(0,0,0)

Tints of #A5CED4

#A5CED4
(165,206,212)
#ADD2D7
(173,210,215)
#B5D6DA
(181,214,218)
#BDDADD
(189,218,221)
#C5DEE0
(197,222,224)
#CDE2E3
(205,226,227)
#D5E6E6
(213,230,230)
#DDEAE9
(221,234,233)
#E5EEEC
(229,238,236)
#EDF2EF
(237,242,239)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CED4; }

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

This text font color is #A5CED4.


Background Color

.myBgColor { background-color: #A5CED4; }

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

This div background color is #A5CED4.


Border color

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

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

This div border color is #A5CED4.


Opacity

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

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

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

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

This text has shadow with #A5CED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CED4 on black background.


Color preview on white background

This text has color #A5CED4 on white background.



Black color preview on #A5CED4 background

This text has black color on #A5CED4 background.


White color preview on #A5CED4 background

This text has white color on #A5CED4 background.