COLOR #ACD7FA

HEX: #ACD7FA
RGB: (172,215,250)

Color info

#ACD7FA contains mainly green and blue colors. Web safe color of #ACD7FA is #99CCFF (or #9CF).

RGB color model

#ACD7FA color RGB value is (172,215,250).

  • red value is 172;
  • green value is 215;
  • blue value is 250.
RGB:
(172,215,250)
(67%,84%,98%)

RGB channels and saturation

R 172 of 255 = 67%
G 215 of 255 = 84%
B 250 of 255 = 98%

172
215
250

R + G + B ~ 83%. #ACD7FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 215 + 250 = 637 (100%)
R 172 of 637 ~ 27%
G 215 of 637 ~ 33.75%
B 250 of 637 ~ 39.25%

%27
%33.75
%39.25

CMYK color model

#ACD7FA color CMYK value is (31,14,0,2).

  • cyan value is 31.20%
  • magenta value is 14.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(31,14,0,2)
C31M14Y0K2 
(31%,14%,0%,2%)
(0.31/0.14/0.00/0.02)	

CMYK percentages

%31.2
%14
%0
%1.96

Codes

Color #ACD7FA in popluar color models

ACD7FA
RGB172215250
HSL207°88.64%82.75%
HSB/HSV207°31.20%98.04%
CMYK31.20%14.00%0.00%
1.96%

Color #ACD7FA in popluar number systems.

HEXACD7FA
Decimal172215250
Binary101011001101011111111010
Octal254327372

Shades and tints

Shades of #ACD7FA

#ACD7FA
(172,215,250)
#9DC4E4
(157,196,228)
#8EB1CE
(142,177,206)
#7F9EB8
(127,158,184)
#708BA2
(112,139,162)
#61788C
(97,120,140)
#526576
(82,101,118)
#435260
(67,82,96)
#343F4A
(52,63,74)
#252C34
(37,44,52)
#16191E
(22,25,30)
#000000
(0,0,0)

Tints of #ACD7FA

#ACD7FA
(172,215,250)
#B3DAFA
(179,218,250)
#BADDFA
(186,221,250)
#C1E0FA
(193,224,250)
#C8E3FA
(200,227,250)
#CFE6FA
(207,230,250)
#D6E9FA
(214,233,250)
#DDECFA
(221,236,250)
#E4EFFA
(228,239,250)
#EBF2FA
(235,242,250)
#F2F5FA
(242,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD7FA color. Also use rgb(172,215,250) instead hex code.

Text Font Color

.myTextColor { color: #ACD7FA; }

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

This text font color is #ACD7FA.


Background Color

.myBgColor { background-color: #ACD7FA; }

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

This div background color is #ACD7FA.


Border color

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

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

This div border color is #ACD7FA.


Opacity

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

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

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

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

This text has shadow with #ACD7FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD7FA on black background.


Color preview on white background

This text has color #ACD7FA on white background.



Black color preview on #ACD7FA background

This text has black color on #ACD7FA background.


White color preview on #ACD7FA background

This text has white color on #ACD7FA background.