COLOR #969FCD

HEX: #969FCD RGB: (150,159,205)

Color info

#969FCD contains red, green and blue colors in about the same proportion. Web safe color of #969FCD is #9999CC (or #99C).

RGB color model

#969FCD color RGB value is (150,159,205).

RGB: (150,159,205) (59%, 62%, 80%)

RGB channels and saturation

R 150 of 255 = 59%
G 159 of 255 = 62%
B 205 of 255 = 80%

150
159
205

R + G + B ~ 67%. #969FCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 159 + 205 = 514 (100%)
R 150 of 514 ~ 29.18%
G 159 of 514 ~ 30.93%
B 205 of 514 ~ 39.88'%

%29.18
%30.93
%39.88

CMYK color model

#969FCD color CMYK value is (27,22,0,20).

  • cyan value is 26.83%
  • magenta value is 22.44%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (27,22,0,20) C27M22Y0K20 (27%,22%,0%,20%) (0.27/0.22/0.00/0.20) 

CMYK percentages

%26.83
%22.44
%0
%19.61

Codes

Color #969FCD in popluar color models

96 9F CD
RGB 150 159 205
HSL 230° 35.48% 69.61%
HSB/HSV 230° 26.83% 80.39%
CMYK 26.83% 22.44% 0.00%
19.61%

Color #969FCD in popluar number systems.

HEX 96 9F CD
Decimal 150 159 205
Binary 10010110 10011111 11001101
Octal 226 237 315

Shades and tints

Shades of #969FCD

#969FCD
(150,159,205)
#8991BB
(137,145,187)
#7C83A9
(124,131,169)
#6F7597
(111,117,151)
#626785
(98,103,133)
#555973
(85,89,115)
#484B61
(72,75,97)
#3B3D4F
(59,61,79)
#2E2F3D
(46,47,61)
#21212B
(33,33,43)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #969FCD

#969FCD
(150,159,205)
#9FA7D1
(159,167,209)
#A8AFD5
(168,175,213)
#B1B7D9
(177,183,217)
#BABFDD
(186,191,221)
#C3C7E1
(195,199,225)
#CCCFE5
(204,207,229)
#D5D7E9
(213,215,233)
#DEDFED
(222,223,237)
#E7E7F1
(231,231,241)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969FCD color. Also use rgb(150,159,205) instead hex code.

Text Font Color

.myTextColor { color: #969FCD; }

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

This text font color is #969FCD.

Background Color

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

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

This div background color is #969FCD.

Border color

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

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

This div border color is #969FCD.

Opacity

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

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

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

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

This text has shadow with #969FCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969FCD.

Preview

Color preview on black background

This text has color #969FCD on black background.


Color preview on white background

This text has color #969FCD on white background.


Black color preview on #969FCD background

This text has black color on #969FCD background.


White color preview on #969FCD background

This text has white color on #969FCD background.


Related colors

Complementary color

Complementary color for #hex is #696032.


I love getcolorcode.com

Triadic colors

1 #CD969F and #9FCD96 with #969FCD are triadic colors.

2 #CD9F96 and #9F96CD with #969FCD are triadic colors.