COLOR #957EB0

HEX: #957EB0
RGB: (149,126,176)

Renk bilgisi

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

RGB renk modeli

#957EB0 color RGB value is (149,126,176).

  • kırmız ton 149;
  • yeşil ton 126;
  • mavi ton 176.
RGB:
(149,126,176)
(58%,49%,69%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 126 of 255 = 49%
B 176 of 255 = 69%

149
126
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 126 + 176 = 451 (100%)
R 149 of 451 ~ 33.04%
G 126 of 451 ~ 27.94%
B 176 of 451 ~ 39.02%

%33.04
%27.94
%39.02

CMYK RENK MODELİ

#957EB0 rengi CMYK tonu (15,28,0,31).

  • camgöbeği tonu 15.34%
  • eflatun tonu 28.41%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(15,28,0,31)
C15M28Y0K31 
(15%,28%,0%,31%)
(0.15/0.28/0.00/0.31)	

CMYK yüzdeleri

%15.34
%28.41
%0
%30.98

Codes

Color #957EB0 in popluar color models

957EB0
RGB149126176
HSL268°24.04%59.22%
HSB/HSV268°28.41%69.02%
CMYK15.34%28.41%0.00%
30.98%

Color #957EB0 in popluar number systems.

HEX957EB0
Decimal149126176
Binary10010101111111010110000
Octal225176260

Shades and tints

Shades of #957EB0

#957EB0
(149,126,176)
#8873A0
(136,115,160)
#7B6890
(123,104,144)
#6E5D80
(110,93,128)
#615270
(97,82,112)
#544760
(84,71,96)
#473C50
(71,60,80)
#3A3140
(58,49,64)
#2D2630
(45,38,48)
#201B20
(32,27,32)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #957EB0

#957EB0
(149,126,176)
#9E89B7
(158,137,183)
#A794BE
(167,148,190)
#B09FC5
(176,159,197)
#B9AACC
(185,170,204)
#C2B5D3
(194,181,211)
#CBC0DA
(203,192,218)
#D4CBE1
(212,203,225)
#DDD6E8
(221,214,232)
#E6E1EF
(230,225,239)
#EFECF6
(239,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957EB0 color. Also use rgb(149,126,176) instead hex code.

Text Font Color

.myTextColor { color: #957EB0; }

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

This text font color is #957EB0.


Background Color

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

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

This div background color is #957EB0.


Border color

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

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

This div border color is #957EB0.


Opacity

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

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

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

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

This text has shadow with #957EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957EB0 on black background.


Color preview on white background

This text has color #957EB0 on white background.



Black color preview on #957EB0 background

This text has black color on #957EB0 background.


White color preview on #957EB0 background

This text has white color on #957EB0 background.