COLOR #ACEBDB

HEX: #ACEBDB RGB: (172,235,219)

Color info

#ACEBDB contains mainly green and blue colors. Web safe color of #ACEBDB is #99FFCC (or #9FC).

RGB color model

#ACEBDB color RGB value is (172,235,219).

RGB: (172,235,219) (67%, 92%, 86%)

RGB channels and saturation

R 172 of 255 = 67%
G 235 of 255 = 92%
B 219 of 255 = 86%

172
235
219

R + G + B ~ 82%. #ACEBDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 235 + 219 = 626 (100%)
R 172 of 626 ~ 27.48%
G 235 of 626 ~ 37.54%
B 219 of 626 ~ 34.98'%

%27.48
%37.54
%34.98

CMYK color model

#ACEBDB color CMYK value is (27,0,7,8).

  • cyan value is 26.81%
  • magenta value is 0.00%
  • yellow value is 6.81%
  • key color value is 7.84%

CMYK: (27,0,7,8)
C27M0Y7K8 (27%, 0%, 7%, 8%)
(0.27 / 0.00 / 0.07 / 0.08)

CMYK percentages

%26.81
%0
%6.81
%7.84

Codes

Color #ACEBDB in popluar color models

AC EB DB
RGB 172 235 219
HSL 165° 61.17% 79.80%
HSB/HSV 165° 26.81% 92.16%
CMYK 26.81% 0.00% 6.81%
7.84%

Color #ACEBDB in popluar number systems.

HEX AC EB DB
Decimal 172 235 219
Binary 10101100 11101011 11011011
Octal 254 353 333

Shades and tints

Shades of #ACEBDB

#ACEBDB
(172,235,219)
#9DD6C8
(157,214,200)
#8EC1B5
(142,193,181)
#7FACA2
(127,172,162)
#70978F
(112,151,143)
#61827C
(97,130,124)
#526D69
(82,109,105)
#435856
(67,88,86)
#344343
(52,67,67)
#252E30
(37,46,48)
#16191D
(22,25,29)
#000000
(0,0,0)

Tints of #ACEBDB

#ACEBDB
(172,235,219)
#B3ECDE
(179,236,222)
#BAEDE1
(186,237,225)
#C1EEE4
(193,238,228)
#C8EFE7
(200,239,231)
#CFF0EA
(207,240,234)
#D6F1ED
(214,241,237)
#DDF2F0
(221,242,240)
#E4F3F3
(228,243,243)
#EBF4F6
(235,244,246)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACEBDB color. Also use rgb(172,235,219) instead hex code.

Text Font Color

.myTextColor { color: #ACEBDB; }

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

This text font color is #ACEBDB.

Background Color

.myBgColor { background-color: #ACEBDB; }

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

This div background color is #ACEBDB.

Border color

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

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

This div border color is #ACEBDB.

Opacity

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

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

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

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

This text has shadow with #ACEBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACEBDB.

Preview

Color preview on black background

This text has color #ACEBDB on black background.


Color preview on white background

This text has color #ACEBDB on white background.


Black color preview on #ACEBDB background

This text has black color on #ACEBDB background.


White color preview on #ACEBDB background

This text has white color on #ACEBDB background.


Related colors

Complementary color

Complementary color for #hex is #531424.


I love getcolorcode.com

Triadic colors

1 #DBACEB and #EBDBAC with #ACEBDB are triadic colors.

2 #DBEBAC and #EBACDB with #ACEBDB are triadic colors.