COLOR #9D7CBB

HEX: #9D7CBB
RGB: (157,124,187)

Color info

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

RGB color model

#9D7CBB color RGB value is (157,124,187).

  • red value is 157;
  • green value is 124;
  • blue value is 187.
RGB:
(157,124,187)
(62%,49%,73%)

RGB channels and saturation

R 157 of 255 = 62%
G 124 of 255 = 49%
B 187 of 255 = 73%

157
124
187

R + G + B ~ 61%. #9D7CBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 124 + 187 = 468 (100%)
R 157 of 468 ~ 33.55%
G 124 of 468 ~ 26.5%
B 187 of 468 ~ 39.96%

%33.55
%26.5
%39.96

CMYK color model

#9D7CBB color CMYK value is (16,34,0,27).

  • cyan value is 16.04%
  • magenta value is 33.69%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(16,34,0,27)
C16M34Y0K27 
(16%,34%,0%,27%)
(0.16/0.34/0.00/0.27)	

CMYK percentages

%16.04
%33.69
%0
%26.67

Codes

Color #9D7CBB in popluar color models

9D7CBB
RGB157124187
HSL271°31.66%60.98%
HSB/HSV271°33.69%73.33%
CMYK16.04%33.69%0.00%
26.67%

Color #9D7CBB in popluar number systems.

HEX9D7CBB
Decimal157124187
Binary10011101111110010111011
Octal235174273

Shades and tints

Shades of #9D7CBB

#9D7CBB
(157,124,187)
#8F71AA
(143,113,170)
#816699
(129,102,153)
#735B88
(115,91,136)
#655077
(101,80,119)
#574566
(87,69,102)
#493A55
(73,58,85)
#3B2F44
(59,47,68)
#2D2433
(45,36,51)
#1F1922
(31,25,34)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #9D7CBB

#9D7CBB
(157,124,187)
#A587C1
(165,135,193)
#AD92C7
(173,146,199)
#B59DCD
(181,157,205)
#BDA8D3
(189,168,211)
#C5B3D9
(197,179,217)
#CDBEDF
(205,190,223)
#D5C9E5
(213,201,229)
#DDD4EB
(221,212,235)
#E5DFF1
(229,223,241)
#EDEAF7
(237,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D7CBB color. Also use rgb(157,124,187) instead hex code.

Text Font Color

.myTextColor { color: #9D7CBB; }

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

This text font color is #9D7CBB.


Background Color

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

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

This div background color is #9D7CBB.


Border color

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

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

This div border color is #9D7CBB.


Opacity

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

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

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

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

This text has shadow with #9D7CBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7CBB on black background.


Color preview on white background

This text has color #9D7CBB on white background.



Black color preview on #9D7CBB background

This text has black color on #9D7CBB background.


White color preview on #9D7CBB background

This text has white color on #9D7CBB background.