COLOR #8DAFD5

HEX: #8DAFD5
RGB: (141,175,213)

Color info

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

RGB color model

#8DAFD5 color RGB value is (141,175,213).

  • red value is 141;
  • green value is 175;
  • blue value is 213.
RGB:
(141,175,213)
(55%,69%,84%)

RGB channels and saturation

R 141 of 255 = 55%
G 175 of 255 = 69%
B 213 of 255 = 84%

141
175
213

R + G + B ~ 69%. #8DAFD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 175 + 213 = 529 (100%)
R 141 of 529 ~ 26.65%
G 175 of 529 ~ 33.08%
B 213 of 529 ~ 40.26%

%26.65
%33.08
%40.26

CMYK color model

#8DAFD5 color CMYK value is (34,18,0,16).

  • cyan value is 33.80%
  • magenta value is 17.84%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(34,18,0,16)
C34M18Y0K16 
(34%,18%,0%,16%)
(0.34/0.18/0.00/0.16)	

CMYK percentages

%33.8
%17.84
%0
%16.47

Codes

Color #8DAFD5 in popluar color models

8DAFD5
RGB141175213
HSL212°46.15%69.41%
HSB/HSV212°33.80%83.53%
CMYK33.80%17.84%0.00%
16.47%

Color #8DAFD5 in popluar number systems.

HEX8DAFD5
Decimal141175213
Binary100011011010111111010101
Octal215257325

Shades and tints

Shades of #8DAFD5

#8DAFD5
(141,175,213)
#81A0C2
(129,160,194)
#7591AF
(117,145,175)
#69829C
(105,130,156)
#5D7389
(93,115,137)
#516476
(81,100,118)
#455563
(69,85,99)
#394650
(57,70,80)
#2D373D
(45,55,61)
#21282A
(33,40,42)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #8DAFD5

#8DAFD5
(141,175,213)
#97B6D8
(151,182,216)
#A1BDDB
(161,189,219)
#ABC4DE
(171,196,222)
#B5CBE1
(181,203,225)
#BFD2E4
(191,210,228)
#C9D9E7
(201,217,231)
#D3E0EA
(211,224,234)
#DDE7ED
(221,231,237)
#E7EEF0
(231,238,240)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DAFD5 color. Also use rgb(141,175,213) instead hex code.

Text Font Color

.myTextColor { color: #8DAFD5; }

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

This text font color is #8DAFD5.


Background Color

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

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

This div background color is #8DAFD5.


Border color

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

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

This div border color is #8DAFD5.


Opacity

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

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

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

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

This text has shadow with #8DAFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DAFD5 on black background.


Color preview on white background

This text has color #8DAFD5 on white background.



Black color preview on #8DAFD5 background

This text has black color on #8DAFD5 background.


White color preview on #8DAFD5 background

This text has white color on #8DAFD5 background.