COLOR #A4CDDF

HEX: #A4CDDF
RGB: (164,205,223)

Color info

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

RGB color model

#A4CDDF color RGB value is (164,205,223).

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

RGB channels and saturation

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

164
205
223

R + G + B ~ 77%. #A4CDDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 205 + 223 = 592 (100%)
R 164 of 592 ~ 27.7%
G 205 of 592 ~ 34.63%
B 223 of 592 ~ 37.67%

%27.7
%34.63
%37.67

CMYK color model

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

  • cyan value is 26.46%
  • magenta value is 8.07%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(26,8,0,13)
C26M8Y0K13 
(26%,8%,0%,13%)
(0.26/0.08/0.00/0.13)	

CMYK percentages

%26.46
%8.07
%0
%12.55

Codes

Color #A4CDDF in popluar color models

A4CDDF
RGB164205223
HSL198°47.97%75.88%
HSB/HSV198°26.46%87.45%
CMYK26.46%8.07%0.00%
12.55%

Color #A4CDDF in popluar number systems.

HEXA4CDDF
Decimal164205223
Binary101001001100110111011111
Octal244315337

Shades and tints

Shades of #A4CDDF

#A4CDDF
(164,205,223)
#96BBCB
(150,187,203)
#88A9B7
(136,169,183)
#7A97A3
(122,151,163)
#6C858F
(108,133,143)
#5E737B
(94,115,123)
#506167
(80,97,103)
#424F53
(66,79,83)
#343D3F
(52,61,63)
#262B2B
(38,43,43)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #A4CDDF

#A4CDDF
(164,205,223)
#ACD1E1
(172,209,225)
#B4D5E3
(180,213,227)
#BCD9E5
(188,217,229)
#C4DDE7
(196,221,231)
#CCE1E9
(204,225,233)
#D4E5EB
(212,229,235)
#DCE9ED
(220,233,237)
#E4EDEF
(228,237,239)
#ECF1F1
(236,241,241)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4CDDF; }

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

This text font color is #A4CDDF.


Background Color

.myBgColor { background-color: #A4CDDF; }

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

This div background color is #A4CDDF.


Border color

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

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

This div border color is #A4CDDF.


Opacity

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

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

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

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

This text has shadow with #A4CDDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CDDF on black background.


Color preview on white background

This text has color #A4CDDF on white background.



Black color preview on #A4CDDF background

This text has black color on #A4CDDF background.


White color preview on #A4CDDF background

This text has white color on #A4CDDF background.