COLOR #A4F3D3

HEX: #A4F3D3
RGB: (164,243,211)

Color info

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

RGB color model

#A4F3D3 color RGB value is (164,243,211).

  • red value is 164;
  • green value is 243;
  • blue value is 211.
RGB:
(164,243,211)
(64%,95%,83%)

RGB channels and saturation

R 164 of 255 = 64%
G 243 of 255 = 95%
B 211 of 255 = 83%

164
243
211

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

Portions of RGB colors in percentages

R + G + B =
164 + 243 + 211 = 618 (100%)
R 164 of 618 ~ 26.54%
G 243 of 618 ~ 39.32%
B 211 of 618 ~ 34.14%

%26.54
%39.32
%34.14

CMYK color model

#A4F3D3 color CMYK value is (33,0,13,5).

  • cyan value is 32.51%
  • magenta value is 0.00%
  • yellow value is 13.17%
  • key color value is 4.71%
CMYK:
(33,0,13,5)
C33M0Y13K5 
(33%,0%,13%,5%)
(0.33/0.00/0.13/0.05)	

CMYK percentages

%32.51
%0
%13.17
%4.71

Codes

Color #A4F3D3 in popluar color models

A4F3D3
RGB164243211
HSL156°76.70%79.80%
HSB/HSV156°32.51%95.29%
CMYK32.51%0.00%13.17%
4.71%

Color #A4F3D3 in popluar number systems.

HEXA4F3D3
Decimal164243211
Binary101001001111001111010011
Octal244363323

Shades and tints

Shades of #A4F3D3

#A4F3D3
(164,243,211)
#96DDC0
(150,221,192)
#88C7AD
(136,199,173)
#7AB19A
(122,177,154)
#6C9B87
(108,155,135)
#5E8574
(94,133,116)
#506F61
(80,111,97)
#42594E
(66,89,78)
#34433B
(52,67,59)
#262D28
(38,45,40)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #A4F3D3

#A4F3D3
(164,243,211)
#ACF4D7
(172,244,215)
#B4F5DB
(180,245,219)
#BCF6DF
(188,246,223)
#C4F7E3
(196,247,227)
#CCF8E7
(204,248,231)
#D4F9EB
(212,249,235)
#DCFAEF
(220,250,239)
#E4FBF3
(228,251,243)
#ECFCF7
(236,252,247)
#F4FDFB
(244,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4F3D3 color. Also use rgb(164,243,211) instead hex code.

Text Font Color

.myTextColor { color: #A4F3D3; }

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

This text font color is #A4F3D3.


Background Color

.myBgColor { background-color: #A4F3D3; }

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

This div background color is #A4F3D3.


Border color

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

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

This div border color is #A4F3D3.


Opacity

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

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

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

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

This text has shadow with #A4F3D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4F3D3 on black background.


Color preview on white background

This text has color #A4F3D3 on white background.



Black color preview on #A4F3D3 background

This text has black color on #A4F3D3 background.


White color preview on #A4F3D3 background

This text has white color on #A4F3D3 background.