COLOR #957EAE

HEX: #957EAE
RGB: (149,126,174)

Renk bilgisi

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

RGB renk modeli

#957EAE color RGB value is (149,126,174).

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

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 126 of 255 = 49%
B 174 of 255 = 68%

149
126
174

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 126 + 174 = 449 (100%)
R 149 of 449 ~ 33.18%
G 126 of 449 ~ 28.06%
B 174 of 449 ~ 38.75%

%33.18
%28.06
%38.75

CMYK RENK MODELİ

#957EAE rengi CMYK tonu (14,28,0,32).

  • camgöbeği tonu 14.37%
  • eflatun tonu 27.59%
  • sarı tonu 0.00%
  • ana renk tonu 31.76%
CMYK:
(14,28,0,32)
C14M28Y0K32 
(14%,28%,0%,32%)
(0.14/0.28/0.00/0.32)	

CMYK yüzdeleri

%14.37
%27.59
%0
%31.76

Codes

Color #957EAE in popluar color models

957EAE
RGB149126174
HSL269°22.86%58.82%
HSB/HSV269°27.59%68.24%
CMYK14.37%27.59%0.00%
31.76%

Color #957EAE in popluar number systems.

HEX957EAE
Decimal149126174
Binary10010101111111010101110
Octal225176256

Shades and tints

Shades of #957EAE

#957EAE
(149,126,174)
#88739F
(136,115,159)
#7B6890
(123,104,144)
#6E5D81
(110,93,129)
#615272
(97,82,114)
#544763
(84,71,99)
#473C54
(71,60,84)
#3A3145
(58,49,69)
#2D2636
(45,38,54)
#201B27
(32,27,39)
#131018
(19,16,24)
#000000
(0,0,0)

Tints of #957EAE

#957EAE
(149,126,174)
#9E89B5
(158,137,181)
#A794BC
(167,148,188)
#B09FC3
(176,159,195)
#B9AACA
(185,170,202)
#C2B5D1
(194,181,209)
#CBC0D8
(203,192,216)
#D4CBDF
(212,203,223)
#DDD6E6
(221,214,230)
#E6E1ED
(230,225,237)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957EAE; }

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

This text font color is #957EAE.


Background Color

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

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

This div background color is #957EAE.


Border color

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

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

This div border color is #957EAE.


Opacity

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

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

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

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

This text has shadow with #957EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957EAE on black background.


Color preview on white background

This text has color #957EAE on white background.



Black color preview on #957EAE background

This text has black color on #957EAE background.


White color preview on #957EAE background

This text has white color on #957EAE background.