COLOR #A4D3CB

HEX: #A4D3CB
RGB: (164,211,203)

Color info

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

RGB color model

#A4D3CB color RGB value is (164,211,203).

  • red value is 164;
  • green value is 211;
  • blue value is 203.
RGB:
(164,211,203)
(64%,83%,80%)

RGB channels and saturation

R 164 of 255 = 64%
G 211 of 255 = 83%
B 203 of 255 = 80%

164
211
203

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

Portions of RGB colors in percentages

R + G + B =
164 + 211 + 203 = 578 (100%)
R 164 of 578 ~ 28.37%
G 211 of 578 ~ 36.51%
B 203 of 578 ~ 35.12%

%28.37
%36.51
%35.12

CMYK color model

#A4D3CB color CMYK value is (22,0,4,17).

  • cyan value is 22.27%
  • magenta value is 0.00%
  • yellow value is 3.79%
  • key color value is 17.25%
CMYK:
(22,0,4,17)
C22M0Y4K17 
(22%,0%,4%,17%)
(0.22/0.00/0.04/0.17)	

CMYK percentages

%22.27
%0
%3.79
%17.25

Codes

Color #A4D3CB in popluar color models

A4D3CB
RGB164211203
HSL170°34.81%73.53%
HSB/HSV170°22.27%82.75%
CMYK22.27%0.00%3.79%
17.25%

Color #A4D3CB in popluar number systems.

HEXA4D3CB
Decimal164211203
Binary101001001101001111001011
Octal244323313

Shades and tints

Shades of #A4D3CB

#A4D3CB
(164,211,203)
#96C0B9
(150,192,185)
#88ADA7
(136,173,167)
#7A9A95
(122,154,149)
#6C8783
(108,135,131)
#5E7471
(94,116,113)
#50615F
(80,97,95)
#424E4D
(66,78,77)
#343B3B
(52,59,59)
#262829
(38,40,41)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #A4D3CB

#A4D3CB
(164,211,203)
#ACD7CF
(172,215,207)
#B4DBD3
(180,219,211)
#BCDFD7
(188,223,215)
#C4E3DB
(196,227,219)
#CCE7DF
(204,231,223)
#D4EBE3
(212,235,227)
#DCEFE7
(220,239,231)
#E4F3EB
(228,243,235)
#ECF7EF
(236,247,239)
#F4FBF3
(244,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D3CB color. Also use rgb(164,211,203) instead hex code.

Text Font Color

.myTextColor { color: #A4D3CB; }

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

This text font color is #A4D3CB.


Background Color

.myBgColor { background-color: #A4D3CB; }

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

This div background color is #A4D3CB.


Border color

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

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

This div border color is #A4D3CB.


Opacity

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

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

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

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

This text has shadow with #A4D3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D3CB on black background.


Color preview on white background

This text has color #A4D3CB on white background.



Black color preview on #A4D3CB background

This text has black color on #A4D3CB background.


White color preview on #A4D3CB background

This text has white color on #A4D3CB background.