COLOR #959CC0

HEX: #959CC0
RGB: (149,156,192)

Renk bilgisi

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

RGB renk modeli

#959CC0 color RGB value is (149,156,192).

  • kırmız ton 149;
  • yeşil ton 156;
  • mavi ton 192.
RGB:
(149,156,192)
(58%,61%,75%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 156 of 255 = 61%
B 192 of 255 = 75%

149
156
192

R + G + B ~ 65%. #959CC0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 156 + 192 = 497 (100%)
R 149 of 497 ~ 29.98%
G 156 of 497 ~ 31.39%
B 192 of 497 ~ 38.63%

%29.98
%31.39
%38.63

CMYK RENK MODELİ

#959CC0 rengi CMYK tonu (22,19,0,25).

  • camgöbeği tonu 22.40%
  • eflatun tonu 18.75%
  • sarı tonu 0.00%
  • ana renk tonu 24.71%
CMYK:
(22,19,0,25)
C22M19Y0K25 
(22%,19%,0%,25%)
(0.22/0.19/0.00/0.25)	

CMYK yüzdeleri

%22.4
%18.75
%0
%24.71

Codes

Color #959CC0 in popluar color models

959CC0
RGB149156192
HSL230°25.44%66.86%
HSB/HSV230°22.40%75.29%
CMYK22.40%18.75%0.00%
24.71%

Color #959CC0 in popluar number systems.

HEX959CC0
Decimal149156192
Binary100101011001110011000000
Octal225234300

Shades and tints

Shades of #959CC0

#959CC0
(149,156,192)
#888EAF
(136,142,175)
#7B809E
(123,128,158)
#6E728D
(110,114,141)
#61647C
(97,100,124)
#54566B
(84,86,107)
#47485A
(71,72,90)
#3A3A49
(58,58,73)
#2D2C38
(45,44,56)
#201E27
(32,30,39)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #959CC0

#959CC0
(149,156,192)
#9EA5C5
(158,165,197)
#A7AECA
(167,174,202)
#B0B7CF
(176,183,207)
#B9C0D4
(185,192,212)
#C2C9D9
(194,201,217)
#CBD2DE
(203,210,222)
#D4DBE3
(212,219,227)
#DDE4E8
(221,228,232)
#E6EDED
(230,237,237)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959CC0 color. Also use rgb(149,156,192) instead hex code.

Text Font Color

.myTextColor { color: #959CC0; }

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

This text font color is #959CC0.


Background Color

.myBgColor { background-color: #959CC0; }

<div style="background-color:#959CC0">Inner text</div>

This div background color is #959CC0.


Border color

.myBorderColor { border: 1px solid #959CC0; }

<div style="border:3px solid #959CC0">Div</div>

This div border color is #959CC0.


Opacity

.myOpacity80 { color: #959CC0; opacity: 0.8; }

<p style="color:#959CC0;opacity:0.8;">80%</p>

Text with #959CC0 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 #959CC0;}

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

This text has shadow with #959CC0 color.

.textShadow {text-shadow: 3px 3px 1px #959CC0, 3px 3px 1px red;}

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

This text has shadow with #959CC0 primary color and red secondary color.


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

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

This text has shadow with #959CC0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959CC0 on black background.


Color preview on white background

This text has color #959CC0 on white background.



Black color preview on #959CC0 background

This text has black color on #959CC0 background.


White color preview on #959CC0 background

This text has white color on #959CC0 background.