COLOR #ACCBDE

HEX: #ACCBDE RGB: (172,203,222)

Color info

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

RGB color model

#ACCBDE color RGB value is (172,203,222).

RGB: (172,203,222) (67%, 80%, 87%)

RGB channels and saturation

R 172 of 255 = 67%
G 203 of 255 = 80%
B 222 of 255 = 87%

172
203
222

R + G + B ~ 78%. #ACCBDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 203 + 222 = 597 (100%)
R 172 of 597 ~ 28.81%
G 203 of 597 ~ 34%
B 222 of 597 ~ 37.19'%

%28.81
%34
%37.19

CMYK color model

#ACCBDE color CMYK value is (23,9,0,13).

  • cyan value is 22.52%
  • magenta value is 8.56%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (23,9,0,13)
C23M9Y0K13 (23%, 9%, 0%, 13%)
(0.23 / 0.09 / 0.00 / 0.13)

CMYK percentages

%22.52
%8.56
%0
%12.94

Codes

Color #ACCBDE in popluar color models

AC CB DE
RGB 172 203 222
HSL 203° 43.10% 77.25%
HSB/HSV 203° 22.52% 87.06%
CMYK 22.52% 8.56% 0.00%
12.94%

Color #ACCBDE in popluar number systems.

HEX AC CB DE
Decimal 172 203 222
Binary 10101100 11001011 11011110
Octal 254 313 336

Shades and tints

Shades of #ACCBDE

#ACCBDE
(172,203,222)
#9DB9CA
(157,185,202)
#8EA7B6
(142,167,182)
#7F95A2
(127,149,162)
#70838E
(112,131,142)
#61717A
(97,113,122)
#525F66
(82,95,102)
#434D52
(67,77,82)
#343B3E
(52,59,62)
#25292A
(37,41,42)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #ACCBDE

#ACCBDE
(172,203,222)
#B3CFE1
(179,207,225)
#BAD3E4
(186,211,228)
#C1D7E7
(193,215,231)
#C8DBEA
(200,219,234)
#CFDFED
(207,223,237)
#D6E3F0
(214,227,240)
#DDE7F3
(221,231,243)
#E4EBF6
(228,235,246)
#EBEFF9
(235,239,249)
#F2F3FC
(242,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCBDE color. Also use rgb(172,203,222) instead hex code.

Text Font Color

.myTextColor { color: #ACCBDE; }

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

This text font color is #ACCBDE.

Background Color

.myBgColor { background-color: #ACCBDE; }

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

This div background color is #ACCBDE.

Border color

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

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

This div border color is #ACCBDE.

Opacity

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

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

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

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

This text has shadow with #ACCBDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACCBDE.

Preview

Color preview on black background

This text has color #ACCBDE on black background.


Color preview on white background

This text has color #ACCBDE on white background.


Black color preview on #ACCBDE background

This text has black color on #ACCBDE background.


White color preview on #ACCBDE background

This text has white color on #ACCBDE background.


Related colors

Complementary color

Complementary color for #hex is #533421.


I love getcolorcode.com

Triadic colors

1 #DEACCB and #CBDEAC with #ACCBDE are triadic colors.

2 #DECBAC and #CBACDE with #ACCBDE are triadic colors.