COLOR #958CB6

HEX: #958CB6
RGB: (149,140,182)

Renk bilgisi

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

RGB renk modeli

#958CB6 color RGB value is (149,140,182).

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

RGB bağlantıları ve doygunluk

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

149
140
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 140 + 182 = 471 (100%)
R 149 of 471 ~ 31.63%
G 140 of 471 ~ 29.72%
B 182 of 471 ~ 38.64%

%31.63
%29.72
%38.64

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%18.13
%23.08
%0
%28.63

Codes

Color #958CB6 in popluar color models

958CB6
RGB149140182
HSL253°22.34%63.14%
HSB/HSV253°23.08%71.37%
CMYK18.13%23.08%0.00%
28.63%

Color #958CB6 in popluar number systems.

HEX958CB6
Decimal149140182
Binary100101011000110010110110
Octal225214266

Shades and tints

Shades of #958CB6

#958CB6
(149,140,182)
#8880A6
(136,128,166)
#7B7496
(123,116,150)
#6E6886
(110,104,134)
#615C76
(97,92,118)
#545066
(84,80,102)
#474456
(71,68,86)
#3A3846
(58,56,70)
#2D2C36
(45,44,54)
#202026
(32,32,38)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #958CB6

#958CB6
(149,140,182)
#9E96BC
(158,150,188)
#A7A0C2
(167,160,194)
#B0AAC8
(176,170,200)
#B9B4CE
(185,180,206)
#C2BED4
(194,190,212)
#CBC8DA
(203,200,218)
#D4D2E0
(212,210,224)
#DDDCE6
(221,220,230)
#E6E6EC
(230,230,236)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958CB6; }

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

This text font color is #958CB6.


Background Color

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

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

This div background color is #958CB6.


Border color

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

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

This div border color is #958CB6.


Opacity

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

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

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

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

This text has shadow with #958CB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958CB6 on black background.


Color preview on white background

This text has color #958CB6 on white background.



Black color preview on #958CB6 background

This text has black color on #958CB6 background.


White color preview on #958CB6 background

This text has white color on #958CB6 background.