COLOR #A4DCB1

HEX: #A4DCB1 RGB: (164,220,177)

Color info

#A4DCB1 contains red, green and blue colors in about the same proportion. Web safe color of #A4DCB1 is #99CC99 (or #9C9).

RGB color model

#A4DCB1 color RGB value is (164,220,177).

RGB: (164,220,177) (64%, 86%, 69%)

RGB channels and saturation

R 164 of 255 = 64%
G 220 of 255 = 86%
B 177 of 255 = 69%

164
220
177

R + G + B ~ 73%. #A4DCB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 220 + 177 = 561 (100%)
R 164 of 561 ~ 29.23%
G 220 of 561 ~ 39.22%
B 177 of 561 ~ 31.55'%

%29.23
%39.22
%31.55

CMYK color model

#A4DCB1 color CMYK value is (25,0,20,14).

  • cyan value is 25.45%
  • magenta value is 0.00%
  • yellow value is 19.55%
  • key color value is 13.73%

CMYK: (25,0,20,14)
C25M0Y20K14 (25%, 0%, 20%, 14%)
(0.25 / 0.00 / 0.20 / 0.14)

CMYK percentages

%25.45
%0
%19.55
%13.73

Codes

Color #A4DCB1 in popluar color models

A4 DC B1
RGB 164 220 177
HSL 134° 44.44% 75.29%
HSB/HSV 134° 25.45% 86.27%
CMYK 25.45% 0.00% 19.55%
13.73%

Color #A4DCB1 in popluar number systems.

HEX A4 DC B1
Decimal 164 220 177
Binary 10100100 11011100 10110001
Octal 244 334 261

Shades and tints

Shades of #A4DCB1

#A4DCB1
(164,220,177)
#96C8A1
(150,200,161)
#88B491
(136,180,145)
#7AA081
(122,160,129)
#6C8C71
(108,140,113)
#5E7861
(94,120,97)
#506451
(80,100,81)
#425041
(66,80,65)
#343C31
(52,60,49)
#262821
(38,40,33)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #A4DCB1

#A4DCB1
(164,220,177)
#ACDFB8
(172,223,184)
#B4E2BF
(180,226,191)
#BCE5C6
(188,229,198)
#C4E8CD
(196,232,205)
#CCEBD4
(204,235,212)
#D4EEDB
(212,238,219)
#DCF1E2
(220,241,226)
#E4F4E9
(228,244,233)
#ECF7F0
(236,247,240)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4DCB1 color. Also use rgb(164,220,177) instead hex code.

Text Font Color

.myTextColor { color: #A4DCB1; }

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

This text font color is #A4DCB1.

Background Color

.myBgColor { background-color: #A4DCB1; }

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

This div background color is #A4DCB1.

Border color

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

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

This div border color is #A4DCB1.

Opacity

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

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

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

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

This text has shadow with #A4DCB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4DCB1.

Preview

Color preview on black background

This text has color #A4DCB1 on black background.


Color preview on white background

This text has color #A4DCB1 on white background.


Black color preview on #A4DCB1 background

This text has black color on #A4DCB1 background.


White color preview on #A4DCB1 background

This text has white color on #A4DCB1 background.


Related colors

Complementary color

Complementary color for #hex is #5B234E.


I love getcolorcode.com

Triadic colors

1 #B1A4DC and #DCB1A4 with #A4DCB1 are triadic colors.

2 #B1DCA4 and #DCA4B1 with #A4DCB1 are triadic colors.