COLOR #9E7CBF

HEX: #9E7CBF RGB: (158,124,191)

Color info

#9E7CBF contains mainly red and blue colors. Web safe color of #9E7CBF is #9966CC (or #96C).

RGB color model

#9E7CBF color RGB value is (158,124,191).

RGB: (158,124,191) (62%, 49%, 75%)

RGB channels and saturation

R 158 of 255 = 62%
G 124 of 255 = 49%
B 191 of 255 = 75%

158
124
191

R + G + B ~ 62%. #9E7CBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 124 + 191 = 473 (100%)
R 158 of 473 ~ 33.4%
G 124 of 473 ~ 26.22%
B 191 of 473 ~ 40.38'%

%33.4
%26.22
%40.38

CMYK color model

#9E7CBF color CMYK value is (17,35,0,25).

  • cyan value is 17.28%
  • magenta value is 35.08%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (17,35,0,25)
C17M35Y0K25 (17%, 35%, 0%, 25%)
(0.17 / 0.35 / 0.00 / 0.25)

CMYK percentages

%17.28
%35.08
%0
%25.1

Codes

Color #9E7CBF in popluar color models

9E 7C BF
RGB 158 124 191
HSL 270° 34.36% 61.76%
HSB/HSV 270° 35.08% 74.90%
CMYK 17.28% 35.08% 0.00%
25.10%

Color #9E7CBF in popluar number systems.

HEX 9E 7C BF
Decimal 158 124 191
Binary 10011110 1111100 10111111
Octal 236 174 277

Shades and tints

Shades of #9E7CBF

#9E7CBF
(158,124,191)
#9071AE
(144,113,174)
#82669D
(130,102,157)
#745B8C
(116,91,140)
#66507B
(102,80,123)
#58456A
(88,69,106)
#4A3A59
(74,58,89)
#3C2F48
(60,47,72)
#2E2437
(46,36,55)
#201926
(32,25,38)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #9E7CBF

#9E7CBF
(158,124,191)
#A687C4
(166,135,196)
#AE92C9
(174,146,201)
#B69DCE
(182,157,206)
#BEA8D3
(190,168,211)
#C6B3D8
(198,179,216)
#CEBEDD
(206,190,221)
#D6C9E2
(214,201,226)
#DED4E7
(222,212,231)
#E6DFEC
(230,223,236)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7CBF color. Also use rgb(158,124,191) instead hex code.

Text Font Color

.myTextColor { color: #9E7CBF; }

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

This text font color is #9E7CBF.

Background Color

.myBgColor { background-color: #9E7CBF; }

<div style="background-color:#9E7CBF">Inner text</div>

This div background color is #9E7CBF.

Border color

.myBorderColor { border: 1px solid #9E7CBF; }

<div style="border:3px solid #9E7CBF">Div</div>

This div border color is #9E7CBF.

Opacity

.myOpacity80 { color: #9E7CBF; opacity: 0.8; }

<p style="color:#9E7CBF;opacity:0.8;">80%</p>

Text with #9E7CBF 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 #9E7CBF;}

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

This text has shadow with #9E7CBF color.


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

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

This text has shadow with #9E7CBF primary color and red secondary color.


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

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

This text has shadow with #9E7CBF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9E7CBF.

Preview

Color preview on black background

This text has color #9E7CBF on black background.


Color preview on white background

This text has color #9E7CBF on white background.


Black color preview on #9E7CBF background

This text has black color on #9E7CBF background.


White color preview on #9E7CBF background

This text has white color on #9E7CBF background.


Related colors

Complementary color

Complementary color for #hex is #618340.


I love getcolorcode.com

Triadic colors

1 #BF9E7C and #7CBF9E with #9E7CBF are triadic colors.

2 #BF7C9E and #7C9EBF with #9E7CBF are triadic colors.