COLOR #A4DDC0

HEX: #A4DDC0
RGB: (164,221,192)

Color info

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

RGB color model

#A4DDC0 color RGB value is (164,221,192).

  • red value is 164;
  • green value is 221;
  • blue value is 192.
RGB:
(164,221,192)
(64%,87%,75%)

RGB channels and saturation

R 164 of 255 = 64%
G 221 of 255 = 87%
B 192 of 255 = 75%

164
221
192

R + G + B ~ 75%. #A4DDC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 221 + 192 = 577 (100%)
R 164 of 577 ~ 28.42%
G 221 of 577 ~ 38.3%
B 192 of 577 ~ 33.28%

%28.42
%38.3
%33.28

CMYK color model

#A4DDC0 color CMYK value is (26,0,13,13).

  • cyan value is 25.79%
  • magenta value is 0.00%
  • yellow value is 13.12%
  • key color value is 13.33%
CMYK:
(26,0,13,13)
C26M0Y13K13 
(26%,0%,13%,13%)
(0.26/0.00/0.13/0.13)	

CMYK percentages

%25.79
%0
%13.12
%13.33

Codes

Color #A4DDC0 in popluar color models

A4DDC0
RGB164221192
HSL149°45.60%75.49%
HSB/HSV149°25.79%86.67%
CMYK25.79%0.00%13.12%
13.33%

Color #A4DDC0 in popluar number systems.

HEXA4DDC0
Decimal164221192
Binary101001001101110111000000
Octal244335300

Shades and tints

Shades of #A4DDC0

#A4DDC0
(164,221,192)
#96C9AF
(150,201,175)
#88B59E
(136,181,158)
#7AA18D
(122,161,141)
#6C8D7C
(108,141,124)
#5E796B
(94,121,107)
#50655A
(80,101,90)
#425149
(66,81,73)
#343D38
(52,61,56)
#262927
(38,41,39)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #A4DDC0

#A4DDC0
(164,221,192)
#ACE0C5
(172,224,197)
#B4E3CA
(180,227,202)
#BCE6CF
(188,230,207)
#C4E9D4
(196,233,212)
#CCECD9
(204,236,217)
#D4EFDE
(212,239,222)
#DCF2E3
(220,242,227)
#E4F5E8
(228,245,232)
#ECF8ED
(236,248,237)
#F4FBF2
(244,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4DDC0 color. Also use rgb(164,221,192) instead hex code.

Text Font Color

.myTextColor { color: #A4DDC0; }

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

This text font color is #A4DDC0.


Background Color

.myBgColor { background-color: #A4DDC0; }

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

This div background color is #A4DDC0.


Border color

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

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

This div border color is #A4DDC0.


Opacity

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

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

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

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

This text has shadow with #A4DDC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4DDC0 on black background.


Color preview on white background

This text has color #A4DDC0 on white background.



Black color preview on #A4DDC0 background

This text has black color on #A4DDC0 background.


White color preview on #A4DDC0 background

This text has white color on #A4DDC0 background.