COLOR #8D95C7

HEX: #8D95C7
RGB: (141,149,199)

Color info

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

RGB color model

#8D95C7 color RGB value is (141,149,199).

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

RGB channels and saturation

R 141 of 255 = 55%
G 149 of 255 = 58%
B 199 of 255 = 78%

141
149
199

R + G + B ~ 64%. #8D95C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 149 + 199 = 489 (100%)
R 141 of 489 ~ 28.83%
G 149 of 489 ~ 30.47%
B 199 of 489 ~ 40.7%

%28.83
%30.47
%40.7

CMYK color model

#8D95C7 color CMYK value is (29,25,0,22).

  • cyan value is 29.15%
  • magenta value is 25.13%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(29,25,0,22)
C29M25Y0K22 
(29%,25%,0%,22%)
(0.29/0.25/0.00/0.22)	

CMYK percentages

%29.15
%25.13
%0
%21.96

Codes

Color #8D95C7 in popluar color models

8D95C7
RGB141149199
HSL232°34.12%66.67%
HSB/HSV232°29.15%78.04%
CMYK29.15%25.13%0.00%
21.96%

Color #8D95C7 in popluar number systems.

HEX8D95C7
Decimal141149199
Binary100011011001010111000111
Octal215225307

Shades and tints

Shades of #8D95C7

#8D95C7
(141,149,199)
#8188B5
(129,136,181)
#757BA3
(117,123,163)
#696E91
(105,110,145)
#5D617F
(93,97,127)
#51546D
(81,84,109)
#45475B
(69,71,91)
#393A49
(57,58,73)
#2D2D37
(45,45,55)
#212025
(33,32,37)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #8D95C7

#8D95C7
(141,149,199)
#979ECC
(151,158,204)
#A1A7D1
(161,167,209)
#ABB0D6
(171,176,214)
#B5B9DB
(181,185,219)
#BFC2E0
(191,194,224)
#C9CBE5
(201,203,229)
#D3D4EA
(211,212,234)
#DDDDEF
(221,221,239)
#E7E6F4
(231,230,244)
#F1EFF9
(241,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D95C7; }

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

This text font color is #8D95C7.


Background Color

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

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

This div background color is #8D95C7.


Border color

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

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

This div border color is #8D95C7.


Opacity

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

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

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

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

This text has shadow with #8D95C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D95C7 on black background.


Color preview on white background

This text has color #8D95C7 on white background.



Black color preview on #8D95C7 background

This text has black color on #8D95C7 background.


White color preview on #8D95C7 background

This text has white color on #8D95C7 background.