COLOR #A5CFE9

HEX: #A5CFE9 RGB: (165,207,233)

Color info

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

RGB color model

#A5CFE9 color RGB value is (165,207,233).

RGB: (165,207,233) (65%, 81%, 91%)

RGB channels and saturation

R 165 of 255 = 65%
G 207 of 255 = 81%
B 233 of 255 = 91%

165
207
233

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

Portions of RGB colors in percentages

R + G + B = 165 + 207 + 233 = 605 (100%)
R 165 of 605 ~ 27.27%
G 207 of 605 ~ 34.21%
B 233 of 605 ~ 38.51'%

%27.27
%34.21
%38.51

CMYK color model

#A5CFE9 color CMYK value is (29,11,0,9).

  • cyan value is 29.18%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (29,11,0,9)
C29M11Y0K9 (29%, 11%, 0%, 9%)
(0.29 / 0.11 / 0.00 / 0.09)

CMYK percentages

%29.18
%11.16
%0
%8.63

Codes

Color #A5CFE9 in popluar color models

A5 CF E9
RGB 165 207 233
HSL 203° 60.71% 78.04%
HSB/HSV 203° 29.18% 91.37%
CMYK 29.18% 11.16% 0.00%
8.63%

Color #A5CFE9 in popluar number systems.

HEX A5 CF E9
Decimal 165 207 233
Binary 10100101 11001111 11101001
Octal 245 317 351

Shades and tints

Shades of #A5CFE9

#A5CFE9
(165,207,233)
#96BDD4
(150,189,212)
#87ABBF
(135,171,191)
#7899AA
(120,153,170)
#698795
(105,135,149)
#5A7580
(90,117,128)
#4B636B
(75,99,107)
#3C5156
(60,81,86)
#2D3F41
(45,63,65)
#1E2D2C
(30,45,44)
#0F1B17
(15,27,23)
#000000
(0,0,0)

Tints of #A5CFE9

#A5CFE9
(165,207,233)
#ADD3EB
(173,211,235)
#B5D7ED
(181,215,237)
#BDDBEF
(189,219,239)
#C5DFF1
(197,223,241)
#CDE3F3
(205,227,243)
#D5E7F5
(213,231,245)
#DDEBF7
(221,235,247)
#E5EFF9
(229,239,249)
#EDF3FB
(237,243,251)
#F5F7FD
(245,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CFE9; }

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

This text font color is #A5CFE9.

Background Color

.myBgColor { background-color: #A5CFE9; }

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

This div background color is #A5CFE9.

Border color

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

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

This div border color is #A5CFE9.

Opacity

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

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

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

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

This text has shadow with #A5CFE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CFE9.

Preview

Color preview on black background

This text has color #A5CFE9 on black background.


Color preview on white background

This text has color #A5CFE9 on white background.


Black color preview on #A5CFE9 background

This text has black color on #A5CFE9 background.


White color preview on #A5CFE9 background

This text has white color on #A5CFE9 background.


Related colors

Complementary color

Complementary color for #hex is #5A3016.


I love getcolorcode.com

Triadic colors

1 #E9A5CF and #CFE9A5 with #A5CFE9 are triadic colors.

2 #E9CFA5 and #CFA5E9 with #A5CFE9 are triadic colors.