COLOR #956EA5

HEX: #956EA5
RGB: (149,110,165)

Renk bilgisi

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

RGB renk modeli

#956EA5 color RGB value is (149,110,165).

  • kırmız ton 149;
  • yeşil ton 110;
  • mavi ton 165.
RGB:
(149,110,165)
(58%,43%,65%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 110 of 255 = 43%
B 165 of 255 = 65%

149
110
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 110 + 165 = 424 (100%)
R 149 of 424 ~ 35.14%
G 110 of 424 ~ 25.94%
B 165 of 424 ~ 38.92%

%35.14
%25.94
%38.92

CMYK RENK MODELİ

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

  • camgöbeği tonu 9.70%
  • eflatun tonu 33.33%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(10,33,0,35)
C10M33Y0K35 
(10%,33%,0%,35%)
(0.10/0.33/0.00/0.35)	

CMYK yüzdeleri

%9.7
%33.33
%0
%35.29

Codes

Color #956EA5 in popluar color models

956EA5
RGB149110165
HSL283°23.40%53.92%
HSB/HSV283°33.33%64.71%
CMYK9.70%33.33%0.00%
35.29%

Color #956EA5 in popluar number systems.

HEX956EA5
Decimal149110165
Binary10010101110111010100101
Octal225156245

Shades and tints

Shades of #956EA5

#956EA5
(149,110,165)
#886496
(136,100,150)
#7B5A87
(123,90,135)
#6E5078
(110,80,120)
#614669
(97,70,105)
#543C5A
(84,60,90)
#47324B
(71,50,75)
#3A283C
(58,40,60)
#2D1E2D
(45,30,45)
#20141E
(32,20,30)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #956EA5

#956EA5
(149,110,165)
#9E7BAD
(158,123,173)
#A788B5
(167,136,181)
#B095BD
(176,149,189)
#B9A2C5
(185,162,197)
#C2AFCD
(194,175,205)
#CBBCD5
(203,188,213)
#D4C9DD
(212,201,221)
#DDD6E5
(221,214,229)
#E6E3ED
(230,227,237)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956EA5 color. Also use rgb(149,110,165) instead hex code.

Text Font Color

.myTextColor { color: #956EA5; }

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

This text font color is #956EA5.


Background Color

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

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

This div background color is #956EA5.


Border color

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

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

This div border color is #956EA5.


Opacity

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

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

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

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

This text has shadow with #956EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956EA5 on black background.


Color preview on white background

This text has color #956EA5 on white background.



Black color preview on #956EA5 background

This text has black color on #956EA5 background.


White color preview on #956EA5 background

This text has white color on #956EA5 background.