COLOR #A4D6B7

HEX: #A4D6B7 RGB: (164,214,183)

Color info

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

RGB color model

#A4D6B7 color RGB value is (164,214,183).

RGB: (164,214,183) (64%, 84%, 72%)

RGB channels and saturation

R 164 of 255 = 64%
G 214 of 255 = 84%
B 183 of 255 = 72%

164
214
183

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

Portions of RGB colors in percentages

R + G + B = 164 + 214 + 183 = 561 (100%)
R 164 of 561 ~ 29.23%
G 214 of 561 ~ 38.15%
B 183 of 561 ~ 32.62'%

%29.23
%38.15
%32.62

CMYK color model

#A4D6B7 color CMYK value is (23,0,14,16).

  • cyan value is 23.36%
  • magenta value is 0.00%
  • yellow value is 14.49%
  • key color value is 16.08%
CMYK: (23,0,14,16) C23M0Y14K16 (23%,0%,14%,16%) (0.23/0.00/0.14/0.16) 

CMYK percentages

%23.36
%0
%14.49
%16.08

Codes

Color #A4D6B7 in popluar color models

A4 D6 B7
RGB 164 214 183
HSL 143° 37.88% 74.12%
HSB/HSV 143° 23.36% 83.92%
CMYK 23.36% 0.00% 14.49%
16.08%

Color #A4D6B7 in popluar number systems.

HEX A4 D6 B7
Decimal 164 214 183
Binary 10100100 11010110 10110111
Octal 244 326 267

Shades and tints

Shades of #A4D6B7

#A4D6B7
(164,214,183)
#96C3A7
(150,195,167)
#88B097
(136,176,151)
#7A9D87
(122,157,135)
#6C8A77
(108,138,119)
#5E7767
(94,119,103)
#506457
(80,100,87)
#425147
(66,81,71)
#343E37
(52,62,55)
#262B27
(38,43,39)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #A4D6B7

#A4D6B7
(164,214,183)
#ACD9BD
(172,217,189)
#B4DCC3
(180,220,195)
#BCDFC9
(188,223,201)
#C4E2CF
(196,226,207)
#CCE5D5
(204,229,213)
#D4E8DB
(212,232,219)
#DCEBE1
(220,235,225)
#E4EEE7
(228,238,231)
#ECF1ED
(236,241,237)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D6B7 color. Also use rgb(164,214,183) instead hex code.

Text Font Color

.myTextColor { color: #A4D6B7; }

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

This text font color is #A4D6B7.

Background Color

.myBgColor { background-color: #A4D6B7; }

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

This div background color is #A4D6B7.

Border color

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

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

This div border color is #A4D6B7.

Opacity

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

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

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

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

This text has shadow with #A4D6B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4D6B7.

Preview

Color preview on black background

This text has color #A4D6B7 on black background.


Color preview on white background

This text has color #A4D6B7 on white background.


Black color preview on #A4D6B7 background

This text has black color on #A4D6B7 background.


White color preview on #A4D6B7 background

This text has white color on #A4D6B7 background.


Related colors

Complementary color

Complementary color for #hex is #5B2948.


I love getcolorcode.com

Triadic colors

1 #B7A4D6 and #D6B7A4 with #A4D6B7 are triadic colors.

2 #B7D6A4 and #D6A4B7 with #A4D6B7 are triadic colors.