COLOR #969CC6

HEX: #969CC6 RGB: (150,156,198)

Renk bilgisi

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

RGB renk modeli

#969CC6 color RGB value is (150,156,198).

RGB: (150,156,198) (59%, 61%, 78%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 156 of 255 = 61%
B 198 of 255 = 78%

150
156
198

R + G + B ~ 66%. #969CC6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 150 + 156 + 198 = 504 (100%)
R 150 of 504 ~ 29.76%
G 156 of 504 ~ 30.95%
B 198 of 504 ~ 39.29'%

%29.76
%30.95
%39.29

CMYK RENK MODELİ

#969CC6 rengi CMYK tonu (24,21,0,22).

  • camgöbeği tonu 24.24%
  • eflatun tonu 21.21%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%

CMYK: (24,21,0,22)
C24M21Y0K22 (24%, 21%, 0%, 22%)
(0.24 / 0.21 / 0.00 / 0.22)

CMYK yüzdeleri

%24.24
%21.21
%0
%22.35

Codes

Color #969CC6 in popluar color models

96 9C C6
RGB 150 156 198
HSL 233° 29.63% 68.24%
HSB/HSV 233° 24.24% 77.65%
CMYK 24.24% 21.21% 0.00%
22.35%

Color #969CC6 in popluar number systems.

HEX 96 9C C6
Decimal 150 156 198
Binary 10010110 10011100 11000110
Octal 226 234 306

Shades and tints

Shades of #969CC6

#969CC6
(150,156,198)
#898EB4
(137,142,180)
#7C80A2
(124,128,162)
#6F7290
(111,114,144)
#62647E
(98,100,126)
#55566C
(85,86,108)
#48485A
(72,72,90)
#3B3A48
(59,58,72)
#2E2C36
(46,44,54)
#211E24
(33,30,36)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #969CC6

#969CC6
(150,156,198)
#9FA5CB
(159,165,203)
#A8AED0
(168,174,208)
#B1B7D5
(177,183,213)
#BAC0DA
(186,192,218)
#C3C9DF
(195,201,223)
#CCD2E4
(204,210,228)
#D5DBE9
(213,219,233)
#DEE4EE
(222,228,238)
#E7EDF3
(231,237,243)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969CC6 color. Also use rgb(150,156,198) instead hex code.

Text Font Color

.myTextColor { color: #969CC6; }

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

This text font color is #969CC6.

Background Color

.myBgColor { background-color: #969CC6; }

<div style="background-color:#969CC6">Inner text</div>

This div background color is #969CC6.

Border color

.myBorderColor { border: 1px solid #969CC6; }

<div style="border:3px solid #969CC6">Div</div>

This div border color is #969CC6.

Opacity

.myOpacity80 { color: #969CC6; opacity: 0.8; }

<p style="color:#969CC6;opacity:0.8;">80%</p>

Text with #969CC6 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 #969CC6;}

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

This text has shadow with #969CC6 color.


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

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

This text has shadow with #969CC6 primary color and red secondary color.


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

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

This text has shadow with #969CC6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #969CC6.

Preview

Color preview on black background

This text has color #969CC6 on black background.


Color preview on white background

This text has color #969CC6 on white background.


Black color preview on #969CC6 background

This text has black color on #969CC6 background.


White color preview on #969CC6 background

This text has white color on #969CC6 background.


Related colors

Complementary color

Complementary color for #hex is #696339.


I love getcolorcode.com

Triadic colors

1 #C6969C and #9CC696 with #969CC6 are triadic colors.

2 #C69C96 and #9C96C6 with #969CC6 are triadic colors.