COLOR #8DA1D7

HEX: #8DA1D7
RGB: (141,161,215)

Color info

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

RGB color model

#8DA1D7 color RGB value is (141,161,215).

  • red value is 141;
  • green value is 161;
  • blue value is 215.
RGB:
(141,161,215)
(55%,63%,84%)

RGB channels and saturation

R 141 of 255 = 55%
G 161 of 255 = 63%
B 215 of 255 = 84%

141
161
215

R + G + B ~ 67%. #8DA1D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 161 + 215 = 517 (100%)
R 141 of 517 ~ 27.27%
G 161 of 517 ~ 31.14%
B 215 of 517 ~ 41.59%

%27.27
%31.14
%41.59

CMYK color model

#8DA1D7 color CMYK value is (34,25,0,16).

  • cyan value is 34.42%
  • magenta value is 25.12%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(34,25,0,16)
C34M25Y0K16 
(34%,25%,0%,16%)
(0.34/0.25/0.00/0.16)	

CMYK percentages

%34.42
%25.12
%0
%15.69

Codes

Color #8DA1D7 in popluar color models

8DA1D7
RGB141161215
HSL224°48.05%69.80%
HSB/HSV224°34.42%84.31%
CMYK34.42%25.12%0.00%
15.69%

Color #8DA1D7 in popluar number systems.

HEX8DA1D7
Decimal141161215
Binary100011011010000111010111
Octal215241327

Shades and tints

Shades of #8DA1D7

#8DA1D7
(141,161,215)
#8193C4
(129,147,196)
#7585B1
(117,133,177)
#69779E
(105,119,158)
#5D698B
(93,105,139)
#515B78
(81,91,120)
#454D65
(69,77,101)
#393F52
(57,63,82)
#2D313F
(45,49,63)
#21232C
(33,35,44)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #8DA1D7

#8DA1D7
(141,161,215)
#97A9DA
(151,169,218)
#A1B1DD
(161,177,221)
#ABB9E0
(171,185,224)
#B5C1E3
(181,193,227)
#BFC9E6
(191,201,230)
#C9D1E9
(201,209,233)
#D3D9EC
(211,217,236)
#DDE1EF
(221,225,239)
#E7E9F2
(231,233,242)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA1D7 color. Also use rgb(141,161,215) instead hex code.

Text Font Color

.myTextColor { color: #8DA1D7; }

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

This text font color is #8DA1D7.


Background Color

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

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

This div background color is #8DA1D7.


Border color

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

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

This div border color is #8DA1D7.


Opacity

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

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

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

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

This text has shadow with #8DA1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA1D7 on black background.


Color preview on white background

This text has color #8DA1D7 on white background.



Black color preview on #8DA1D7 background

This text has black color on #8DA1D7 background.


White color preview on #8DA1D7 background

This text has white color on #8DA1D7 background.