COLOR #8B95CB

HEX: #8B95CB RGB: (139,149,203)

Color info

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

RGB color model

#8B95CB color RGB value is (139,149,203).

RGB: (139,149,203) (55%, 58%, 80%)

RGB channels and saturation

R 139 of 255 = 55%
G 149 of 255 = 58%
B 203 of 255 = 80%

139
149
203

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

Portions of RGB colors in percentages

R + G + B = 139 + 149 + 203 = 491 (100%)
R 139 of 491 ~ 28.31%
G 149 of 491 ~ 30.35%
B 203 of 491 ~ 41.34'%

%28.31
%30.35
%41.34

CMYK color model

#8B95CB color CMYK value is (32,27,0,20).

  • cyan value is 31.53%
  • magenta value is 26.60%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (32,27,0,20)
C32M27Y0K20 (32%, 27%, 0%, 20%)
(0.32 / 0.27 / 0.00 / 0.20)

CMYK percentages

%31.53
%26.6
%0
%20.39

Codes

Color #8B95CB in popluar color models

8B 95 CB
RGB 139 149 203
HSL 231° 38.10% 67.06%
HSB/HSV 231° 31.53% 79.61%
CMYK 31.53% 26.60% 0.00%
20.39%

Color #8B95CB in popluar number systems.

HEX 8B 95 CB
Decimal 139 149 203
Binary 10001011 10010101 11001011
Octal 213 225 313

Shades and tints

Shades of #8B95CB

#8B95CB
(139,149,203)
#7F88B9
(127,136,185)
#737BA7
(115,123,167)
#676E95
(103,110,149)
#5B6183
(91,97,131)
#4F5471
(79,84,113)
#43475F
(67,71,95)
#373A4D
(55,58,77)
#2B2D3B
(43,45,59)
#1F2029
(31,32,41)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #8B95CB

#8B95CB
(139,149,203)
#959ECF
(149,158,207)
#9FA7D3
(159,167,211)
#A9B0D7
(169,176,215)
#B3B9DB
(179,185,219)
#BDC2DF
(189,194,223)
#C7CBE3
(199,203,227)
#D1D4E7
(209,212,231)
#DBDDEB
(219,221,235)
#E5E6EF
(229,230,239)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B95CB color. Also use rgb(139,149,203) instead hex code.

Text Font Color

.myTextColor { color: #8B95CB; }

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

This text font color is #8B95CB.

Background Color

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

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

This div background color is #8B95CB.

Border color

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

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

This div border color is #8B95CB.

Opacity

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

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

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

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

This text has shadow with #8B95CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B95CB.

Preview

Color preview on black background

This text has color #8B95CB on black background.


Color preview on white background

This text has color #8B95CB on white background.


Black color preview on #8B95CB background

This text has black color on #8B95CB background.


White color preview on #8B95CB background

This text has white color on #8B95CB background.


Related colors

Complementary color

Complementary color for #hex is #746A34.


I love getcolorcode.com

Triadic colors

1 #CB8B95 and #95CB8B with #8B95CB are triadic colors.

2 #CB958B and #958BCB with #8B95CB are triadic colors.