COLOR #957DAB

HEX: #957DAB
RGB: (149,125,171)

Renk bilgisi

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

RGB renk modeli

#957DAB color RGB value is (149,125,171).

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

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 125 of 255 = 49%
B 171 of 255 = 67%

149
125
171

R + G + B ~ 58%. #957DAB is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 125 + 171 = 445 (100%)
R 149 of 445 ~ 33.48%
G 125 of 445 ~ 28.09%
B 171 of 445 ~ 38.43%

%33.48
%28.09
%38.43

CMYK RENK MODELİ

#957DAB rengi CMYK tonu (13,27,0,33).

  • camgöbeği tonu 12.87%
  • eflatun tonu 26.90%
  • sarı tonu 0.00%
  • ana renk tonu 32.94%
CMYK:
(13,27,0,33)
C13M27Y0K33 
(13%,27%,0%,33%)
(0.13/0.27/0.00/0.33)	

CMYK yüzdeleri

%12.87
%26.9
%0
%32.94

Codes

Color #957DAB in popluar color models

957DAB
RGB149125171
HSL271°21.50%58.04%
HSB/HSV271°26.90%67.06%
CMYK12.87%26.90%0.00%
32.94%

Color #957DAB in popluar number systems.

HEX957DAB
Decimal149125171
Binary10010101111110110101011
Octal225175253

Shades and tints

Shades of #957DAB

#957DAB
(149,125,171)
#88729C
(136,114,156)
#7B678D
(123,103,141)
#6E5C7E
(110,92,126)
#61516F
(97,81,111)
#544660
(84,70,96)
#473B51
(71,59,81)
#3A3042
(58,48,66)
#2D2533
(45,37,51)
#201A24
(32,26,36)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #957DAB

#957DAB
(149,125,171)
#9E88B2
(158,136,178)
#A793B9
(167,147,185)
#B09EC0
(176,158,192)
#B9A9C7
(185,169,199)
#C2B4CE
(194,180,206)
#CBBFD5
(203,191,213)
#D4CADC
(212,202,220)
#DDD5E3
(221,213,227)
#E6E0EA
(230,224,234)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957DAB color. Also use rgb(149,125,171) instead hex code.

Text Font Color

.myTextColor { color: #957DAB; }

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

This text font color is #957DAB.


Background Color

.myBgColor { background-color: #957DAB; }

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

This div background color is #957DAB.


Border color

.myBorderColor { border: 1px solid #957DAB; }

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

This div border color is #957DAB.


Opacity

.myOpacity80 { color: #957DAB; opacity: 0.8; }

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

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

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

This text has shadow with #957DAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957DAB on black background.


Color preview on white background

This text has color #957DAB on white background.



Black color preview on #957DAB background

This text has black color on #957DAB background.


White color preview on #957DAB background

This text has white color on #957DAB background.