COLOR #956A7D

HEX: #956A7D
RGB: (149,106,125)

Renk bilgisi

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

RGB renk modeli

#956A7D color RGB value is (149,106,125).

  • kırmız ton 149;
  • yeşil ton 106;
  • mavi ton 125.
RGB:
(149,106,125)
(58%,42%,49%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 106 of 255 = 42%
B 125 of 255 = 49%

149
106
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 106 + 125 = 380 (100%)
R 149 of 380 ~ 39.21%
G 106 of 380 ~ 27.89%
B 125 of 380 ~ 32.89%

%39.21
%27.89
%32.89

CMYK RENK MODELİ

#956A7D rengi CMYK tonu (0,29,16,42).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.86%
  • sarı tonu 16.11%
  • ana renk tonu 41.57%
CMYK:
(0,29,16,42)
C0M29Y16K42 
(0%,29%,16%,42%)
(0.00/0.29/0.16/0.42)	

CMYK yüzdeleri

%0
%28.86
%16.11
%41.57

Codes

Color #956A7D in popluar color models

956A7D
RGB149106125
HSL333°16.86%50.00%
HSB/HSV333°28.86%58.43%
CMYK0.00%28.86%16.11%
41.57%

Color #956A7D in popluar number systems.

HEX956A7D
Decimal149106125
Binary1001010111010101111101
Octal225152175

Shades and tints

Shades of #956A7D

#956A7D
(149,106,125)
#886172
(136,97,114)
#7B5867
(123,88,103)
#6E4F5C
(110,79,92)
#614651
(97,70,81)
#543D46
(84,61,70)
#47343B
(71,52,59)
#3A2B30
(58,43,48)
#2D2225
(45,34,37)
#20191A
(32,25,26)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #956A7D

#956A7D
(149,106,125)
#9E7788
(158,119,136)
#A78493
(167,132,147)
#B0919E
(176,145,158)
#B99EA9
(185,158,169)
#C2ABB4
(194,171,180)
#CBB8BF
(203,184,191)
#D4C5CA
(212,197,202)
#DDD2D5
(221,210,213)
#E6DFE0
(230,223,224)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956A7D color. Also use rgb(149,106,125) instead hex code.

Text Font Color

.myTextColor { color: #956A7D; }

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

This text font color is #956A7D.


Background Color

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

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

This div background color is #956A7D.


Border color

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

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

This div border color is #956A7D.


Opacity

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

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

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

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

This text has shadow with #956A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956A7D on black background.


Color preview on white background

This text has color #956A7D on white background.



Black color preview on #956A7D background

This text has black color on #956A7D background.


White color preview on #956A7D background

This text has white color on #956A7D background.