COLOR #A4EFC6

HEX: #A4EFC6 RGB: (164,239,198)

Color info

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

RGB color model

#A4EFC6 color RGB value is (164,239,198).

RGB: (164,239,198) (64%, 94%, 78%)

RGB channels and saturation

R 164 of 255 = 64%
G 239 of 255 = 94%
B 198 of 255 = 78%

164
239
198

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

Portions of RGB colors in percentages

R + G + B = 164 + 239 + 198 = 601 (100%)
R 164 of 601 ~ 27.29%
G 239 of 601 ~ 39.77%
B 198 of 601 ~ 32.95'%

%27.29
%39.77
%32.95

CMYK color model

#A4EFC6 color CMYK value is (31,0,17,6).

  • cyan value is 31.38%
  • magenta value is 0.00%
  • yellow value is 17.15%
  • key color value is 6.27%

CMYK: (31,0,17,6)
C31M0Y17K6 (31%, 0%, 17%, 6%)
(0.31 / 0.00 / 0.17 / 0.06)

CMYK percentages

%31.38
%0
%17.15
%6.27

Codes

Color #A4EFC6 in popluar color models

A4 EF C6
RGB 164 239 198
HSL 147° 70.09% 79.02%
HSB/HSV 147° 31.38% 93.73%
CMYK 31.38% 0.00% 17.15%
6.27%

Color #A4EFC6 in popluar number systems.

HEX A4 EF C6
Decimal 164 239 198
Binary 10100100 11101111 11000110
Octal 244 357 306

Shades and tints

Shades of #A4EFC6

#A4EFC6
(164,239,198)
#96DAB4
(150,218,180)
#88C5A2
(136,197,162)
#7AB090
(122,176,144)
#6C9B7E
(108,155,126)
#5E866C
(94,134,108)
#50715A
(80,113,90)
#425C48
(66,92,72)
#344736
(52,71,54)
#263224
(38,50,36)
#181D12
(24,29,18)
#000000
(0,0,0)

Tints of #A4EFC6

#A4EFC6
(164,239,198)
#ACF0CB
(172,240,203)
#B4F1D0
(180,241,208)
#BCF2D5
(188,242,213)
#C4F3DA
(196,243,218)
#CCF4DF
(204,244,223)
#D4F5E4
(212,245,228)
#DCF6E9
(220,246,233)
#E4F7EE
(228,247,238)
#ECF8F3
(236,248,243)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4EFC6 color. Also use rgb(164,239,198) instead hex code.

Text Font Color

.myTextColor { color: #A4EFC6; }

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

This text font color is #A4EFC6.

Background Color

.myBgColor { background-color: #A4EFC6; }

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

This div background color is #A4EFC6.

Border color

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

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

This div border color is #A4EFC6.

Opacity

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

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

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

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

This text has shadow with #A4EFC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4EFC6.

Preview

Color preview on black background

This text has color #A4EFC6 on black background.


Color preview on white background

This text has color #A4EFC6 on white background.


Black color preview on #A4EFC6 background

This text has black color on #A4EFC6 background.


White color preview on #A4EFC6 background

This text has white color on #A4EFC6 background.


Related colors

Complementary color

Complementary color for #hex is #5B1039.


I love getcolorcode.com

Triadic colors

1 #C6A4EF and #EFC6A4 with #A4EFC6 are triadic colors.

2 #C6EFA4 and #EFA4C6 with #A4EFC6 are triadic colors.