COLOR #AACFD6

HEX: #AACFD6 RGB: (170,207,214)

Color info

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

RGB color model

#AACFD6 color RGB value is (170,207,214).

RGB: (170,207,214) (67%, 81%, 84%)

RGB channels and saturation

R 170 of 255 = 67%
G 207 of 255 = 81%
B 214 of 255 = 84%

170
207
214

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

Portions of RGB colors in percentages

R + G + B = 170 + 207 + 214 = 591 (100%)
R 170 of 591 ~ 28.76%
G 207 of 591 ~ 35.03%
B 214 of 591 ~ 36.21'%

%28.76
%35.03
%36.21

CMYK color model

#AACFD6 color CMYK value is (21,3,0,16).

  • cyan value is 20.56%
  • magenta value is 3.27%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (21,3,0,16)
C21M3Y0K16 (21%, 3%, 0%, 16%)
(0.21 / 0.03 / 0.00 / 0.16)

CMYK percentages

%20.56
%3.27
%0
%16.08

Codes

Color #AACFD6 in popluar color models

AA CF D6
RGB 170 207 214
HSL 190° 34.92% 75.29%
HSB/HSV 190° 20.56% 83.92%
CMYK 20.56% 3.27% 0.00%
16.08%

Color #AACFD6 in popluar number systems.

HEX AA CF D6
Decimal 170 207 214
Binary 10101010 11001111 11010110
Octal 252 317 326

Shades and tints

Shades of #AACFD6

#AACFD6
(170,207,214)
#9BBDC3
(155,189,195)
#8CABB0
(140,171,176)
#7D999D
(125,153,157)
#6E878A
(110,135,138)
#5F7577
(95,117,119)
#506364
(80,99,100)
#415151
(65,81,81)
#323F3E
(50,63,62)
#232D2B
(35,45,43)
#141B18
(20,27,24)
#000000
(0,0,0)

Tints of #AACFD6

#AACFD6
(170,207,214)
#B1D3D9
(177,211,217)
#B8D7DC
(184,215,220)
#BFDBDF
(191,219,223)
#C6DFE2
(198,223,226)
#CDE3E5
(205,227,229)
#D4E7E8
(212,231,232)
#DBEBEB
(219,235,235)
#E2EFEE
(226,239,238)
#E9F3F1
(233,243,241)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACFD6; }

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

This text font color is #AACFD6.

Background Color

.myBgColor { background-color: #AACFD6; }

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

This div background color is #AACFD6.

Border color

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

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

This div border color is #AACFD6.

Opacity

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

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

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

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

This text has shadow with #AACFD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACFD6.

Preview

Color preview on black background

This text has color #AACFD6 on black background.


Color preview on white background

This text has color #AACFD6 on white background.


Black color preview on #AACFD6 background

This text has black color on #AACFD6 background.


White color preview on #AACFD6 background

This text has white color on #AACFD6 background.


Related colors

Complementary color

Complementary color for #hex is #553029.


I love getcolorcode.com

Triadic colors

1 #D6AACF and #CFD6AA with #AACFD6 are triadic colors.

2 #D6CFAA and #CFAAD6 with #AACFD6 are triadic colors.