COLOR #A4CFD6

HEX: #A4CFD6
RGB: (164,207,214)

Color info

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

RGB color model

#A4CFD6 color RGB value is (164,207,214).

  • red value is 164;
  • green value is 207;
  • blue value is 214.
RGB:
(164,207,214)
(64%,81%,84%)

RGB channels and saturation

R 164 of 255 = 64%
G 207 of 255 = 81%
B 214 of 255 = 84%

164
207
214

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

Portions of RGB colors in percentages

R + G + B =
164 + 207 + 214 = 585 (100%)
R 164 of 585 ~ 28.03%
G 207 of 585 ~ 35.38%
B 214 of 585 ~ 36.58%

%28.03
%35.38
%36.58

CMYK color model

#A4CFD6 color CMYK value is (23,3,0,16).

  • cyan value is 23.36%
  • magenta value is 3.27%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(23,3,0,16)
C23M3Y0K16 
(23%,3%,0%,16%)
(0.23/0.03/0.00/0.16)	

CMYK percentages

%23.36
%3.27
%0
%16.08

Codes

Color #A4CFD6 in popluar color models

A4CFD6
RGB164207214
HSL188°37.88%74.12%
HSB/HSV188°23.36%83.92%
CMYK23.36%3.27%0.00%
16.08%

Color #A4CFD6 in popluar number systems.

HEXA4CFD6
Decimal164207214
Binary101001001100111111010110
Octal244317326

Shades and tints

Shades of #A4CFD6

#A4CFD6
(164,207,214)
#96BDC3
(150,189,195)
#88ABB0
(136,171,176)
#7A999D
(122,153,157)
#6C878A
(108,135,138)
#5E7577
(94,117,119)
#506364
(80,99,100)
#425151
(66,81,81)
#343F3E
(52,63,62)
#262D2B
(38,45,43)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #A4CFD6

#A4CFD6
(164,207,214)
#ACD3D9
(172,211,217)
#B4D7DC
(180,215,220)
#BCDBDF
(188,219,223)
#C4DFE2
(196,223,226)
#CCE3E5
(204,227,229)
#D4E7E8
(212,231,232)
#DCEBEB
(220,235,235)
#E4EFEE
(228,239,238)
#ECF3F1
(236,243,241)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4CFD6; }

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

This text font color is #A4CFD6.


Background Color

.myBgColor { background-color: #A4CFD6; }

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

This div background color is #A4CFD6.


Border color

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

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

This div border color is #A4CFD6.


Opacity

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

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

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

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

This text has shadow with #A4CFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CFD6 on black background.


Color preview on white background

This text has color #A4CFD6 on white background.



Black color preview on #A4CFD6 background

This text has black color on #A4CFD6 background.


White color preview on #A4CFD6 background

This text has white color on #A4CFD6 background.