COLOR #A4D1CE

HEX: #A4D1CE
RGB: (164,209,206)

Color info

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

RGB color model

#A4D1CE color RGB value is (164,209,206).

  • red value is 164;
  • green value is 209;
  • blue value is 206.
RGB:
(164,209,206)
(64%,82%,81%)

RGB channels and saturation

R 164 of 255 = 64%
G 209 of 255 = 82%
B 206 of 255 = 81%

164
209
206

R + G + B ~ 76%. #A4D1CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 209 + 206 = 579 (100%)
R 164 of 579 ~ 28.32%
G 209 of 579 ~ 36.1%
B 206 of 579 ~ 35.58%

%28.32
%36.1
%35.58

CMYK color model

#A4D1CE color CMYK value is (22,0,1,18).

  • cyan value is 21.53%
  • magenta value is 0.00%
  • yellow value is 1.44%
  • key color value is 18.04%
CMYK:
(22,0,1,18)
C22M0Y1K18 
(22%,0%,1%,18%)
(0.22/0.00/0.01/0.18)	

CMYK percentages

%21.53
%0
%1.44
%18.04

Codes

Color #A4D1CE in popluar color models

A4D1CE
RGB164209206
HSL176°32.85%73.14%
HSB/HSV176°21.53%81.96%
CMYK21.53%0.00%1.44%
18.04%

Color #A4D1CE in popluar number systems.

HEXA4D1CE
Decimal164209206
Binary101001001101000111001110
Octal244321316

Shades and tints

Shades of #A4D1CE

#A4D1CE
(164,209,206)
#96BEBC
(150,190,188)
#88ABAA
(136,171,170)
#7A9898
(122,152,152)
#6C8586
(108,133,134)
#5E7274
(94,114,116)
#505F62
(80,95,98)
#424C50
(66,76,80)
#34393E
(52,57,62)
#26262C
(38,38,44)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #A4D1CE

#A4D1CE
(164,209,206)
#ACD5D2
(172,213,210)
#B4D9D6
(180,217,214)
#BCDDDA
(188,221,218)
#C4E1DE
(196,225,222)
#CCE5E2
(204,229,226)
#D4E9E6
(212,233,230)
#DCEDEA
(220,237,234)
#E4F1EE
(228,241,238)
#ECF5F2
(236,245,242)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D1CE color. Also use rgb(164,209,206) instead hex code.

Text Font Color

.myTextColor { color: #A4D1CE; }

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

This text font color is #A4D1CE.


Background Color

.myBgColor { background-color: #A4D1CE; }

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

This div background color is #A4D1CE.


Border color

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

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

This div border color is #A4D1CE.


Opacity

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

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

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

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

This text has shadow with #A4D1CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D1CE on black background.


Color preview on white background

This text has color #A4D1CE on white background.



Black color preview on #A4D1CE background

This text has black color on #A4D1CE background.


White color preview on #A4D1CE background

This text has white color on #A4D1CE background.