COLOR #A4D4B5

HEX: #A4D4B5 RGB: (164,212,181)

Color info

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

RGB color model

#A4D4B5 color RGB value is (164,212,181).

RGB: (164,212,181) (64%, 83%, 71%)

RGB channels and saturation

R 164 of 255 = 64%
G 212 of 255 = 83%
B 181 of 255 = 71%

164
212
181

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

Portions of RGB colors in percentages

R + G + B = 164 + 212 + 181 = 557 (100%)
R 164 of 557 ~ 29.44%
G 212 of 557 ~ 38.06%
B 181 of 557 ~ 32.5'%

%29.44
%38.06
%32.5

CMYK color model

#A4D4B5 color CMYK value is (23,0,15,17).

  • cyan value is 22.64%
  • magenta value is 0.00%
  • yellow value is 14.62%
  • key color value is 16.86%

CMYK: (23,0,15,17)
C23M0Y15K17 (23%, 0%, 15%, 17%)
(0.23 / 0.00 / 0.15 / 0.17)

CMYK percentages

%22.64
%0
%14.62
%16.86

Codes

Color #A4D4B5 in popluar color models

A4 D4 B5
RGB 164 212 181
HSL 141° 35.82% 73.73%
HSB/HSV 141° 22.64% 83.14%
CMYK 22.64% 0.00% 14.62%
16.86%

Color #A4D4B5 in popluar number systems.

HEX A4 D4 B5
Decimal 164 212 181
Binary 10100100 11010100 10110101
Octal 244 324 265

Shades and tints

Shades of #A4D4B5

#A4D4B5
(164,212,181)
#96C1A5
(150,193,165)
#88AE95
(136,174,149)
#7A9B85
(122,155,133)
#6C8875
(108,136,117)
#5E7565
(94,117,101)
#506255
(80,98,85)
#424F45
(66,79,69)
#343C35
(52,60,53)
#262925
(38,41,37)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #A4D4B5

#A4D4B5
(164,212,181)
#ACD7BB
(172,215,187)
#B4DAC1
(180,218,193)
#BCDDC7
(188,221,199)
#C4E0CD
(196,224,205)
#CCE3D3
(204,227,211)
#D4E6D9
(212,230,217)
#DCE9DF
(220,233,223)
#E4ECE5
(228,236,229)
#ECEFEB
(236,239,235)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D4B5 color. Also use rgb(164,212,181) instead hex code.

Text Font Color

.myTextColor { color: #A4D4B5; }

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

This text font color is #A4D4B5.

Background Color

.myBgColor { background-color: #A4D4B5; }

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

This div background color is #A4D4B5.

Border color

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

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

This div border color is #A4D4B5.

Opacity

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

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

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

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

This text has shadow with #A4D4B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4D4B5.

Preview

Color preview on black background

This text has color #A4D4B5 on black background.


Color preview on white background

This text has color #A4D4B5 on white background.


Black color preview on #A4D4B5 background

This text has black color on #A4D4B5 background.


White color preview on #A4D4B5 background

This text has white color on #A4D4B5 background.


Related colors

Complementary color

Complementary color for #hex is #5B2B4A.


I love getcolorcode.com

Triadic colors

1 #B5A4D4 and #D4B5A4 with #A4D4B5 are triadic colors.

2 #B5D4A4 and #D4A4B5 with #A4D4B5 are triadic colors.