COLOR #A5EFCE

HEX: #A5EFCE RGB: (165,239,206)

Color info

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

RGB color model

#A5EFCE color RGB value is (165,239,206).

RGB: (165,239,206) (65%, 94%, 81%)

RGB channels and saturation

R 165 of 255 = 65%
G 239 of 255 = 94%
B 206 of 255 = 81%

165
239
206

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

Portions of RGB colors in percentages

R + G + B = 165 + 239 + 206 = 610 (100%)
R 165 of 610 ~ 27.05%
G 239 of 610 ~ 39.18%
B 206 of 610 ~ 33.77'%

%27.05
%39.18
%33.77

CMYK color model

#A5EFCE color CMYK value is (31,0,14,6).

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

CMYK: (31,0,14,6)
C31M0Y14K6 (31%, 0%, 14%, 6%)
(0.31 / 0.00 / 0.14 / 0.06)

CMYK percentages

%30.96
%0
%13.81
%6.27

Codes

Color #A5EFCE in popluar color models

A5 EF CE
RGB 165 239 206
HSL 153° 69.81% 79.22%
HSB/HSV 153° 30.96% 93.73%
CMYK 30.96% 0.00% 13.81%
6.27%

Color #A5EFCE in popluar number systems.

HEX A5 EF CE
Decimal 165 239 206
Binary 10100101 11101111 11001110
Octal 245 357 316

Shades and tints

Shades of #A5EFCE

#A5EFCE
(165,239,206)
#96DABC
(150,218,188)
#87C5AA
(135,197,170)
#78B098
(120,176,152)
#699B86
(105,155,134)
#5A8674
(90,134,116)
#4B7162
(75,113,98)
#3C5C50
(60,92,80)
#2D473E
(45,71,62)
#1E322C
(30,50,44)
#0F1D1A
(15,29,26)
#000000
(0,0,0)

Tints of #A5EFCE

#A5EFCE
(165,239,206)
#ADF0D2
(173,240,210)
#B5F1D6
(181,241,214)
#BDF2DA
(189,242,218)
#C5F3DE
(197,243,222)
#CDF4E2
(205,244,226)
#D5F5E6
(213,245,230)
#DDF6EA
(221,246,234)
#E5F7EE
(229,247,238)
#EDF8F2
(237,248,242)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5EFCE; }

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

This text font color is #A5EFCE.

Background Color

.myBgColor { background-color: #A5EFCE; }

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

This div background color is #A5EFCE.

Border color

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

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

This div border color is #A5EFCE.

Opacity

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

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

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

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

This text has shadow with #A5EFCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5EFCE.

Preview

Color preview on black background

This text has color #A5EFCE on black background.


Color preview on white background

This text has color #A5EFCE on white background.


Black color preview on #A5EFCE background

This text has black color on #A5EFCE background.


White color preview on #A5EFCE background

This text has white color on #A5EFCE background.


Related colors

Complementary color

Complementary color for #hex is #5A1031.


I love getcolorcode.com

Triadic colors

1 #CEA5EF and #EFCEA5 with #A5EFCE are triadic colors.

2 #CEEFA5 and #EFA5CE with #A5EFCE are triadic colors.