COLOR #A5F3DD

HEX: #A5F3DD RGB: (165,243,221)

Color info

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

RGB color model

#A5F3DD color RGB value is (165,243,221).

RGB: (165,243,221) (65%, 95%, 87%)

RGB channels and saturation

R 165 of 255 = 65%
G 243 of 255 = 95%
B 221 of 255 = 87%

165
243
221

R + G + B ~ 82%. #A5F3DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 243 + 221 = 629 (100%)
R 165 of 629 ~ 26.23%
G 243 of 629 ~ 38.63%
B 221 of 629 ~ 35.14'%

%26.23
%38.63
%35.14

CMYK color model

#A5F3DD color CMYK value is (32,0,9,5).

  • cyan value is 32.10%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 4.71%
CMYK: (32,0,9,5) C32M0Y9K5 (32%,0%,9%,5%) (0.32/0.00/0.09/0.05) 

CMYK percentages

%32.1
%0
%9.05
%4.71

Codes

Color #A5F3DD in popluar color models

A5 F3 DD
RGB 165 243 221
HSL 163° 76.47% 80.00%
HSB/HSV 163° 32.10% 95.29%
CMYK 32.10% 0.00% 9.05%
4.71%

Color #A5F3DD in popluar number systems.

HEX A5 F3 DD
Decimal 165 243 221
Binary 10100101 11110011 11011101
Octal 245 363 335

Shades and tints

Shades of #A5F3DD

#A5F3DD
(165,243,221)
#96DDC9
(150,221,201)
#87C7B5
(135,199,181)
#78B1A1
(120,177,161)
#699B8D
(105,155,141)
#5A8579
(90,133,121)
#4B6F65
(75,111,101)
#3C5951
(60,89,81)
#2D433D
(45,67,61)
#1E2D29
(30,45,41)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #A5F3DD

#A5F3DD
(165,243,221)
#ADF4E0
(173,244,224)
#B5F5E3
(181,245,227)
#BDF6E6
(189,246,230)
#C5F7E9
(197,247,233)
#CDF8EC
(205,248,236)
#D5F9EF
(213,249,239)
#DDFAF2
(221,250,242)
#E5FBF5
(229,251,245)
#EDFCF8
(237,252,248)
#F5FDFB
(245,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5F3DD color. Also use rgb(165,243,221) instead hex code.

Text Font Color

.myTextColor { color: #A5F3DD; }

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

This text font color is #A5F3DD.

Background Color

.myBgColor { background-color: #A5F3DD; }

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

This div background color is #A5F3DD.

Border color

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

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

This div border color is #A5F3DD.

Opacity

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

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

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

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

This text has shadow with #A5F3DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5F3DD.

Preview

Color preview on black background

This text has color #A5F3DD on black background.


Color preview on white background

This text has color #A5F3DD on white background.


Black color preview on #A5F3DD background

This text has black color on #A5F3DD background.


White color preview on #A5F3DD background

This text has white color on #A5F3DD background.


Related colors

Complementary color

Complementary color for #hex is #5A0C22.


I love getcolorcode.com

Triadic colors

1 #DDA5F3 and #F3DDA5 with #A5F3DD are triadic colors.

2 #DDF3A5 and #F3A5DD with #A5F3DD are triadic colors.