COLOR #958CB5

HEX: #958CB5
RGB: (149,140,181)

Renk bilgisi

#958CB5 contains red, green and blue colors in about the same proportion. #958CB5 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#958CB5 color RGB value is (149,140,181).

  • kırmız ton 149;
  • yeşil ton 140;
  • mavi ton 181.
RGB:
(149,140,181)
(58%,55%,71%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 140 of 255 = 55%
B 181 of 255 = 71%

149
140
181

R + G + B ~ 61%. #958CB5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 140 + 181 = 470 (100%)
R 149 of 470 ~ 31.7%
G 140 of 470 ~ 29.79%
B 181 of 470 ~ 38.51%

%31.7
%29.79
%38.51

CMYK RENK MODELİ

#958CB5 rengi CMYK tonu (18,23,0,29).

  • camgöbeği tonu 17.68%
  • eflatun tonu 22.65%
  • sarı tonu 0.00%
  • ana renk tonu 29.02%
CMYK:
(18,23,0,29)
C18M23Y0K29 
(18%,23%,0%,29%)
(0.18/0.23/0.00/0.29)	

CMYK yüzdeleri

%17.68
%22.65
%0
%29.02

Codes

Color #958CB5 in popluar color models

958CB5
RGB149140181
HSL253°21.69%62.94%
HSB/HSV253°22.65%70.98%
CMYK17.68%22.65%0.00%
29.02%

Color #958CB5 in popluar number systems.

HEX958CB5
Decimal149140181
Binary100101011000110010110101
Octal225214265

Shades and tints

Shades of #958CB5

#958CB5
(149,140,181)
#8880A5
(136,128,165)
#7B7495
(123,116,149)
#6E6885
(110,104,133)
#615C75
(97,92,117)
#545065
(84,80,101)
#474455
(71,68,85)
#3A3845
(58,56,69)
#2D2C35
(45,44,53)
#202025
(32,32,37)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #958CB5

#958CB5
(149,140,181)
#9E96BB
(158,150,187)
#A7A0C1
(167,160,193)
#B0AAC7
(176,170,199)
#B9B4CD
(185,180,205)
#C2BED3
(194,190,211)
#CBC8D9
(203,200,217)
#D4D2DF
(212,210,223)
#DDDCE5
(221,220,229)
#E6E6EB
(230,230,235)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958CB5 color. Also use rgb(149,140,181) instead hex code.

Text Font Color

.myTextColor { color: #958CB5; }

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

This text font color is #958CB5.


Background Color

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

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

This div background color is #958CB5.


Border color

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

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

This div border color is #958CB5.


Opacity

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

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

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

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

This text has shadow with #958CB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958CB5 on black background.


Color preview on white background

This text has color #958CB5 on white background.



Black color preview on #958CB5 background

This text has black color on #958CB5 background.


White color preview on #958CB5 background

This text has white color on #958CB5 background.