COLOR #AACFD4

HEX: #AACFD4
RGB: (170,207,212)

Color info

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

RGB color model

#AACFD4 color RGB value is (170,207,212).

  • red value is 170;
  • green value is 207;
  • blue value is 212.
RGB:
(170,207,212)
(67%,81%,83%)

RGB channels and saturation

R 170 of 255 = 67%
G 207 of 255 = 81%
B 212 of 255 = 83%

170
207
212

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

Portions of RGB colors in percentages

R + G + B =
170 + 207 + 212 = 589 (100%)
R 170 of 589 ~ 28.86%
G 207 of 589 ~ 35.14%
B 212 of 589 ~ 35.99%

%28.86
%35.14
%35.99

CMYK color model

#AACFD4 color CMYK value is (20,2,0,17).

  • cyan value is 19.81%
  • magenta value is 2.36%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(20,2,0,17)
C20M2Y0K17 
(20%,2%,0%,17%)
(0.20/0.02/0.00/0.17)	

CMYK percentages

%19.81
%2.36
%0
%16.86

Codes

Color #AACFD4 in popluar color models

AACFD4
RGB170207212
HSL187°32.81%74.90%
HSB/HSV187°19.81%83.14%
CMYK19.81%2.36%0.00%
16.86%

Color #AACFD4 in popluar number systems.

HEXAACFD4
Decimal170207212
Binary101010101100111111010100
Octal252317324

Shades and tints

Shades of #AACFD4

#AACFD4
(170,207,212)
#9BBDC1
(155,189,193)
#8CABAE
(140,171,174)
#7D999B
(125,153,155)
#6E8788
(110,135,136)
#5F7575
(95,117,117)
#506362
(80,99,98)
#41514F
(65,81,79)
#323F3C
(50,63,60)
#232D29
(35,45,41)
#141B16
(20,27,22)
#000000
(0,0,0)

Tints of #AACFD4

#AACFD4
(170,207,212)
#B1D3D7
(177,211,215)
#B8D7DA
(184,215,218)
#BFDBDD
(191,219,221)
#C6DFE0
(198,223,224)
#CDE3E3
(205,227,227)
#D4E7E6
(212,231,230)
#DBEBE9
(219,235,233)
#E2EFEC
(226,239,236)
#E9F3EF
(233,243,239)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AACFD4 color. Also use rgb(170,207,212) instead hex code.

Text Font Color

.myTextColor { color: #AACFD4; }

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

This text font color is #AACFD4.


Background Color

.myBgColor { background-color: #AACFD4; }

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

This div background color is #AACFD4.


Border color

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

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

This div border color is #AACFD4.


Opacity

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

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

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

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

This text has shadow with #AACFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACFD4 on black background.


Color preview on white background

This text has color #AACFD4 on white background.



Black color preview on #AACFD4 background

This text has black color on #AACFD4 background.


White color preview on #AACFD4 background

This text has white color on #AACFD4 background.