COLOR #957EA8

HEX: #957EA8
RGB: (149,126,168)

Renk bilgisi

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

RGB renk modeli

#957EA8 color RGB value is (149,126,168).

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

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 126 of 255 = 49%
B 168 of 255 = 66%

149
126
168

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 126 + 168 = 443 (100%)
R 149 of 443 ~ 33.63%
G 126 of 443 ~ 28.44%
B 168 of 443 ~ 37.92%

%33.63
%28.44
%37.92

CMYK RENK MODELİ

#957EA8 rengi CMYK tonu (11,25,0,34).

  • camgöbeği tonu 11.31%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 34.12%
CMYK:
(11,25,0,34)
C11M25Y0K34 
(11%,25%,0%,34%)
(0.11/0.25/0.00/0.34)	

CMYK yüzdeleri

%11.31
%25
%0
%34.12

Codes

Color #957EA8 in popluar color models

957EA8
RGB149126168
HSL273°19.44%57.65%
HSB/HSV273°25.00%65.88%
CMYK11.31%25.00%0.00%
34.12%

Color #957EA8 in popluar number systems.

HEX957EA8
Decimal149126168
Binary10010101111111010101000
Octal225176250

Shades and tints

Shades of #957EA8

#957EA8
(149,126,168)
#887399
(136,115,153)
#7B688A
(123,104,138)
#6E5D7B
(110,93,123)
#61526C
(97,82,108)
#54475D
(84,71,93)
#473C4E
(71,60,78)
#3A313F
(58,49,63)
#2D2630
(45,38,48)
#201B21
(32,27,33)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #957EA8

#957EA8
(149,126,168)
#9E89AF
(158,137,175)
#A794B6
(167,148,182)
#B09FBD
(176,159,189)
#B9AAC4
(185,170,196)
#C2B5CB
(194,181,203)
#CBC0D2
(203,192,210)
#D4CBD9
(212,203,217)
#DDD6E0
(221,214,224)
#E6E1E7
(230,225,231)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957EA8; }

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

This text font color is #957EA8.


Background Color

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

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

This div background color is #957EA8.


Border color

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

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

This div border color is #957EA8.


Opacity

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

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

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

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

This text has shadow with #957EA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957EA8 on black background.


Color preview on white background

This text has color #957EA8 on white background.



Black color preview on #957EA8 background

This text has black color on #957EA8 background.


White color preview on #957EA8 background

This text has white color on #957EA8 background.