COLOR #A5C1ED

HEX: #A5C1ED RGB: (165,193,237)

Color info

#A5C1ED contains mainly green and blue colors. Web safe color of #A5C1ED is #99CCFF (or #9CF).

RGB color model

#A5C1ED color RGB value is (165,193,237).

RGB: (165,193,237) (65%, 76%, 93%)

RGB channels and saturation

R 165 of 255 = 65%
G 193 of 255 = 76%
B 237 of 255 = 93%

165
193
237

R + G + B ~ 78%. #A5C1ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 193 + 237 = 595 (100%)
R 165 of 595 ~ 27.73%
G 193 of 595 ~ 32.44%
B 237 of 595 ~ 39.83'%

%27.73
%32.44
%39.83

CMYK color model

#A5C1ED color CMYK value is (30,19,0,7).

  • cyan value is 30.38%
  • magenta value is 18.57%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (30,19,0,7) C30M19Y0K7 (30%,19%,0%,7%) (0.30/0.19/0.00/0.07) 

CMYK percentages

%30.38
%18.57
%0
%7.06

Codes

Color #A5C1ED in popluar color models

A5 C1 ED
RGB 165 193 237
HSL 217° 66.67% 78.82%
HSB/HSV 217° 30.38% 92.94%
CMYK 30.38% 18.57% 0.00%
7.06%

Color #A5C1ED in popluar number systems.

HEX A5 C1 ED
Decimal 165 193 237
Binary 10100101 11000001 11101101
Octal 245 301 355

Shades and tints

Shades of #A5C1ED

#A5C1ED
(165,193,237)
#96B0D8
(150,176,216)
#879FC3
(135,159,195)
#788EAE
(120,142,174)
#697D99
(105,125,153)
#5A6C84
(90,108,132)
#4B5B6F
(75,91,111)
#3C4A5A
(60,74,90)
#2D3945
(45,57,69)
#1E2830
(30,40,48)
#0F171B
(15,23,27)
#000000
(0,0,0)

Tints of #A5C1ED

#A5C1ED
(165,193,237)
#ADC6EE
(173,198,238)
#B5CBEF
(181,203,239)
#BDD0F0
(189,208,240)
#C5D5F1
(197,213,241)
#CDDAF2
(205,218,242)
#D5DFF3
(213,223,243)
#DDE4F4
(221,228,244)
#E5E9F5
(229,233,245)
#EDEEF6
(237,238,246)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C1ED; }

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

This text font color is #A5C1ED.

Background Color

.myBgColor { background-color: #A5C1ED; }

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

This div background color is #A5C1ED.

Border color

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

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

This div border color is #A5C1ED.

Opacity

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

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

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

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

This text has shadow with #A5C1ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C1ED.

Preview

Color preview on black background

This text has color #A5C1ED on black background.


Color preview on white background

This text has color #A5C1ED on white background.


Black color preview on #A5C1ED background

This text has black color on #A5C1ED background.


White color preview on #A5C1ED background

This text has white color on #A5C1ED background.


Related colors

Complementary color

Complementary color for #hex is #5A3E12.


I love getcolorcode.com

Triadic colors

1 #EDA5C1 and #C1EDA5 with #A5C1ED are triadic colors.

2 #EDC1A5 and #C1A5ED with #A5C1ED are triadic colors.