COLOR #9699EF

HEX: #9699EF RGB: (150,153,239)

Color info

#9699EF contains mainly blue color. Web safe color of #9699EF is #9999FF (or #99F).

RGB color model

#9699EF color RGB value is (150,153,239).

RGB: (150,153,239) (59%, 60%, 94%)

RGB channels and saturation

R 150 of 255 = 59%
G 153 of 255 = 60%
B 239 of 255 = 94%

150
153
239

R + G + B ~ 71%. #9699EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 153 + 239 = 542 (100%)
R 150 of 542 ~ 27.68%
G 153 of 542 ~ 28.23%
B 239 of 542 ~ 44.1'%

%27.68
%28.23
%44.1

CMYK color model

#9699EF color CMYK value is (37,36,0,6).

  • cyan value is 37.24%
  • magenta value is 35.98%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (37,36,0,6)
C37M36Y0K6 (37%, 36%, 0%, 6%)
(0.37 / 0.36 / 0.00 / 0.06)

CMYK percentages

%37.24
%35.98
%0
%6.27

Codes

Color #9699EF in popluar color models

96 99 EF
RGB 150 153 239
HSL 238° 73.55% 76.27%
HSB/HSV 238° 37.24% 93.73%
CMYK 37.24% 35.98% 0.00%
6.27%

Color #9699EF in popluar number systems.

HEX 96 99 EF
Decimal 150 153 239
Binary 10010110 10011001 11101111
Octal 226 231 357

Shades and tints

Shades of #9699EF

#9699EF
(150,153,239)
#898CDA
(137,140,218)
#7C7FC5
(124,127,197)
#6F72B0
(111,114,176)
#62659B
(98,101,155)
#555886
(85,88,134)
#484B71
(72,75,113)
#3B3E5C
(59,62,92)
#2E3147
(46,49,71)
#212432
(33,36,50)
#14171D
(20,23,29)
#000000
(0,0,0)

Tints of #9699EF

#9699EF
(150,153,239)
#9FA2F0
(159,162,240)
#A8ABF1
(168,171,241)
#B1B4F2
(177,180,242)
#BABDF3
(186,189,243)
#C3C6F4
(195,198,244)
#CCCFF5
(204,207,245)
#D5D8F6
(213,216,246)
#DEE1F7
(222,225,247)
#E7EAF8
(231,234,248)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9699EF; }

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

This text font color is #9699EF.

Background Color

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

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

This div background color is #9699EF.

Border color

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

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

This div border color is #9699EF.

Opacity

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

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

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

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

This text has shadow with #9699EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9699EF.

Preview

Color preview on black background

This text has color #9699EF on black background.


Color preview on white background

This text has color #9699EF on white background.


Black color preview on #9699EF background

This text has black color on #9699EF background.


White color preview on #9699EF background

This text has white color on #9699EF background.


Related colors

Complementary color

Complementary color for #hex is #696610.


I love getcolorcode.com

Triadic colors

1 #EF9699 and #99EF96 with #9699EF are triadic colors.

2 #EF9996 and #9996EF with #9699EF are triadic colors.