COLOR #8D95DB

HEX: #8D95DB RGB: (141,149,219)

Color info

#8D95DB contains mainly blue color. Web safe color of #8D95DB is #9999CC (or #99C).

RGB color model

#8D95DB color RGB value is (141,149,219).

RGB: (141,149,219) (55%, 58%, 86%)

RGB channels and saturation

R 141 of 255 = 55%
G 149 of 255 = 58%
B 219 of 255 = 86%

141
149
219

R + G + B ~ 66%. #8D95DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 149 + 219 = 509 (100%)
R 141 of 509 ~ 27.7%
G 149 of 509 ~ 29.27%
B 219 of 509 ~ 43.03'%

%27.7
%29.27
%43.03

CMYK color model

#8D95DB color CMYK value is (36,32,0,14).

  • cyan value is 35.62%
  • magenta value is 31.96%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (36,32,0,14)
C36M32Y0K14 (36%, 32%, 0%, 14%)
(0.36 / 0.32 / 0.00 / 0.14)

CMYK percentages

%35.62
%31.96
%0
%14.12

Codes

Color #8D95DB in popluar color models

8D 95 DB
RGB 141 149 219
HSL 234° 52.00% 70.59%
HSB/HSV 234° 35.62% 85.88%
CMYK 35.62% 31.96% 0.00%
14.12%

Color #8D95DB in popluar number systems.

HEX 8D 95 DB
Decimal 141 149 219
Binary 10001101 10010101 11011011
Octal 215 225 333

Shades and tints

Shades of #8D95DB

#8D95DB
(141,149,219)
#8188C8
(129,136,200)
#757BB5
(117,123,181)
#696EA2
(105,110,162)
#5D618F
(93,97,143)
#51547C
(81,84,124)
#454769
(69,71,105)
#393A56
(57,58,86)
#2D2D43
(45,45,67)
#212030
(33,32,48)
#15131D
(21,19,29)
#000000
(0,0,0)

Tints of #8D95DB

#8D95DB
(141,149,219)
#979EDE
(151,158,222)
#A1A7E1
(161,167,225)
#ABB0E4
(171,176,228)
#B5B9E7
(181,185,231)
#BFC2EA
(191,194,234)
#C9CBED
(201,203,237)
#D3D4F0
(211,212,240)
#DDDDF3
(221,221,243)
#E7E6F6
(231,230,246)
#F1EFF9
(241,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D95DB; }

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

This text font color is #8D95DB.

Background Color

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

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

This div background color is #8D95DB.

Border color

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

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

This div border color is #8D95DB.

Opacity

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

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

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

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

This text has shadow with #8D95DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D95DB.

Preview

Color preview on black background

This text has color #8D95DB on black background.


Color preview on white background

This text has color #8D95DB on white background.


Black color preview on #8D95DB background

This text has black color on #8D95DB background.


White color preview on #8D95DB background

This text has white color on #8D95DB background.


Related colors

Complementary color

Complementary color for #hex is #726A24.


I love getcolorcode.com

Triadic colors

1 #DB8D95 and #95DB8D with #8D95DB are triadic colors.

2 #DB958D and #958DDB with #8D95DB are triadic colors.