COLOR #A5EFD3

HEX: #A5EFD3 RGB: (165,239,211)

Color info

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

RGB color model

#A5EFD3 color RGB value is (165,239,211).

RGB: (165,239,211) (65%, 94%, 83%)

RGB channels and saturation

R 165 of 255 = 65%
G 239 of 255 = 94%
B 211 of 255 = 83%

165
239
211

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

Portions of RGB colors in percentages

R + G + B = 165 + 239 + 211 = 615 (100%)
R 165 of 615 ~ 26.83%
G 239 of 615 ~ 38.86%
B 211 of 615 ~ 34.31'%

%26.83
%38.86
%34.31

CMYK color model

#A5EFD3 color CMYK value is (31,0,12,6).

  • cyan value is 30.96%
  • magenta value is 0.00%
  • yellow value is 11.72%
  • key color value is 6.27%

CMYK: (31,0,12,6)
C31M0Y12K6 (31%, 0%, 12%, 6%)
(0.31 / 0.00 / 0.12 / 0.06)

CMYK percentages

%30.96
%0
%11.72
%6.27

Codes

Color #A5EFD3 in popluar color models

A5 EF D3
RGB 165 239 211
HSL 157° 69.81% 79.22%
HSB/HSV 157° 30.96% 93.73%
CMYK 30.96% 0.00% 11.72%
6.27%

Color #A5EFD3 in popluar number systems.

HEX A5 EF D3
Decimal 165 239 211
Binary 10100101 11101111 11010011
Octal 245 357 323

Shades and tints

Shades of #A5EFD3

#A5EFD3
(165,239,211)
#96DAC0
(150,218,192)
#87C5AD
(135,197,173)
#78B09A
(120,176,154)
#699B87
(105,155,135)
#5A8674
(90,134,116)
#4B7161
(75,113,97)
#3C5C4E
(60,92,78)
#2D473B
(45,71,59)
#1E3228
(30,50,40)
#0F1D15
(15,29,21)
#000000
(0,0,0)

Tints of #A5EFD3

#A5EFD3
(165,239,211)
#ADF0D7
(173,240,215)
#B5F1DB
(181,241,219)
#BDF2DF
(189,242,223)
#C5F3E3
(197,243,227)
#CDF4E7
(205,244,231)
#D5F5EB
(213,245,235)
#DDF6EF
(221,246,239)
#E5F7F3
(229,247,243)
#EDF8F7
(237,248,247)
#F5F9FB
(245,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5EFD3; }

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

This text font color is #A5EFD3.

Background Color

.myBgColor { background-color: #A5EFD3; }

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

This div background color is #A5EFD3.

Border color

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

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

This div border color is #A5EFD3.

Opacity

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

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

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

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

This text has shadow with #A5EFD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5EFD3.

Preview

Color preview on black background

This text has color #A5EFD3 on black background.


Color preview on white background

This text has color #A5EFD3 on white background.


Black color preview on #A5EFD3 background

This text has black color on #A5EFD3 background.


White color preview on #A5EFD3 background

This text has white color on #A5EFD3 background.


Related colors

Complementary color

Complementary color for #hex is #5A102C.


I love getcolorcode.com

Triadic colors

1 #D3A5EF and #EFD3A5 with #A5EFD3 are triadic colors.

2 #D3EFA5 and #EFA5D3 with #A5EFD3 are triadic colors.