COLOR #9690C4

HEX: #9690C4 RGB: (150,144,196)

Color info

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

RGB color model

#9690C4 color RGB value is (150,144,196).

RGB: (150,144,196) (59%, 56%, 77%)

RGB channels and saturation

R 150 of 255 = 59%
G 144 of 255 = 56%
B 196 of 255 = 77%

150
144
196

R + G + B ~ 64%. #9690C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 144 + 196 = 490 (100%)
R 150 of 490 ~ 30.61%
G 144 of 490 ~ 29.39%
B 196 of 490 ~ 40'%

%30.61
%29.39
%40

CMYK color model

#9690C4 color CMYK value is (23,27,0,23).

  • cyan value is 23.47%
  • magenta value is 26.53%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (23,27,0,23)
C23M27Y0K23 (23%, 27%, 0%, 23%)
(0.23 / 0.27 / 0.00 / 0.23)

CMYK percentages

%23.47
%26.53
%0
%23.14

Codes

Color #9690C4 in popluar color models

96 90 C4
RGB 150 144 196
HSL 247° 30.59% 66.67%
HSB/HSV 247° 26.53% 76.86%
CMYK 23.47% 26.53% 0.00%
23.14%

Color #9690C4 in popluar number systems.

HEX 96 90 C4
Decimal 150 144 196
Binary 10010110 10010000 11000100
Octal 226 220 304

Shades and tints

Shades of #9690C4

#9690C4
(150,144,196)
#8983B3
(137,131,179)
#7C76A2
(124,118,162)
#6F6991
(111,105,145)
#625C80
(98,92,128)
#554F6F
(85,79,111)
#48425E
(72,66,94)
#3B354D
(59,53,77)
#2E283C
(46,40,60)
#211B2B
(33,27,43)
#140E1A
(20,14,26)
#000000
(0,0,0)

Tints of #9690C4

#9690C4
(150,144,196)
#9F9AC9
(159,154,201)
#A8A4CE
(168,164,206)
#B1AED3
(177,174,211)
#BAB8D8
(186,184,216)
#C3C2DD
(195,194,221)
#CCCCE2
(204,204,226)
#D5D6E7
(213,214,231)
#DEE0EC
(222,224,236)
#E7EAF1
(231,234,241)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9690C4 color. Also use rgb(150,144,196) instead hex code.

Text Font Color

.myTextColor { color: #9690C4; }

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

This text font color is #9690C4.

Background Color

.myBgColor { background-color: #9690C4; }

<div style="background-color:#9690C4">Inner text</div>

This div background color is #9690C4.

Border color

.myBorderColor { border: 1px solid #9690C4; }

<div style="border:3px solid #9690C4">Div</div>

This div border color is #9690C4.

Opacity

.myOpacity80 { color: #9690C4; opacity: 0.8; }

<p style="color:#9690C4;opacity:0.8;">80%</p>

Text with #9690C4 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 #9690C4;}

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

This text has shadow with #9690C4 color.


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

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

This text has shadow with #9690C4 primary color and red secondary color.


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

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

This text has shadow with #9690C4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9690C4.

Preview

Color preview on black background

This text has color #9690C4 on black background.


Color preview on white background

This text has color #9690C4 on white background.


Black color preview on #9690C4 background

This text has black color on #9690C4 background.


White color preview on #9690C4 background

This text has white color on #9690C4 background.


Related colors

Complementary color

Complementary color for #hex is #696F3B.


I love getcolorcode.com

Triadic colors

1 #C49690 and #90C496 with #9690C4 are triadic colors.

2 #C49096 and #9096C4 with #9690C4 are triadic colors.