COLOR #956588

HEX: #956588
RGB: (149,101,136)

Renk bilgisi

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

RGB renk modeli

#956588 color RGB value is (149,101,136).

  • kırmız ton 149;
  • yeşil ton 101;
  • mavi ton 136.
RGB:
(149,101,136)
(58%,40%,53%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 101 of 255 = 40%
B 136 of 255 = 53%

149
101
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 101 + 136 = 386 (100%)
R 149 of 386 ~ 38.6%
G 101 of 386 ~ 26.17%
B 136 of 386 ~ 35.23%

%38.6
%26.17
%35.23

CMYK RENK MODELİ

#956588 rengi CMYK tonu (0,32,9,42).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.21%
  • sarı tonu 8.72%
  • ana renk tonu 41.57%
CMYK:
(0,32,9,42)
C0M32Y9K42 
(0%,32%,9%,42%)
(0.00/0.32/0.09/0.42)	

CMYK yüzdeleri

%0
%32.21
%8.72
%41.57

Codes

Color #956588 in popluar color models

956588
RGB149101136
HSL316°19.20%49.02%
HSB/HSV316°32.21%58.43%
CMYK0.00%32.21%8.72%
41.57%

Color #956588 in popluar number systems.

HEX956588
Decimal149101136
Binary10010101110010110001000
Octal225145210

Shades and tints

Shades of #956588

#956588
(149,101,136)
#885C7C
(136,92,124)
#7B5370
(123,83,112)
#6E4A64
(110,74,100)
#614158
(97,65,88)
#54384C
(84,56,76)
#472F40
(71,47,64)
#3A2634
(58,38,52)
#2D1D28
(45,29,40)
#20141C
(32,20,28)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #956588

#956588
(149,101,136)
#9E7392
(158,115,146)
#A7819C
(167,129,156)
#B08FA6
(176,143,166)
#B99DB0
(185,157,176)
#C2ABBA
(194,171,186)
#CBB9C4
(203,185,196)
#D4C7CE
(212,199,206)
#DDD5D8
(221,213,216)
#E6E3E2
(230,227,226)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956588 color. Also use rgb(149,101,136) instead hex code.

Text Font Color

.myTextColor { color: #956588; }

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

This text font color is #956588.


Background Color

.myBgColor { background-color: #956588; }

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

This div background color is #956588.


Border color

.myBorderColor { border: 1px solid #956588; }

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

This div border color is #956588.


Opacity

.myOpacity80 { color: #956588; opacity: 0.8; }

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

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

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

This text has shadow with #956588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956588 on black background.


Color preview on white background

This text has color #956588 on white background.



Black color preview on #956588 background

This text has black color on #956588 background.


White color preview on #956588 background

This text has white color on #956588 background.