COLOR #A5F7CD

HEX: #A5F7CD RGB: (165,247,205)

Color info

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

RGB color model

#A5F7CD color RGB value is (165,247,205).

RGB: (165,247,205) (65%, 97%, 80%)

RGB channels and saturation

R 165 of 255 = 65%
G 247 of 255 = 97%
B 205 of 255 = 80%

165
247
205

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

Portions of RGB colors in percentages

R + G + B = 165 + 247 + 205 = 617 (100%)
R 165 of 617 ~ 26.74%
G 247 of 617 ~ 40.03%
B 205 of 617 ~ 33.23'%

%26.74
%40.03
%33.23

CMYK color model

#A5F7CD color CMYK value is (33,0,17,3).

  • cyan value is 33.20%
  • magenta value is 0.00%
  • yellow value is 17.00%
  • key color value is 3.14%

CMYK: (33,0,17,3)
C33M0Y17K3 (33%, 0%, 17%, 3%)
(0.33 / 0.00 / 0.17 / 0.03)

CMYK percentages

%33.2
%0
%17
%3.14

Codes

Color #A5F7CD in popluar color models

A5 F7 CD
RGB 165 247 205
HSL 149° 83.67% 80.78%
HSB/HSV 149° 33.20% 96.86%
CMYK 33.20% 0.00% 17.00%
3.14%

Color #A5F7CD in popluar number systems.

HEX A5 F7 CD
Decimal 165 247 205
Binary 10100101 11110111 11001101
Octal 245 367 315

Shades and tints

Shades of #A5F7CD

#A5F7CD
(165,247,205)
#96E1BB
(150,225,187)
#87CBA9
(135,203,169)
#78B597
(120,181,151)
#699F85
(105,159,133)
#5A8973
(90,137,115)
#4B7361
(75,115,97)
#3C5D4F
(60,93,79)
#2D473D
(45,71,61)
#1E312B
(30,49,43)
#0F1B19
(15,27,25)
#000000
(0,0,0)

Tints of #A5F7CD

#A5F7CD
(165,247,205)
#ADF7D1
(173,247,209)
#B5F7D5
(181,247,213)
#BDF7D9
(189,247,217)
#C5F7DD
(197,247,221)
#CDF7E1
(205,247,225)
#D5F7E5
(213,247,229)
#DDF7E9
(221,247,233)
#E5F7ED
(229,247,237)
#EDF7F1
(237,247,241)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5F7CD color. Also use rgb(165,247,205) instead hex code.

Text Font Color

.myTextColor { color: #A5F7CD; }

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

This text font color is #A5F7CD.

Background Color

.myBgColor { background-color: #A5F7CD; }

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

This div background color is #A5F7CD.

Border color

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

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

This div border color is #A5F7CD.

Opacity

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

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

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

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

This text has shadow with #A5F7CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5F7CD.

Preview

Color preview on black background

This text has color #A5F7CD on black background.


Color preview on white background

This text has color #A5F7CD on white background.


Black color preview on #A5F7CD background

This text has black color on #A5F7CD background.


White color preview on #A5F7CD background

This text has white color on #A5F7CD background.


Related colors

Complementary color

Complementary color for #hex is #5A0832.


I love getcolorcode.com

Triadic colors

1 #CDA5F7 and #F7CDA5 with #A5F7CD are triadic colors.

2 #CDF7A5 and #F7A5CD with #A5F7CD are triadic colors.