COLOR #8DA7C3

HEX: #8DA7C3
RGB: (141,167,195)

Color info

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

RGB color model

#8DA7C3 color RGB value is (141,167,195).

  • red value is 141;
  • green value is 167;
  • blue value is 195.
RGB:
(141,167,195)
(55%,65%,76%)

RGB channels and saturation

R 141 of 255 = 55%
G 167 of 255 = 65%
B 195 of 255 = 76%

141
167
195

R + G + B ~ 65%. #8DA7C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 167 + 195 = 503 (100%)
R 141 of 503 ~ 28.03%
G 167 of 503 ~ 33.2%
B 195 of 503 ~ 38.77%

%28.03
%33.2
%38.77

CMYK color model

#8DA7C3 color CMYK value is (28,14,0,24).

  • cyan value is 27.69%
  • magenta value is 14.36%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(28,14,0,24)
C28M14Y0K24 
(28%,14%,0%,24%)
(0.28/0.14/0.00/0.24)	

CMYK percentages

%27.69
%14.36
%0
%23.53

Codes

Color #8DA7C3 in popluar color models

8DA7C3
RGB141167195
HSL211°31.03%65.88%
HSB/HSV211°27.69%76.47%
CMYK27.69%14.36%0.00%
23.53%

Color #8DA7C3 in popluar number systems.

HEX8DA7C3
Decimal141167195
Binary100011011010011111000011
Octal215247303

Shades and tints

Shades of #8DA7C3

#8DA7C3
(141,167,195)
#8198B2
(129,152,178)
#7589A1
(117,137,161)
#697A90
(105,122,144)
#5D6B7F
(93,107,127)
#515C6E
(81,92,110)
#454D5D
(69,77,93)
#393E4C
(57,62,76)
#2D2F3B
(45,47,59)
#21202A
(33,32,42)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #8DA7C3

#8DA7C3
(141,167,195)
#97AFC8
(151,175,200)
#A1B7CD
(161,183,205)
#ABBFD2
(171,191,210)
#B5C7D7
(181,199,215)
#BFCFDC
(191,207,220)
#C9D7E1
(201,215,225)
#D3DFE6
(211,223,230)
#DDE7EB
(221,231,235)
#E7EFF0
(231,239,240)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA7C3 color. Also use rgb(141,167,195) instead hex code.

Text Font Color

.myTextColor { color: #8DA7C3; }

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

This text font color is #8DA7C3.


Background Color

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

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

This div background color is #8DA7C3.


Border color

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

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

This div border color is #8DA7C3.


Opacity

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

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

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

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

This text has shadow with #8DA7C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA7C3 on black background.


Color preview on white background

This text has color #8DA7C3 on white background.



Black color preview on #8DA7C3 background

This text has black color on #8DA7C3 background.


White color preview on #8DA7C3 background

This text has white color on #8DA7C3 background.