COLOR #9699C5

HEX: #9699C5
RGB: (150,153,197)

Color info

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

RGB color model

#9699C5 color RGB value is (150,153,197).

  • red value is 150;
  • green value is 153;
  • blue value is 197.
RGB:
(150,153,197)
(59%,60%,77%)

RGB channels and saturation

R 150 of 255 = 59%
G 153 of 255 = 60%
B 197 of 255 = 77%

150
153
197

R + G + B ~ 65%. #9699C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 153 + 197 = 500 (100%)
R 150 of 500 ~ 30%
G 153 of 500 ~ 30.6%
B 197 of 500 ~ 39.4%

%30
%30.6
%39.4

CMYK color model

#9699C5 color CMYK value is (24,22,0,23).

  • cyan value is 23.86%
  • magenta value is 22.34%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(24,22,0,23)
C24M22Y0K23 
(24%,22%,0%,23%)
(0.24/0.22/0.00/0.23)	

CMYK percentages

%23.86
%22.34
%0
%22.75

Codes

Color #9699C5 in popluar color models

9699C5
RGB150153197
HSL236°28.83%68.04%
HSB/HSV236°23.86%77.25%
CMYK23.86%22.34%0.00%
22.75%

Color #9699C5 in popluar number systems.

HEX9699C5
Decimal150153197
Binary100101101001100111000101
Octal226231305

Shades and tints

Shades of #9699C5

#9699C5
(150,153,197)
#898CB4
(137,140,180)
#7C7FA3
(124,127,163)
#6F7292
(111,114,146)
#626581
(98,101,129)
#555870
(85,88,112)
#484B5F
(72,75,95)
#3B3E4E
(59,62,78)
#2E313D
(46,49,61)
#21242C
(33,36,44)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #9699C5

#9699C5
(150,153,197)
#9FA2CA
(159,162,202)
#A8ABCF
(168,171,207)
#B1B4D4
(177,180,212)
#BABDD9
(186,189,217)
#C3C6DE
(195,198,222)
#CCCFE3
(204,207,227)
#D5D8E8
(213,216,232)
#DEE1ED
(222,225,237)
#E7EAF2
(231,234,242)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9699C5 color. Also use rgb(150,153,197) instead hex code.

Text Font Color

.myTextColor { color: #9699C5; }

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

This text font color is #9699C5.


Background Color

.myBgColor { background-color: #9699C5; }

<div style="background-color:#9699C5">Inner text</div>

This div background color is #9699C5.


Border color

.myBorderColor { border: 1px solid #9699C5; }

<div style="border:3px solid #9699C5">Div</div>

This div border color is #9699C5.


Opacity

.myOpacity80 { color: #9699C5; opacity: 0.8; }

<p style="color:#9699C5;opacity:0.8;">80%</p>

Text with #9699C5 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 #9699C5;}

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

This text has shadow with #9699C5 color.

.textShadow {text-shadow: 3px 3px 1px #9699C5, 3px 3px 1px red;}

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

This text has shadow with #9699C5 primary color and red secondary color.


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

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

This text has shadow with #9699C5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9699C5 on black background.


Color preview on white background

This text has color #9699C5 on white background.



Black color preview on #9699C5 background

This text has black color on #9699C5 background.


White color preview on #9699C5 background

This text has white color on #9699C5 background.