COLOR #A5FFD3

HEX: #A5FFD3
RGB: (165,255,211)

Color info

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

RGB color model

#A5FFD3 color RGB value is (165,255,211).

  • red value is 165;
  • green value is 255;
  • blue value is 211.
RGB: (165,255,211) (65%,100%,83%)

RGB channels and saturation

R 165 of 255 = 65%
G 255 of 255 = 100%
B 211 of 255 = 83%

165
255
211

R + G + B ~ 83%. #A5FFD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 255 + 211 = 631 (100%)
R 165 of 631 ~ 26.15%
G 255 of 631 ~ 40.41%
B 211 of 631 ~ 33.44%

%26.15
%40.41
%33.44

CMYK color model

#A5FFD3 color CMYK value is (35,0,17,0).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 17.25%
  • key color value is 0.00%
CMYK: (35,0,17,0) C35M0Y17K0 (35%,0%,17%,0%) (0.35/0.00/0.17/0.00)

CMYK percentages

%35.29
%0
%17.25
%0

Codes

Color #A5FFD3 in popluar color models

A5FFD3
RGB165255211
HSL151°100.00%82.35%
HSB/HSV151°35.29%100.00%
CMYK35.29%0.00%17.25%
0.00%

Color #A5FFD3 in popluar number systems.

HEXA5FFD3
Decimal165255211
Binary101001011111111111010011
Octal245377323

Shades and tints

Shades of #A5FFD3

#A5FFD3
(165,255,211)
#96E8C0
(150,232,192)
#87D1AD
(135,209,173)
#78BA9A
(120,186,154)
#69A387
(105,163,135)
#5A8C74
(90,140,116)
#4B7561
(75,117,97)
#3C5E4E
(60,94,78)
#2D473B
(45,71,59)
#1E3028
(30,48,40)
#0F1915
(15,25,21)
#000000
(0,0,0)

Tints of #A5FFD3

#A5FFD3
(165,255,211)
#ADFFD7
(173,255,215)
#B5FFDB
(181,255,219)
#BDFFDF
(189,255,223)
#C5FFE3
(197,255,227)
#CDFFE7
(205,255,231)
#D5FFEB
(213,255,235)
#DDFFEF
(221,255,239)
#E5FFF3
(229,255,243)
#EDFFF7
(237,255,247)
#F5FFFB
(245,255,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5FFD3 color. Also use rgb(165,255,211) instead hex code.

Text Font Color

.myTextColor { color: #A5FFD3; }

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

This text font color is #A5FFD3.


Background Color

.myBgColor { background-color: #A5FFD3; }

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

This div background color is #A5FFD3.


Border color

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

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

This div border color is #A5FFD3.


Opacity

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

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

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

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

This text has shadow with #A5FFD3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A5FFD3 on black background.


Color preview on white background

This text has color #A5FFD3 on white background.



Black color preview on #A5FFD3 background

This text has black color on #A5FFD3 background.


White color preview on #A5FFD3 background

This text has white color on #A5FFD3 background.