COLOR #958BA4

HEX: #958BA4
RGB: (149,139,164)

Renk bilgisi

#958BA4 contains red, green and blue colors in about the same proportion. #958BA4 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#958BA4 color RGB value is (149,139,164).

  • kırmız ton 149;
  • yeşil ton 139;
  • mavi ton 164.
RGB:
(149,139,164)
(58%,55%,64%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 139 of 255 = 55%
B 164 of 255 = 64%

149
139
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 139 + 164 = 452 (100%)
R 149 of 452 ~ 32.96%
G 139 of 452 ~ 30.75%
B 164 of 452 ~ 36.28%

%32.96
%30.75
%36.28

CMYK RENK MODELİ

#958BA4 rengi CMYK tonu (9,15,0,36).

  • camgöbeği tonu 9.15%
  • eflatun tonu 15.24%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(9,15,0,36)
C9M15Y0K36 
(9%,15%,0%,36%)
(0.09/0.15/0.00/0.36)	

CMYK yüzdeleri

%9.15
%15.24
%0
%35.69

Codes

Color #958BA4 in popluar color models

958BA4
RGB149139164
HSL264°12.08%59.41%
HSB/HSV264°15.24%64.31%
CMYK9.15%15.24%0.00%
35.69%

Color #958BA4 in popluar number systems.

HEX958BA4
Decimal149139164
Binary100101011000101110100100
Octal225213244

Shades and tints

Shades of #958BA4

#958BA4
(149,139,164)
#887F96
(136,127,150)
#7B7388
(123,115,136)
#6E677A
(110,103,122)
#615B6C
(97,91,108)
#544F5E
(84,79,94)
#474350
(71,67,80)
#3A3742
(58,55,66)
#2D2B34
(45,43,52)
#201F26
(32,31,38)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #958BA4

#958BA4
(149,139,164)
#9E95AC
(158,149,172)
#A79FB4
(167,159,180)
#B0A9BC
(176,169,188)
#B9B3C4
(185,179,196)
#C2BDCC
(194,189,204)
#CBC7D4
(203,199,212)
#D4D1DC
(212,209,220)
#DDDBE4
(221,219,228)
#E6E5EC
(230,229,236)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958BA4 color. Also use rgb(149,139,164) instead hex code.

Text Font Color

.myTextColor { color: #958BA4; }

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

This text font color is #958BA4.


Background Color

.myBgColor { background-color: #958BA4; }

<div style="background-color:#958BA4">Inner text</div>

This div background color is #958BA4.


Border color

.myBorderColor { border: 1px solid #958BA4; }

<div style="border:3px solid #958BA4">Div</div>

This div border color is #958BA4.


Opacity

.myOpacity80 { color: #958BA4; opacity: 0.8; }

<p style="color:#958BA4;opacity:0.8;">80%</p>

Text with #958BA4 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 #958BA4;}

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

This text has shadow with #958BA4 color.

.textShadow {text-shadow: 3px 3px 1px #958BA4, 3px 3px 1px red;}

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

This text has shadow with #958BA4 primary color and red secondary color.


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

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

This text has shadow with #958BA4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958BA4 on black background.


Color preview on white background

This text has color #958BA4 on white background.



Black color preview on #958BA4 background

This text has black color on #958BA4 background.


White color preview on #958BA4 background

This text has white color on #958BA4 background.