COLOR #AACFD5

HEX: #AACFD5
RGB: (170,207,213)

Color info

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

RGB color model

#AACFD5 color RGB value is (170,207,213).

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

RGB channels and saturation

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

170
207
213

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

Portions of RGB colors in percentages

R + G + B =
170 + 207 + 213 = 590 (100%)
R 170 of 590 ~ 28.81%
G 207 of 590 ~ 35.08%
B 213 of 590 ~ 36.1%

%28.81
%35.08
%36.1

CMYK color model

#AACFD5 color CMYK value is (20,3,0,16).

  • cyan value is 20.19%
  • magenta value is 2.82%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(20,3,0,16)
C20M3Y0K16 
(20%,3%,0%,16%)
(0.20/0.03/0.00/0.16)	

CMYK percentages

%20.19
%2.82
%0
%16.47

Codes

Color #AACFD5 in popluar color models

AACFD5
RGB170207213
HSL188°33.86%75.10%
HSB/HSV188°20.19%83.53%
CMYK20.19%2.82%0.00%
16.47%

Color #AACFD5 in popluar number systems.

HEXAACFD5
Decimal170207213
Binary101010101100111111010101
Octal252317325

Shades and tints

Shades of #AACFD5

#AACFD5
(170,207,213)
#9BBDC2
(155,189,194)
#8CABAF
(140,171,175)
#7D999C
(125,153,156)
#6E8789
(110,135,137)
#5F7576
(95,117,118)
#506363
(80,99,99)
#415150
(65,81,80)
#323F3D
(50,63,61)
#232D2A
(35,45,42)
#141B17
(20,27,23)
#000000
(0,0,0)

Tints of #AACFD5

#AACFD5
(170,207,213)
#B1D3D8
(177,211,216)
#B8D7DB
(184,215,219)
#BFDBDE
(191,219,222)
#C6DFE1
(198,223,225)
#CDE3E4
(205,227,228)
#D4E7E7
(212,231,231)
#DBEBEA
(219,235,234)
#E2EFED
(226,239,237)
#E9F3F0
(233,243,240)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACFD5; }

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

This text font color is #AACFD5.


Background Color

.myBgColor { background-color: #AACFD5; }

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

This div background color is #AACFD5.


Border color

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

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

This div border color is #AACFD5.


Opacity

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

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

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

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

This text has shadow with #AACFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACFD5 on black background.


Color preview on white background

This text has color #AACFD5 on white background.



Black color preview on #AACFD5 background

This text has black color on #AACFD5 background.


White color preview on #AACFD5 background

This text has white color on #AACFD5 background.