COLOR #A5CCEE

HEX: #A5CCEE RGB: (165,204,238)

Color info

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

RGB color model

#A5CCEE color RGB value is (165,204,238).

RGB: (165,204,238) (65%, 80%, 93%)

RGB channels and saturation

R 165 of 255 = 65%
G 204 of 255 = 80%
B 238 of 255 = 93%

165
204
238

R + G + B ~ 79%. #A5CCEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 204 + 238 = 607 (100%)
R 165 of 607 ~ 27.18%
G 204 of 607 ~ 33.61%
B 238 of 607 ~ 39.21'%

%27.18
%33.61
%39.21

CMYK color model

#A5CCEE color CMYK value is (31,14,0,7).

  • cyan value is 30.67%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (31,14,0,7) C31M14Y0K7 (31%,14%,0%,7%) (0.31/0.14/0.00/0.07) 

CMYK percentages

%30.67
%14.29
%0
%6.67

Codes

Color #A5CCEE in popluar color models

A5 CC EE
RGB 165 204 238
HSL 208° 68.22% 79.02%
HSB/HSV 208° 30.67% 93.33%
CMYK 30.67% 14.29% 0.00%
6.67%

Color #A5CCEE in popluar number systems.

HEX A5 CC EE
Decimal 165 204 238
Binary 10100101 11001100 11101110
Octal 245 314 356

Shades and tints

Shades of #A5CCEE

#A5CCEE
(165,204,238)
#96BAD9
(150,186,217)
#87A8C4
(135,168,196)
#7896AF
(120,150,175)
#69849A
(105,132,154)
#5A7285
(90,114,133)
#4B6070
(75,96,112)
#3C4E5B
(60,78,91)
#2D3C46
(45,60,70)
#1E2A31
(30,42,49)
#0F181C
(15,24,28)
#000000
(0,0,0)

Tints of #A5CCEE

#A5CCEE
(165,204,238)
#ADD0EF
(173,208,239)
#B5D4F0
(181,212,240)
#BDD8F1
(189,216,241)
#C5DCF2
(197,220,242)
#CDE0F3
(205,224,243)
#D5E4F4
(213,228,244)
#DDE8F5
(221,232,245)
#E5ECF6
(229,236,246)
#EDF0F7
(237,240,247)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CCEE; }

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

This text font color is #A5CCEE.

Background Color

.myBgColor { background-color: #A5CCEE; }

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

This div background color is #A5CCEE.

Border color

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

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

This div border color is #A5CCEE.

Opacity

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

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

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

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

This text has shadow with #A5CCEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CCEE.

Preview

Color preview on black background

This text has color #A5CCEE on black background.


Color preview on white background

This text has color #A5CCEE on white background.


Black color preview on #A5CCEE background

This text has black color on #A5CCEE background.


White color preview on #A5CCEE background

This text has white color on #A5CCEE background.


Related colors

Complementary color

Complementary color for #hex is #5A3311.


I love getcolorcode.com

Triadic colors

1 #EEA5CC and #CCEEA5 with #A5CCEE are triadic colors.

2 #EECCA5 and #CCA5EE with #A5CCEE are triadic colors.