COLOR #A5CFE6

HEX: #A5CFE6 RGB: (165,207,230)

Color info

#A5CFE6 contains mainly green and blue colors. Web safe color of #A5CFE6 is #99CCCC (or #9CC).

RGB color model

#A5CFE6 color RGB value is (165,207,230).

RGB: (165,207,230) (65%, 81%, 90%)

RGB channels and saturation

R 165 of 255 = 65%
G 207 of 255 = 81%
B 230 of 255 = 90%

165
207
230

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

Portions of RGB colors in percentages

R + G + B = 165 + 207 + 230 = 602 (100%)
R 165 of 602 ~ 27.41%
G 207 of 602 ~ 34.39%
B 230 of 602 ~ 38.21'%

%27.41
%34.39
%38.21

CMYK color model

#A5CFE6 color CMYK value is (28,10,0,10).

  • cyan value is 28.26%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (28,10,0,10) C28M10Y0K10 (28%,10%,0%,10%) (0.28/0.10/0.00/0.10) 

CMYK percentages

%28.26
%10
%0
%9.8

Codes

Color #A5CFE6 in popluar color models

A5 CF E6
RGB 165 207 230
HSL 201° 56.52% 77.45%
HSB/HSV 201° 28.26% 90.20%
CMYK 28.26% 10.00% 0.00%
9.80%

Color #A5CFE6 in popluar number systems.

HEX A5 CF E6
Decimal 165 207 230
Binary 10100101 11001111 11100110
Octal 245 317 346

Shades and tints

Shades of #A5CFE6

#A5CFE6
(165,207,230)
#96BDD2
(150,189,210)
#87ABBE
(135,171,190)
#7899AA
(120,153,170)
#698796
(105,135,150)
#5A7582
(90,117,130)
#4B636E
(75,99,110)
#3C515A
(60,81,90)
#2D3F46
(45,63,70)
#1E2D32
(30,45,50)
#0F1B1E
(15,27,30)
#000000
(0,0,0)

Tints of #A5CFE6

#A5CFE6
(165,207,230)
#ADD3E8
(173,211,232)
#B5D7EA
(181,215,234)
#BDDBEC
(189,219,236)
#C5DFEE
(197,223,238)
#CDE3F0
(205,227,240)
#D5E7F2
(213,231,242)
#DDEBF4
(221,235,244)
#E5EFF6
(229,239,246)
#EDF3F8
(237,243,248)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5CFE6 color. Also use rgb(165,207,230) instead hex code.

Text Font Color

.myTextColor { color: #A5CFE6; }

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

This text font color is #A5CFE6.

Background Color

.myBgColor { background-color: #A5CFE6; }

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

This div background color is #A5CFE6.

Border color

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

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

This div border color is #A5CFE6.

Opacity

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

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

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

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

This text has shadow with #A5CFE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CFE6.

Preview

Color preview on black background

This text has color #A5CFE6 on black background.


Color preview on white background

This text has color #A5CFE6 on white background.


Black color preview on #A5CFE6 background

This text has black color on #A5CFE6 background.


White color preview on #A5CFE6 background

This text has white color on #A5CFE6 background.


Related colors

Complementary color

Complementary color for #hex is #5A3019.


I love getcolorcode.com

Triadic colors

1 #E6A5CF and #CFE6A5 with #A5CFE6 are triadic colors.

2 #E6CFA5 and #CFA5E6 with #A5CFE6 are triadic colors.