COLOR #ACD5EA

HEX: #ACD5EA RGB: (172,213,234)

Color info

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

RGB color model

#ACD5EA color RGB value is (172,213,234).

RGB: (172,213,234) (67%, 84%, 92%)

RGB channels and saturation

R 172 of 255 = 67%
G 213 of 255 = 84%
B 234 of 255 = 92%

172
213
234

R + G + B ~ 81%. #ACD5EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 213 + 234 = 619 (100%)
R 172 of 619 ~ 27.79%
G 213 of 619 ~ 34.41%
B 234 of 619 ~ 37.8'%

%27.79
%34.41
%37.8

CMYK color model

#ACD5EA color CMYK value is (26,9,0,8).

  • cyan value is 26.50%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (26,9,0,8)
C26M9Y0K8 (26%, 9%, 0%, 8%)
(0.26 / 0.09 / 0.00 / 0.08)

CMYK percentages

%26.5
%8.97
%0
%8.24

Codes

Color #ACD5EA in popluar color models

AC D5 EA
RGB 172 213 234
HSL 200° 59.62% 79.61%
HSB/HSV 200° 26.50% 91.76%
CMYK 26.50% 8.97% 0.00%
8.24%

Color #ACD5EA in popluar number systems.

HEX AC D5 EA
Decimal 172 213 234
Binary 10101100 11010101 11101010
Octal 254 325 352

Shades and tints

Shades of #ACD5EA

#ACD5EA
(172,213,234)
#9DC2D5
(157,194,213)
#8EAFC0
(142,175,192)
#7F9CAB
(127,156,171)
#708996
(112,137,150)
#617681
(97,118,129)
#52636C
(82,99,108)
#435057
(67,80,87)
#343D42
(52,61,66)
#252A2D
(37,42,45)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #ACD5EA

#ACD5EA
(172,213,234)
#B3D8EB
(179,216,235)
#BADBEC
(186,219,236)
#C1DEED
(193,222,237)
#C8E1EE
(200,225,238)
#CFE4EF
(207,228,239)
#D6E7F0
(214,231,240)
#DDEAF1
(221,234,241)
#E4EDF2
(228,237,242)
#EBF0F3
(235,240,243)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD5EA color. Also use rgb(172,213,234) instead hex code.

Text Font Color

.myTextColor { color: #ACD5EA; }

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

This text font color is #ACD5EA.

Background Color

.myBgColor { background-color: #ACD5EA; }

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

This div background color is #ACD5EA.

Border color

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

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

This div border color is #ACD5EA.

Opacity

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

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

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

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

This text has shadow with #ACD5EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACD5EA.

Preview

Color preview on black background

This text has color #ACD5EA on black background.


Color preview on white background

This text has color #ACD5EA on white background.


Black color preview on #ACD5EA background

This text has black color on #ACD5EA background.


White color preview on #ACD5EA background

This text has white color on #ACD5EA background.


Related colors

Complementary color

Complementary color for #hex is #532A15.


I love getcolorcode.com

Triadic colors

1 #EAACD5 and #D5EAAC with #ACD5EA are triadic colors.

2 #EAD5AC and #D5ACEA with #ACD5EA are triadic colors.