COLOR #8DAFC7

HEX: #8DAFC7
RGB: (141,175,199)

Color info

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

RGB color model

#8DAFC7 color RGB value is (141,175,199).

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

RGB channels and saturation

R 141 of 255 = 55%
G 175 of 255 = 69%
B 199 of 255 = 78%

141
175
199

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

Portions of RGB colors in percentages

R + G + B =
141 + 175 + 199 = 515 (100%)
R 141 of 515 ~ 27.38%
G 175 of 515 ~ 33.98%
B 199 of 515 ~ 38.64%

%27.38
%33.98
%38.64

CMYK color model

#8DAFC7 color CMYK value is (29,12,0,22).

  • cyan value is 29.15%
  • magenta value is 12.06%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(29,12,0,22)
C29M12Y0K22 
(29%,12%,0%,22%)
(0.29/0.12/0.00/0.22)	

CMYK percentages

%29.15
%12.06
%0
%21.96

Codes

Color #8DAFC7 in popluar color models

8DAFC7
RGB141175199
HSL205°34.12%66.67%
HSB/HSV205°29.15%78.04%
CMYK29.15%12.06%0.00%
21.96%

Color #8DAFC7 in popluar number systems.

HEX8DAFC7
Decimal141175199
Binary100011011010111111000111
Octal215257307

Shades and tints

Shades of #8DAFC7

#8DAFC7
(141,175,199)
#81A0B5
(129,160,181)
#7591A3
(117,145,163)
#698291
(105,130,145)
#5D737F
(93,115,127)
#51646D
(81,100,109)
#45555B
(69,85,91)
#394649
(57,70,73)
#2D3737
(45,55,55)
#212825
(33,40,37)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #8DAFC7

#8DAFC7
(141,175,199)
#97B6CC
(151,182,204)
#A1BDD1
(161,189,209)
#ABC4D6
(171,196,214)
#B5CBDB
(181,203,219)
#BFD2E0
(191,210,224)
#C9D9E5
(201,217,229)
#D3E0EA
(211,224,234)
#DDE7EF
(221,231,239)
#E7EEF4
(231,238,244)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DAFC7; }

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

This text font color is #8DAFC7.


Background Color

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

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

This div background color is #8DAFC7.


Border color

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

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

This div border color is #8DAFC7.


Opacity

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

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

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

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

This text has shadow with #8DAFC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DAFC7 on black background.


Color preview on white background

This text has color #8DAFC7 on white background.



Black color preview on #8DAFC7 background

This text has black color on #8DAFC7 background.


White color preview on #8DAFC7 background

This text has white color on #8DAFC7 background.