COLOR #956CA6

HEX: #956CA6
RGB: (149,108,166)

Renk bilgisi

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

RGB renk modeli

#956CA6 color RGB value is (149,108,166).

  • kırmız ton 149;
  • yeşil ton 108;
  • mavi ton 166.
RGB:
(149,108,166)
(58%,42%,65%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 108 of 255 = 42%
B 166 of 255 = 65%

149
108
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 108 + 166 = 423 (100%)
R 149 of 423 ~ 35.22%
G 108 of 423 ~ 25.53%
B 166 of 423 ~ 39.24%

%35.22
%25.53
%39.24

CMYK RENK MODELİ

#956CA6 rengi CMYK tonu (10,35,0,35).

  • camgöbeği tonu 10.24%
  • eflatun tonu 34.94%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(10,35,0,35)
C10M35Y0K35 
(10%,35%,0%,35%)
(0.10/0.35/0.00/0.35)	

CMYK yüzdeleri

%10.24
%34.94
%0
%34.9

Codes

Color #956CA6 in popluar color models

956CA6
RGB149108166
HSL282°24.58%53.73%
HSB/HSV282°34.94%65.10%
CMYK10.24%34.94%0.00%
34.90%

Color #956CA6 in popluar number systems.

HEX956CA6
Decimal149108166
Binary10010101110110010100110
Octal225154246

Shades and tints

Shades of #956CA6

#956CA6
(149,108,166)
#886397
(136,99,151)
#7B5A88
(123,90,136)
#6E5179
(110,81,121)
#61486A
(97,72,106)
#543F5B
(84,63,91)
#47364C
(71,54,76)
#3A2D3D
(58,45,61)
#2D242E
(45,36,46)
#201B1F
(32,27,31)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #956CA6

#956CA6
(149,108,166)
#9E79AE
(158,121,174)
#A786B6
(167,134,182)
#B093BE
(176,147,190)
#B9A0C6
(185,160,198)
#C2ADCE
(194,173,206)
#CBBAD6
(203,186,214)
#D4C7DE
(212,199,222)
#DDD4E6
(221,212,230)
#E6E1EE
(230,225,238)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956CA6 color. Also use rgb(149,108,166) instead hex code.

Text Font Color

.myTextColor { color: #956CA6; }

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

This text font color is #956CA6.


Background Color

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

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

This div background color is #956CA6.


Border color

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

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

This div border color is #956CA6.


Opacity

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

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

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

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

This text has shadow with #956CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956CA6 on black background.


Color preview on white background

This text has color #956CA6 on white background.



Black color preview on #956CA6 background

This text has black color on #956CA6 background.


White color preview on #956CA6 background

This text has white color on #956CA6 background.