COLOR #958FA5

HEX: #958FA5
RGB: (149,143,165)

Renk bilgisi

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

RGB renk modeli

#958FA5 color RGB value is (149,143,165).

  • kırmız ton 149;
  • yeşil ton 143;
  • mavi ton 165.
RGB:
(149,143,165)
(58%,56%,65%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 143 of 255 = 56%
B 165 of 255 = 65%

149
143
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 143 + 165 = 457 (100%)
R 149 of 457 ~ 32.6%
G 143 of 457 ~ 31.29%
B 165 of 457 ~ 36.11%

%32.6
%31.29
%36.11

CMYK RENK MODELİ

#958FA5 rengi CMYK tonu (10,13,0,35).

  • camgöbeği tonu 9.70%
  • eflatun tonu 13.33%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(10,13,0,35)
C10M13Y0K35 
(10%,13%,0%,35%)
(0.10/0.13/0.00/0.35)	

CMYK yüzdeleri

%9.7
%13.33
%0
%35.29

Codes

Color #958FA5 in popluar color models

958FA5
RGB149143165
HSL256°10.89%60.39%
HSB/HSV256°13.33%64.71%
CMYK9.70%13.33%0.00%
35.29%

Color #958FA5 in popluar number systems.

HEX958FA5
Decimal149143165
Binary100101011000111110100101
Octal225217245

Shades and tints

Shades of #958FA5

#958FA5
(149,143,165)
#888296
(136,130,150)
#7B7587
(123,117,135)
#6E6878
(110,104,120)
#615B69
(97,91,105)
#544E5A
(84,78,90)
#47414B
(71,65,75)
#3A343C
(58,52,60)
#2D272D
(45,39,45)
#201A1E
(32,26,30)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #958FA5

#958FA5
(149,143,165)
#9E99AD
(158,153,173)
#A7A3B5
(167,163,181)
#B0ADBD
(176,173,189)
#B9B7C5
(185,183,197)
#C2C1CD
(194,193,205)
#CBCBD5
(203,203,213)
#D4D5DD
(212,213,221)
#DDDFE5
(221,223,229)
#E6E9ED
(230,233,237)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958FA5 color. Also use rgb(149,143,165) instead hex code.

Text Font Color

.myTextColor { color: #958FA5; }

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

This text font color is #958FA5.


Background Color

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

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

This div background color is #958FA5.


Border color

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

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

This div border color is #958FA5.


Opacity

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

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

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

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

This text has shadow with #958FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958FA5 on black background.


Color preview on white background

This text has color #958FA5 on white background.



Black color preview on #958FA5 background

This text has black color on #958FA5 background.


White color preview on #958FA5 background

This text has white color on #958FA5 background.