COLOR #A5F0D7

HEX: #A5F0D7 RGB: (165,240,215)

Color info

#A5F0D7 contains mainly green and blue colors. Web safe color of #A5F0D7 is #99FFCC (or #9FC).

RGB color model

#A5F0D7 color RGB value is (165,240,215).

RGB: (165,240,215) (65%, 94%, 84%)

RGB channels and saturation

R 165 of 255 = 65%
G 240 of 255 = 94%
B 215 of 255 = 84%

165
240
215

R + G + B ~ 81%. #A5F0D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 240 + 215 = 620 (100%)
R 165 of 620 ~ 26.61%
G 240 of 620 ~ 38.71%
B 215 of 620 ~ 34.68'%

%26.61
%38.71
%34.68

CMYK color model

#A5F0D7 color CMYK value is (31,0,10,6).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 10.42%
  • key color value is 5.88%

CMYK: (31,0,10,6)
C31M0Y10K6 (31%, 0%, 10%, 6%)
(0.31 / 0.00 / 0.10 / 0.06)

CMYK percentages

%31.25
%0
%10.42
%5.88

Codes

Color #A5F0D7 in popluar color models

A5 F0 D7
RGB 165 240 215
HSL 160° 71.43% 79.41%
HSB/HSV 160° 31.25% 94.12%
CMYK 31.25% 0.00% 10.42%
5.88%

Color #A5F0D7 in popluar number systems.

HEX A5 F0 D7
Decimal 165 240 215
Binary 10100101 11110000 11010111
Octal 245 360 327

Shades and tints

Shades of #A5F0D7

#A5F0D7
(165,240,215)
#96DBC4
(150,219,196)
#87C6B1
(135,198,177)
#78B19E
(120,177,158)
#699C8B
(105,156,139)
#5A8778
(90,135,120)
#4B7265
(75,114,101)
#3C5D52
(60,93,82)
#2D483F
(45,72,63)
#1E332C
(30,51,44)
#0F1E19
(15,30,25)
#000000
(0,0,0)

Tints of #A5F0D7

#A5F0D7
(165,240,215)
#ADF1DA
(173,241,218)
#B5F2DD
(181,242,221)
#BDF3E0
(189,243,224)
#C5F4E3
(197,244,227)
#CDF5E6
(205,245,230)
#D5F6E9
(213,246,233)
#DDF7EC
(221,247,236)
#E5F8EF
(229,248,239)
#EDF9F2
(237,249,242)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5F0D7 color. Also use rgb(165,240,215) instead hex code.

Text Font Color

.myTextColor { color: #A5F0D7; }

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

This text font color is #A5F0D7.

Background Color

.myBgColor { background-color: #A5F0D7; }

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

This div background color is #A5F0D7.

Border color

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

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

This div border color is #A5F0D7.

Opacity

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

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

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

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

This text has shadow with #A5F0D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5F0D7.

Preview

Color preview on black background

This text has color #A5F0D7 on black background.


Color preview on white background

This text has color #A5F0D7 on white background.


Black color preview on #A5F0D7 background

This text has black color on #A5F0D7 background.


White color preview on #A5F0D7 background

This text has white color on #A5F0D7 background.


Related colors

Complementary color

Complementary color for #hex is #5A0F28.


I love getcolorcode.com

Triadic colors

1 #D7A5F0 and #F0D7A5 with #A5F0D7 are triadic colors.

2 #D7F0A5 and #F0A5D7 with #A5F0D7 are triadic colors.