COLOR #956D97

HEX: #956D97
RGB: (149,109,151)

Renk bilgisi

#956D97 contains red, green and blue colors in about the same proportion. #956D97 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#956D97 color RGB value is (149,109,151).

  • kırmız ton 149;
  • yeşil ton 109;
  • mavi ton 151.
RGB:
(149,109,151)
(58%,43%,59%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 109 of 255 = 43%
B 151 of 255 = 59%

149
109
151

R + G + B ~ 53%. #956D97 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 109 + 151 = 409 (100%)
R 149 of 409 ~ 36.43%
G 109 of 409 ~ 26.65%
B 151 of 409 ~ 36.92%

%36.43
%26.65
%36.92

CMYK RENK MODELİ

#956D97 rengi CMYK tonu (1,28,0,41).

  • camgöbeği tonu 1.32%
  • eflatun tonu 27.81%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(1,28,0,41)
C1M28Y0K41 
(1%,28%,0%,41%)
(0.01/0.28/0.00/0.41)	

CMYK yüzdeleri

%1.32
%27.81
%0
%40.78

Codes

Color #956D97 in popluar color models

956D97
RGB149109151
HSL297°16.80%50.98%
HSB/HSV297°27.81%59.22%
CMYK1.32%27.81%0.00%
40.78%

Color #956D97 in popluar number systems.

HEX956D97
Decimal149109151
Binary10010101110110110010111
Octal225155227

Shades and tints

Shades of #956D97

#956D97
(149,109,151)
#88648A
(136,100,138)
#7B5B7D
(123,91,125)
#6E5270
(110,82,112)
#614963
(97,73,99)
#544056
(84,64,86)
#473749
(71,55,73)
#3A2E3C
(58,46,60)
#2D252F
(45,37,47)
#201C22
(32,28,34)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #956D97

#956D97
(149,109,151)
#9E7AA0
(158,122,160)
#A787A9
(167,135,169)
#B094B2
(176,148,178)
#B9A1BB
(185,161,187)
#C2AEC4
(194,174,196)
#CBBBCD
(203,187,205)
#D4C8D6
(212,200,214)
#DDD5DF
(221,213,223)
#E6E2E8
(230,226,232)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956D97 color. Also use rgb(149,109,151) instead hex code.

Text Font Color

.myTextColor { color: #956D97; }

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

This text font color is #956D97.


Background Color

.myBgColor { background-color: #956D97; }

<div style="background-color:#956D97">Inner text</div>

This div background color is #956D97.


Border color

.myBorderColor { border: 1px solid #956D97; }

<div style="border:3px solid #956D97">Div</div>

This div border color is #956D97.


Opacity

.myOpacity80 { color: #956D97; opacity: 0.8; }

<p style="color:#956D97;opacity:0.8;">80%</p>

Text with #956D97 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 #956D97;}

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

This text has shadow with #956D97 color.

.textShadow {text-shadow: 3px 3px 1px #956D97, 3px 3px 1px red;}

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

This text has shadow with #956D97 primary color and red secondary color.


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

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

This text has shadow with #956D97 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956D97 on black background.


Color preview on white background

This text has color #956D97 on white background.



Black color preview on #956D97 background

This text has black color on #956D97 background.


White color preview on #956D97 background

This text has white color on #956D97 background.