COLOR #8DACCE

HEX: #8DACCE RGB: (141,172,206)

Color info

#8DACCE contains mainly green and blue colors. Web safe color of #8DACCE is #9999CC (or #99C).

RGB color model

#8DACCE color RGB value is (141,172,206).

RGB: (141,172,206) (55%, 67%, 81%)

RGB channels and saturation

R 141 of 255 = 55%
G 172 of 255 = 67%
B 206 of 255 = 81%

141
172
206

R + G + B ~ 68%. #8DACCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 172 + 206 = 519 (100%)
R 141 of 519 ~ 27.17%
G 172 of 519 ~ 33.14%
B 206 of 519 ~ 39.69'%

%27.17
%33.14
%39.69

CMYK color model

#8DACCE color CMYK value is (32,17,0,19).

  • cyan value is 31.55%
  • magenta value is 16.50%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (32,17,0,19)
C32M17Y0K19 (32%, 17%, 0%, 19%)
(0.32 / 0.17 / 0.00 / 0.19)

CMYK percentages

%31.55
%16.5
%0
%19.22

Codes

Color #8DACCE in popluar color models

8D AC CE
RGB 141 172 206
HSL 211° 39.88% 68.04%
HSB/HSV 211° 31.55% 80.78%
CMYK 31.55% 16.50% 0.00%
19.22%

Color #8DACCE in popluar number systems.

HEX 8D AC CE
Decimal 141 172 206
Binary 10001101 10101100 11001110
Octal 215 254 316

Shades and tints

Shades of #8DACCE

#8DACCE
(141,172,206)
#819DBC
(129,157,188)
#758EAA
(117,142,170)
#697F98
(105,127,152)
#5D7086
(93,112,134)
#516174
(81,97,116)
#455262
(69,82,98)
#394350
(57,67,80)
#2D343E
(45,52,62)
#21252C
(33,37,44)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #8DACCE

#8DACCE
(141,172,206)
#97B3D2
(151,179,210)
#A1BAD6
(161,186,214)
#ABC1DA
(171,193,218)
#B5C8DE
(181,200,222)
#BFCFE2
(191,207,226)
#C9D6E6
(201,214,230)
#D3DDEA
(211,221,234)
#DDE4EE
(221,228,238)
#E7EBF2
(231,235,242)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DACCE color. Also use rgb(141,172,206) instead hex code.

Text Font Color

.myTextColor { color: #8DACCE; }

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

This text font color is #8DACCE.

Background Color

.myBgColor { background-color: #8DACCE; }

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

This div background color is #8DACCE.

Border color

.myBorderColor { border: 1px solid #8DACCE; }

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

This div border color is #8DACCE.

Opacity

.myOpacity80 { color: #8DACCE; opacity: 0.8; }

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

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

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

This text has shadow with #8DACCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DACCE.

Preview

Color preview on black background

This text has color #8DACCE on black background.


Color preview on white background

This text has color #8DACCE on white background.


Black color preview on #8DACCE background

This text has black color on #8DACCE background.


White color preview on #8DACCE background

This text has white color on #8DACCE background.


Related colors

Complementary color

Complementary color for #hex is #725331.


I love getcolorcode.com

Triadic colors

1 #CE8DAC and #ACCE8D with #8DACCE are triadic colors.

2 #CEAC8D and #AC8DCE with #8DACCE are triadic colors.