COLOR #A5FDC4

HEX: #A5FDC4
RGB: (165,253,196)

Color info

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

RGB color model

#A5FDC4 color RGB value is (165,253,196).

  • red value is 165;
  • green value is 253;
  • blue value is 196.
RGB:
(165,253,196)
(65%,99%,77%)

RGB channels and saturation

R 165 of 255 = 65%
G 253 of 255 = 99%
B 196 of 255 = 77%

165
253
196

R + G + B ~ 80%. #A5FDC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 253 + 196 = 614 (100%)
R 165 of 614 ~ 26.87%
G 253 of 614 ~ 41.21%
B 196 of 614 ~ 31.92%

%26.87
%41.21
%31.92

CMYK color model

#A5FDC4 color CMYK value is (35,0,23,1).

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 22.53%
  • key color value is 0.78%
CMYK:
(35,0,23,1)
C35M0Y23K1 
(35%,0%,23%,1%)
(0.35/0.00/0.23/0.01)	

CMYK percentages

%34.78
%0
%22.53
%0.78

Codes

Color #A5FDC4 in popluar color models

A5FDC4
RGB165253196
HSL141°95.65%81.96%
HSB/HSV141°34.78%99.22%
CMYK34.78%0.00%22.53%
0.78%

Color #A5FDC4 in popluar number systems.

HEXA5FDC4
Decimal165253196
Binary101001011111110111000100
Octal245375304

Shades and tints

Shades of #A5FDC4

#A5FDC4
(165,253,196)
#96E6B3
(150,230,179)
#87CFA2
(135,207,162)
#78B891
(120,184,145)
#69A180
(105,161,128)
#5A8A6F
(90,138,111)
#4B735E
(75,115,94)
#3C5C4D
(60,92,77)
#2D453C
(45,69,60)
#1E2E2B
(30,46,43)
#0F171A
(15,23,26)
#000000
(0,0,0)

Tints of #A5FDC4

#A5FDC4
(165,253,196)
#ADFDC9
(173,253,201)
#B5FDCE
(181,253,206)
#BDFDD3
(189,253,211)
#C5FDD8
(197,253,216)
#CDFDDD
(205,253,221)
#D5FDE2
(213,253,226)
#DDFDE7
(221,253,231)
#E5FDEC
(229,253,236)
#EDFDF1
(237,253,241)
#F5FDF6
(245,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5FDC4 color. Also use rgb(165,253,196) instead hex code.

Text Font Color

.myTextColor { color: #A5FDC4; }

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

This text font color is #A5FDC4.


Background Color

.myBgColor { background-color: #A5FDC4; }

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

This div background color is #A5FDC4.


Border color

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

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

This div border color is #A5FDC4.


Opacity

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

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

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

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

This text has shadow with #A5FDC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5FDC4 on black background.


Color preview on white background

This text has color #A5FDC4 on white background.



Black color preview on #A5FDC4 background

This text has black color on #A5FDC4 background.


White color preview on #A5FDC4 background

This text has white color on #A5FDC4 background.