COLOR #959DC5

HEX: #959DC5 RGB: (149,157,197)

Renk bilgisi

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

RGB renk modeli

#959DC5 color RGB value is (149,157,197).

RGB: (149,157,197) (58%, 62%, 77%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 157 of 255 = 62%
B 197 of 255 = 77%

149
157
197

R + G + B ~ 66%. #959DC5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 149 + 157 + 197 = 503 (100%)
R 149 of 503 ~ 29.62%
G 157 of 503 ~ 31.21%
B 197 of 503 ~ 39.17'%

%29.62
%31.21
%39.17

CMYK RENK MODELİ

#959DC5 rengi CMYK tonu (24,20,0,23).

  • camgöbeği tonu 24.37%
  • eflatun tonu 20.30%
  • sarı tonu 0.00%
  • ana renk tonu 22.75%

CMYK: (24,20,0,23)
C24M20Y0K23 (24%, 20%, 0%, 23%)
(0.24 / 0.20 / 0.00 / 0.23)

CMYK yüzdeleri

%24.37
%20.3
%0
%22.75

Codes

Color #959DC5 in popluar color models

95 9D C5
RGB 149 157 197
HSL 230° 29.27% 67.84%
HSB/HSV 230° 24.37% 77.25%
CMYK 24.37% 20.30% 0.00%
22.75%

Color #959DC5 in popluar number systems.

HEX 95 9D C5
Decimal 149 157 197
Binary 10010101 10011101 11000101
Octal 225 235 305

Shades and tints

Shades of #959DC5

#959DC5
(149,157,197)
#888FB4
(136,143,180)
#7B81A3
(123,129,163)
#6E7392
(110,115,146)
#616581
(97,101,129)
#545770
(84,87,112)
#47495F
(71,73,95)
#3A3B4E
(58,59,78)
#2D2D3D
(45,45,61)
#201F2C
(32,31,44)
#13111B
(19,17,27)
#000000
(0,0,0)

Tints of #959DC5

#959DC5
(149,157,197)
#9EA5CA
(158,165,202)
#A7ADCF
(167,173,207)
#B0B5D4
(176,181,212)
#B9BDD9
(185,189,217)
#C2C5DE
(194,197,222)
#CBCDE3
(203,205,227)
#D4D5E8
(212,213,232)
#DDDDED
(221,221,237)
#E6E5F2
(230,229,242)
#EFEDF7
(239,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959DC5 color. Also use rgb(149,157,197) instead hex code.

Text Font Color

.myTextColor { color: #959DC5; }

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

This text font color is #959DC5.

Background Color

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

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

This div background color is #959DC5.

Border color

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

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

This div border color is #959DC5.

Opacity

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

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

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

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

This text has shadow with #959DC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #959DC5.

Preview

Color preview on black background

This text has color #959DC5 on black background.


Color preview on white background

This text has color #959DC5 on white background.


Black color preview on #959DC5 background

This text has black color on #959DC5 background.


White color preview on #959DC5 background

This text has white color on #959DC5 background.


Related colors

Complementary color

Complementary color for #hex is #6A623A.


I love getcolorcode.com

Triadic colors

1 #C5959D and #9DC595 with #959DC5 are triadic colors.

2 #C59D95 and #9D95C5 with #959DC5 are triadic colors.