COLOR #A5EFC5

HEX: #A5EFC5 RGB: (165,239,197)

Color info

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

RGB color model

#A5EFC5 color RGB value is (165,239,197).

RGB: (165,239,197) (65%, 94%, 77%)

RGB channels and saturation

R 165 of 255 = 65%
G 239 of 255 = 94%
B 197 of 255 = 77%

165
239
197

R + G + B ~ 79%. #A5EFC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 239 + 197 = 601 (100%)
R 165 of 601 ~ 27.45%
G 239 of 601 ~ 39.77%
B 197 of 601 ~ 32.78'%

%27.45
%39.77
%32.78

CMYK color model

#A5EFC5 color CMYK value is (31,0,18,6).

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

CMYK: (31,0,18,6)
C31M0Y18K6 (31%, 0%, 18%, 6%)
(0.31 / 0.00 / 0.18 / 0.06)

CMYK percentages

%30.96
%0
%17.57
%6.27

Codes

Color #A5EFC5 in popluar color models

A5 EF C5
RGB 165 239 197
HSL 146° 69.81% 79.22%
HSB/HSV 146° 30.96% 93.73%
CMYK 30.96% 0.00% 17.57%
6.27%

Color #A5EFC5 in popluar number systems.

HEX A5 EF C5
Decimal 165 239 197
Binary 10100101 11101111 11000101
Octal 245 357 305

Shades and tints

Shades of #A5EFC5

#A5EFC5
(165,239,197)
#96DAB4
(150,218,180)
#87C5A3
(135,197,163)
#78B092
(120,176,146)
#699B81
(105,155,129)
#5A8670
(90,134,112)
#4B715F
(75,113,95)
#3C5C4E
(60,92,78)
#2D473D
(45,71,61)
#1E322C
(30,50,44)
#0F1D1B
(15,29,27)
#000000
(0,0,0)

Tints of #A5EFC5

#A5EFC5
(165,239,197)
#ADF0CA
(173,240,202)
#B5F1CF
(181,241,207)
#BDF2D4
(189,242,212)
#C5F3D9
(197,243,217)
#CDF4DE
(205,244,222)
#D5F5E3
(213,245,227)
#DDF6E8
(221,246,232)
#E5F7ED
(229,247,237)
#EDF8F2
(237,248,242)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5EFC5; }

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

This text font color is #A5EFC5.

Background Color

.myBgColor { background-color: #A5EFC5; }

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

This div background color is #A5EFC5.

Border color

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

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

This div border color is #A5EFC5.

Opacity

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

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

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

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

This text has shadow with #A5EFC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5EFC5.

Preview

Color preview on black background

This text has color #A5EFC5 on black background.


Color preview on white background

This text has color #A5EFC5 on white background.


Black color preview on #A5EFC5 background

This text has black color on #A5EFC5 background.


White color preview on #A5EFC5 background

This text has white color on #A5EFC5 background.


Related colors

Complementary color

Complementary color for #hex is #5A103A.


I love getcolorcode.com

Triadic colors

1 #C5A5EF and #EFC5A5 with #A5EFC5 are triadic colors.

2 #C5EFA5 and #EFA5C5 with #A5EFC5 are triadic colors.