COLOR #957ED4

HEX: #957ED4
RGB: (149,126,212)

Renk bilgisi

#957ED4 contains mainly blue color. #957ED4 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#957ED4 color RGB value is (149,126,212).

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

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 126 of 255 = 49%
B 212 of 255 = 83%

149
126
212

R + G + B ~ 63%. #957ED4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 126 + 212 = 487 (100%)
R 149 of 487 ~ 30.6%
G 126 of 487 ~ 25.87%
B 212 of 487 ~ 43.53%

%30.6
%25.87
%43.53

CMYK RENK MODELİ

#957ED4 rengi CMYK tonu (30,41,0,17).

  • camgöbeği tonu 29.72%
  • eflatun tonu 40.57%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(30,41,0,17)
C30M41Y0K17 
(30%,41%,0%,17%)
(0.30/0.41/0.00/0.17)	

CMYK yüzdeleri

%29.72
%40.57
%0
%16.86

Codes

Color #957ED4 in popluar color models

957ED4
RGB149126212
HSL256°50.00%66.27%
HSB/HSV256°40.57%83.14%
CMYK29.72%40.57%0.00%
16.86%

Color #957ED4 in popluar number systems.

HEX957ED4
Decimal149126212
Binary10010101111111011010100
Octal225176324

Shades and tints

Shades of #957ED4

#957ED4
(149,126,212)
#8873C1
(136,115,193)
#7B68AE
(123,104,174)
#6E5D9B
(110,93,155)
#615288
(97,82,136)
#544775
(84,71,117)
#473C62
(71,60,98)
#3A314F
(58,49,79)
#2D263C
(45,38,60)
#201B29
(32,27,41)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #957ED4

#957ED4
(149,126,212)
#9E89D7
(158,137,215)
#A794DA
(167,148,218)
#B09FDD
(176,159,221)
#B9AAE0
(185,170,224)
#C2B5E3
(194,181,227)
#CBC0E6
(203,192,230)
#D4CBE9
(212,203,233)
#DDD6EC
(221,214,236)
#E6E1EF
(230,225,239)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957ED4; }

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

This text font color is #957ED4.


Background Color

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

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

This div background color is #957ED4.


Border color

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

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

This div border color is #957ED4.


Opacity

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

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

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

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

This text has shadow with #957ED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957ED4 on black background.


Color preview on white background

This text has color #957ED4 on white background.



Black color preview on #957ED4 background

This text has black color on #957ED4 background.


White color preview on #957ED4 background

This text has white color on #957ED4 background.