COLOR #A4EFCD

HEX: #A4EFCD
RGB: (164,239,205)

Color info

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

RGB color model

#A4EFCD color RGB value is (164,239,205).

  • red value is 164;
  • green value is 239;
  • blue value is 205.
RGB:
(164,239,205)
(64%,94%,80%)

RGB channels and saturation

R 164 of 255 = 64%
G 239 of 255 = 94%
B 205 of 255 = 80%

164
239
205

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

Portions of RGB colors in percentages

R + G + B =
164 + 239 + 205 = 608 (100%)
R 164 of 608 ~ 26.97%
G 239 of 608 ~ 39.31%
B 205 of 608 ~ 33.72%

%26.97
%39.31
%33.72

CMYK color model

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

  • cyan value is 31.38%
  • magenta value is 0.00%
  • yellow value is 14.23%
  • 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

%31.38
%0
%14.23
%6.27

Codes

Color #A4EFCD in popluar color models

A4EFCD
RGB164239205
HSL153°70.09%79.02%
HSB/HSV153°31.38%93.73%
CMYK31.38%0.00%14.23%
6.27%

Color #A4EFCD in popluar number systems.

HEXA4EFCD
Decimal164239205
Binary101001001110111111001101
Octal244357315

Shades and tints

Shades of #A4EFCD

#A4EFCD
(164,239,205)
#96DABB
(150,218,187)
#88C5A9
(136,197,169)
#7AB097
(122,176,151)
#6C9B85
(108,155,133)
#5E8673
(94,134,115)
#507161
(80,113,97)
#425C4F
(66,92,79)
#34473D
(52,71,61)
#26322B
(38,50,43)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #A4EFCD

#A4EFCD
(164,239,205)
#ACF0D1
(172,240,209)
#B4F1D5
(180,241,213)
#BCF2D9
(188,242,217)
#C4F3DD
(196,243,221)
#CCF4E1
(204,244,225)
#D4F5E5
(212,245,229)
#DCF6E9
(220,246,233)
#E4F7ED
(228,247,237)
#ECF8F1
(236,248,241)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4EFCD; }

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

This text font color is #A4EFCD.


Background Color

.myBgColor { background-color: #A4EFCD; }

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

This div background color is #A4EFCD.


Border color

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

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

This div border color is #A4EFCD.


Opacity

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

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

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

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

This text has shadow with #A4EFCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4EFCD on black background.


Color preview on white background

This text has color #A4EFCD on white background.



Black color preview on #A4EFCD background

This text has black color on #A4EFCD background.


White color preview on #A4EFCD background

This text has white color on #A4EFCD background.