COLOR #8DA4C7

HEX: #8DA4C7 RGB: (141,164,199)

Color info

#8DA4C7 contains red, green and blue colors in about the same proportion. Web safe color of #8DA4C7 is #9999CC (or #99C).

RGB color model

#8DA4C7 color RGB value is (141,164,199).

RGB: (141,164,199) (55%, 64%, 78%)

RGB channels and saturation

R 141 of 255 = 55%
G 164 of 255 = 64%
B 199 of 255 = 78%

141
164
199

R + G + B ~ 66%. #8DA4C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 164 + 199 = 504 (100%)
R 141 of 504 ~ 27.98%
G 164 of 504 ~ 32.54%
B 199 of 504 ~ 39.48'%

%27.98
%32.54
%39.48

CMYK color model

#8DA4C7 color CMYK value is (29,18,0,22).

  • cyan value is 29.15%
  • magenta value is 17.59%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (29,18,0,22)
C29M18Y0K22 (29%, 18%, 0%, 22%)
(0.29 / 0.18 / 0.00 / 0.22)

CMYK percentages

%29.15
%17.59
%0
%21.96

Codes

Color #8DA4C7 in popluar color models

8D A4 C7
RGB 141 164 199
HSL 216° 34.12% 66.67%
HSB/HSV 216° 29.15% 78.04%
CMYK 29.15% 17.59% 0.00%
21.96%

Color #8DA4C7 in popluar number systems.

HEX 8D A4 C7
Decimal 141 164 199
Binary 10001101 10100100 11000111
Octal 215 244 307

Shades and tints

Shades of #8DA4C7

#8DA4C7
(141,164,199)
#8196B5
(129,150,181)
#7588A3
(117,136,163)
#697A91
(105,122,145)
#5D6C7F
(93,108,127)
#515E6D
(81,94,109)
#45505B
(69,80,91)
#394249
(57,66,73)
#2D3437
(45,52,55)
#212625
(33,38,37)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #8DA4C7

#8DA4C7
(141,164,199)
#97ACCC
(151,172,204)
#A1B4D1
(161,180,209)
#ABBCD6
(171,188,214)
#B5C4DB
(181,196,219)
#BFCCE0
(191,204,224)
#C9D4E5
(201,212,229)
#D3DCEA
(211,220,234)
#DDE4EF
(221,228,239)
#E7ECF4
(231,236,244)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA4C7 color. Also use rgb(141,164,199) instead hex code.

Text Font Color

.myTextColor { color: #8DA4C7; }

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

This text font color is #8DA4C7.

Background Color

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

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

This div background color is #8DA4C7.

Border color

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

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

This div border color is #8DA4C7.

Opacity

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

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

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

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

This text has shadow with #8DA4C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA4C7.

Preview

Color preview on black background

This text has color #8DA4C7 on black background.


Color preview on white background

This text has color #8DA4C7 on white background.


Black color preview on #8DA4C7 background

This text has black color on #8DA4C7 background.


White color preview on #8DA4C7 background

This text has white color on #8DA4C7 background.


Related colors

Complementary color

Complementary color for #hex is #725B38.


I love getcolorcode.com

Triadic colors

1 #C78DA4 and #A4C78D with #8DA4C7 are triadic colors.

2 #C7A48D and #A48DC7 with #8DA4C7 are triadic colors.