COLOR #958CB0

HEX: #958CB0
RGB: (149,140,176)

Renk bilgisi

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

RGB renk modeli

#958CB0 color RGB value is (149,140,176).

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

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 140 of 255 = 55%
B 176 of 255 = 69%

149
140
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 140 + 176 = 465 (100%)
R 149 of 465 ~ 32.04%
G 140 of 465 ~ 30.11%
B 176 of 465 ~ 37.85%

%32.04
%30.11
%37.85

CMYK RENK MODELİ

#958CB0 rengi CMYK tonu (15,20,0,31).

  • camgöbeği tonu 15.34%
  • eflatun tonu 20.45%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(15,20,0,31)
C15M20Y0K31 
(15%,20%,0%,31%)
(0.15/0.20/0.00/0.31)	

CMYK yüzdeleri

%15.34
%20.45
%0
%30.98

Codes

Color #958CB0 in popluar color models

958CB0
RGB149140176
HSL255°18.56%61.96%
HSB/HSV255°20.45%69.02%
CMYK15.34%20.45%0.00%
30.98%

Color #958CB0 in popluar number systems.

HEX958CB0
Decimal149140176
Binary100101011000110010110000
Octal225214260

Shades and tints

Shades of #958CB0

#958CB0
(149,140,176)
#8880A0
(136,128,160)
#7B7490
(123,116,144)
#6E6880
(110,104,128)
#615C70
(97,92,112)
#545060
(84,80,96)
#474450
(71,68,80)
#3A3840
(58,56,64)
#2D2C30
(45,44,48)
#202020
(32,32,32)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #958CB0

#958CB0
(149,140,176)
#9E96B7
(158,150,183)
#A7A0BE
(167,160,190)
#B0AAC5
(176,170,197)
#B9B4CC
(185,180,204)
#C2BED3
(194,190,211)
#CBC8DA
(203,200,218)
#D4D2E1
(212,210,225)
#DDDCE8
(221,220,232)
#E6E6EF
(230,230,239)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958CB0; }

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

This text font color is #958CB0.


Background Color

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

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

This div background color is #958CB0.


Border color

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

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

This div border color is #958CB0.


Opacity

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

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

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

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

This text has shadow with #958CB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958CB0 on black background.


Color preview on white background

This text has color #958CB0 on white background.



Black color preview on #958CB0 background

This text has black color on #958CB0 background.


White color preview on #958CB0 background

This text has white color on #958CB0 background.