COLOR #A4CDCD

HEX: #A4CDCD
RGB: (164,205,205)

Color info

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

RGB color model

#A4CDCD color RGB value is (164,205,205).

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

RGB channels and saturation

R 164 of 255 = 64%
G 205 of 255 = 80%
B 205 of 255 = 80%

164
205
205

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

Portions of RGB colors in percentages

R + G + B =
164 + 205 + 205 = 574 (100%)
R 164 of 574 ~ 28.57%
G 205 of 574 ~ 35.71%
B 205 of 574 ~ 35.71%

%28.57
%35.71
%35.71

CMYK color model

#A4CDCD color CMYK value is (20,0,0,20).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(20,0,0,20)
C20M0Y0K20 
(20%,0%,0%,20%)
(0.20/0.00/0.00/0.20)	

CMYK percentages

%20
%0
%0
%19.61

Codes

Color #A4CDCD in popluar color models

A4CDCD
RGB164205205
HSL180°29.08%72.35%
HSB/HSV180°20.00%80.39%
CMYK20.00%0.00%0.00%
19.61%

Color #A4CDCD in popluar number systems.

HEXA4CDCD
Decimal164205205
Binary101001001100110111001101
Octal244315315

Shades and tints

Shades of #A4CDCD

#A4CDCD
(164,205,205)
#96BBBB
(150,187,187)
#88A9A9
(136,169,169)
#7A9797
(122,151,151)
#6C8585
(108,133,133)
#5E7373
(94,115,115)
#506161
(80,97,97)
#424F4F
(66,79,79)
#343D3D
(52,61,61)
#262B2B
(38,43,43)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #A4CDCD

#A4CDCD
(164,205,205)
#ACD1D1
(172,209,209)
#B4D5D5
(180,213,213)
#BCD9D9
(188,217,217)
#C4DDDD
(196,221,221)
#CCE1E1
(204,225,225)
#D4E5E5
(212,229,229)
#DCE9E9
(220,233,233)
#E4EDED
(228,237,237)
#ECF1F1
(236,241,241)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4CDCD; }

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

This text font color is #A4CDCD.


Background Color

.myBgColor { background-color: #A4CDCD; }

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

This div background color is #A4CDCD.


Border color

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

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

This div border color is #A4CDCD.


Opacity

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

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

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

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

This text has shadow with #A4CDCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CDCD on black background.


Color preview on white background

This text has color #A4CDCD on white background.



Black color preview on #A4CDCD background

This text has black color on #A4CDCD background.


White color preview on #A4CDCD background

This text has white color on #A4CDCD background.