COLOR #959EEF

HEX: #959EEF
RGB: (149,158,239)

Renk bilgisi

#959EEF contains mainly blue color. #959EEF ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#959EEF color RGB value is (149,158,239).

  • kırmız ton 149;
  • yeşil ton 158;
  • mavi ton 239.
RGB:
(149,158,239)
(58%,62%,94%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 158 of 255 = 62%
B 239 of 255 = 94%

149
158
239

R + G + B ~ 71%. #959EEF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 158 + 239 = 546 (100%)
R 149 of 546 ~ 27.29%
G 158 of 546 ~ 28.94%
B 239 of 546 ~ 43.77%

%27.29
%28.94
%43.77

CMYK RENK MODELİ

#959EEF rengi CMYK tonu (38,34,0,6).

  • camgöbeği tonu 37.66%
  • eflatun tonu 33.89%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(38,34,0,6)
C38M34Y0K6 
(38%,34%,0%,6%)
(0.38/0.34/0.00/0.06)	

CMYK yüzdeleri

%37.66
%33.89
%0
%6.27

Codes

Color #959EEF in popluar color models

959EEF
RGB149158239
HSL234°73.77%76.08%
HSB/HSV234°37.66%93.73%
CMYK37.66%33.89%0.00%
6.27%

Color #959EEF in popluar number systems.

HEX959EEF
Decimal149158239
Binary100101011001111011101111
Octal225236357

Shades and tints

Shades of #959EEF

#959EEF
(149,158,239)
#8890DA
(136,144,218)
#7B82C5
(123,130,197)
#6E74B0
(110,116,176)
#61669B
(97,102,155)
#545886
(84,88,134)
#474A71
(71,74,113)
#3A3C5C
(58,60,92)
#2D2E47
(45,46,71)
#202032
(32,32,50)
#13121D
(19,18,29)
#000000
(0,0,0)

Tints of #959EEF

#959EEF
(149,158,239)
#9EA6F0
(158,166,240)
#A7AEF1
(167,174,241)
#B0B6F2
(176,182,242)
#B9BEF3
(185,190,243)
#C2C6F4
(194,198,244)
#CBCEF5
(203,206,245)
#D4D6F6
(212,214,246)
#DDDEF7
(221,222,247)
#E6E6F8
(230,230,248)
#EFEEF9
(239,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959EEF color. Also use rgb(149,158,239) instead hex code.

Text Font Color

.myTextColor { color: #959EEF; }

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

This text font color is #959EEF.


Background Color

.myBgColor { background-color: #959EEF; }

<div style="background-color:#959EEF">Inner text</div>

This div background color is #959EEF.


Border color

.myBorderColor { border: 1px solid #959EEF; }

<div style="border:3px solid #959EEF">Div</div>

This div border color is #959EEF.


Opacity

.myOpacity80 { color: #959EEF; opacity: 0.8; }

<p style="color:#959EEF;opacity:0.8;">80%</p>

Text with #959EEF 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 #959EEF;}

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

This text has shadow with #959EEF color.

.textShadow {text-shadow: 3px 3px 1px #959EEF, 3px 3px 1px red;}

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

This text has shadow with #959EEF primary color and red secondary color.


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

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

This text has shadow with #959EEF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959EEF on black background.


Color preview on white background

This text has color #959EEF on white background.



Black color preview on #959EEF background

This text has black color on #959EEF background.


White color preview on #959EEF background

This text has white color on #959EEF background.