COLOR #958BAD

HEX: #958BAD
RGB: (149,139,173)

Renk bilgisi

#958BAD contains red, green and blue colors in about the same proportion. #958BAD ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#958BAD color RGB value is (149,139,173).

  • kırmız ton 149;
  • yeşil ton 139;
  • mavi ton 173.
RGB:
(149,139,173)
(58%,55%,68%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 139 of 255 = 55%
B 173 of 255 = 68%

149
139
173

R + G + B ~ 60%. #958BAD is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 139 + 173 = 461 (100%)
R 149 of 461 ~ 32.32%
G 139 of 461 ~ 30.15%
B 173 of 461 ~ 37.53%

%32.32
%30.15
%37.53

CMYK RENK MODELİ

#958BAD rengi CMYK tonu (14,20,0,32).

  • camgöbeği tonu 13.87%
  • eflatun tonu 19.65%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(14,20,0,32)
C14M20Y0K32 
(14%,20%,0%,32%)
(0.14/0.20/0.00/0.32)	

CMYK yüzdeleri

%13.87
%19.65
%0
%32.16

Codes

Color #958BAD in popluar color models

958BAD
RGB149139173
HSL258°17.17%61.18%
HSB/HSV258°19.65%67.84%
CMYK13.87%19.65%0.00%
32.16%

Color #958BAD in popluar number systems.

HEX958BAD
Decimal149139173
Binary100101011000101110101101
Octal225213255

Shades and tints

Shades of #958BAD

#958BAD
(149,139,173)
#887F9E
(136,127,158)
#7B738F
(123,115,143)
#6E6780
(110,103,128)
#615B71
(97,91,113)
#544F62
(84,79,98)
#474353
(71,67,83)
#3A3744
(58,55,68)
#2D2B35
(45,43,53)
#201F26
(32,31,38)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #958BAD

#958BAD
(149,139,173)
#9E95B4
(158,149,180)
#A79FBB
(167,159,187)
#B0A9C2
(176,169,194)
#B9B3C9
(185,179,201)
#C2BDD0
(194,189,208)
#CBC7D7
(203,199,215)
#D4D1DE
(212,209,222)
#DDDBE5
(221,219,229)
#E6E5EC
(230,229,236)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958BAD color. Also use rgb(149,139,173) instead hex code.

Text Font Color

.myTextColor { color: #958BAD; }

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

This text font color is #958BAD.


Background Color

.myBgColor { background-color: #958BAD; }

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

This div background color is #958BAD.


Border color

.myBorderColor { border: 1px solid #958BAD; }

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

This div border color is #958BAD.


Opacity

.myOpacity80 { color: #958BAD; opacity: 0.8; }

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

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

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

This text has shadow with #958BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958BAD on black background.


Color preview on white background

This text has color #958BAD on white background.



Black color preview on #958BAD background

This text has black color on #958BAD background.


White color preview on #958BAD background

This text has white color on #958BAD background.