COLOR #A4FCBB

HEX: #A4FCBB RGB: (164,252,187)

Color info

#A4FCBB contains mainly green color. Web safe color of #A4FCBB is #99FFCC (or #9FC).

RGB color model

#A4FCBB color RGB value is (164,252,187).

RGB: (164,252,187) (64%, 99%, 73%)

RGB channels and saturation

R 164 of 255 = 64%
G 252 of 255 = 99%
B 187 of 255 = 73%

164
252
187

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

Portions of RGB colors in percentages

R + G + B = 164 + 252 + 187 = 603 (100%)
R 164 of 603 ~ 27.2%
G 252 of 603 ~ 41.79%
B 187 of 603 ~ 31.01'%

%27.2
%41.79
%31.01

CMYK color model

#A4FCBB color CMYK value is (35,0,26,1).

  • cyan value is 34.92%
  • magenta value is 0.00%
  • yellow value is 25.79%
  • key color value is 1.18%

CMYK: (35,0,26,1)
C35M0Y26K1 (35%, 0%, 26%, 1%)
(0.35 / 0.00 / 0.26 / 0.01)

CMYK percentages

%34.92
%0
%25.79
%1.18

Codes

Color #A4FCBB in popluar color models

A4 FC BB
RGB 164 252 187
HSL 136° 93.62% 81.57%
HSB/HSV 136° 34.92% 98.82%
CMYK 34.92% 0.00% 25.79%
1.18%

Color #A4FCBB in popluar number systems.

HEX A4 FC BB
Decimal 164 252 187
Binary 10100100 11111100 10111011
Octal 244 374 273

Shades and tints

Shades of #A4FCBB

#A4FCBB
(164,252,187)
#96E6AA
(150,230,170)
#88D099
(136,208,153)
#7ABA88
(122,186,136)
#6CA477
(108,164,119)
#5E8E66
(94,142,102)
#507855
(80,120,85)
#426244
(66,98,68)
#344C33
(52,76,51)
#263622
(38,54,34)
#182011
(24,32,17)
#000000
(0,0,0)

Tints of #A4FCBB

#A4FCBB
(164,252,187)
#ACFCC1
(172,252,193)
#B4FCC7
(180,252,199)
#BCFCCD
(188,252,205)
#C4FCD3
(196,252,211)
#CCFCD9
(204,252,217)
#D4FCDF
(212,252,223)
#DCFCE5
(220,252,229)
#E4FCEB
(228,252,235)
#ECFCF1
(236,252,241)
#F4FCF7
(244,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4FCBB color. Also use rgb(164,252,187) instead hex code.

Text Font Color

.myTextColor { color: #A4FCBB; }

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

This text font color is #A4FCBB.

Background Color

.myBgColor { background-color: #A4FCBB; }

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

This div background color is #A4FCBB.

Border color

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

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

This div border color is #A4FCBB.

Opacity

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

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

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

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

This text has shadow with #A4FCBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4FCBB.

Preview

Color preview on black background

This text has color #A4FCBB on black background.


Color preview on white background

This text has color #A4FCBB on white background.


Black color preview on #A4FCBB background

This text has black color on #A4FCBB background.


White color preview on #A4FCBB background

This text has white color on #A4FCBB background.


Related colors

Complementary color

Complementary color for #hex is #5B0344.


I love getcolorcode.com

Triadic colors

1 #BBA4FC and #FCBBA4 with #A4FCBB are triadic colors.

2 #BBFCA4 and #FCA4BB with #A4FCBB are triadic colors.