COLOR #959DD1

HEX: #959DD1
RGB: (149,157,209)

Renk bilgisi

#959DD1 contains mainly green and blue colors. #959DD1 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#959DD1 color RGB value is (149,157,209).

  • kırmız ton 149;
  • yeşil ton 157;
  • mavi ton 209.
RGB:
(149,157,209)
(58%,62%,82%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 157 of 255 = 62%
B 209 of 255 = 82%

149
157
209

R + G + B ~ 67%. #959DD1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 157 + 209 = 515 (100%)
R 149 of 515 ~ 28.93%
G 157 of 515 ~ 30.49%
B 209 of 515 ~ 40.58%

%28.93
%30.49
%40.58

CMYK RENK MODELİ

#959DD1 rengi CMYK tonu (29,25,0,18).

  • camgöbeği tonu 28.71%
  • eflatun tonu 24.88%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(29,25,0,18)
C29M25Y0K18 
(29%,25%,0%,18%)
(0.29/0.25/0.00/0.18)	

CMYK yüzdeleri

%28.71
%24.88
%0
%18.04

Codes

Color #959DD1 in popluar color models

959DD1
RGB149157209
HSL232°39.47%70.20%
HSB/HSV232°28.71%81.96%
CMYK28.71%24.88%0.00%
18.04%

Color #959DD1 in popluar number systems.

HEX959DD1
Decimal149157209
Binary100101011001110111010001
Octal225235321

Shades and tints

Shades of #959DD1

#959DD1
(149,157,209)
#888FBE
(136,143,190)
#7B81AB
(123,129,171)
#6E7398
(110,115,152)
#616585
(97,101,133)
#545772
(84,87,114)
#47495F
(71,73,95)
#3A3B4C
(58,59,76)
#2D2D39
(45,45,57)
#201F26
(32,31,38)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #959DD1

#959DD1
(149,157,209)
#9EA5D5
(158,165,213)
#A7ADD9
(167,173,217)
#B0B5DD
(176,181,221)
#B9BDE1
(185,189,225)
#C2C5E5
(194,197,229)
#CBCDE9
(203,205,233)
#D4D5ED
(212,213,237)
#DDDDF1
(221,221,241)
#E6E5F5
(230,229,245)
#EFEDF9
(239,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959DD1; }

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

This text font color is #959DD1.


Background Color

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

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

This div background color is #959DD1.


Border color

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

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

This div border color is #959DD1.


Opacity

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

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

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

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

This text has shadow with #959DD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959DD1 on black background.


Color preview on white background

This text has color #959DD1 on white background.



Black color preview on #959DD1 background

This text has black color on #959DD1 background.


White color preview on #959DD1 background

This text has white color on #959DD1 background.