COLOR #9997EA

HEX: #9997EA RGB: (153,151,234)

Color info

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

RGB color model

#9997EA color RGB value is (153,151,234).

RGB: (153,151,234) (60%, 59%, 92%)

RGB channels and saturation

R 153 of 255 = 60%
G 151 of 255 = 59%
B 234 of 255 = 92%

153
151
234

R + G + B ~ 70%. #9997EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 151 + 234 = 538 (100%)
R 153 of 538 ~ 28.44%
G 151 of 538 ~ 28.07%
B 234 of 538 ~ 43.49'%

%28.44
%28.07
%43.49

CMYK color model

#9997EA color CMYK value is (35,35,0,8).

  • cyan value is 34.62%
  • magenta value is 35.47%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (35,35,0,8) C35M35Y0K8 (35%,35%,0%,8%) (0.35/0.35/0.00/0.08) 

CMYK percentages

%34.62
%35.47
%0
%8.24

Codes

Color #9997EA in popluar color models

99 97 EA
RGB 153 151 234
HSL 241° 66.40% 75.49%
HSB/HSV 241° 35.47% 91.76%
CMYK 34.62% 35.47% 0.00%
8.24%

Color #9997EA in popluar number systems.

HEX 99 97 EA
Decimal 153 151 234
Binary 10011001 10010111 11101010
Octal 231 227 352

Shades and tints

Shades of #9997EA

#9997EA
(153,151,234)
#8C8AD5
(140,138,213)
#7F7DC0
(127,125,192)
#7270AB
(114,112,171)
#656396
(101,99,150)
#585681
(88,86,129)
#4B496C
(75,73,108)
#3E3C57
(62,60,87)
#312F42
(49,47,66)
#24222D
(36,34,45)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #9997EA

#9997EA
(153,151,234)
#A2A0EB
(162,160,235)
#ABA9EC
(171,169,236)
#B4B2ED
(180,178,237)
#BDBBEE
(189,187,238)
#C6C4EF
(198,196,239)
#CFCDF0
(207,205,240)
#D8D6F1
(216,214,241)
#E1DFF2
(225,223,242)
#EAE8F3
(234,232,243)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9997EA color. Also use rgb(153,151,234) instead hex code.

Text Font Color

.myTextColor { color: #9997EA; }

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

This text font color is #9997EA.

Background Color

.myBgColor { background-color: #9997EA; }

<div style="background-color:#9997EA">Inner text</div>

This div background color is #9997EA.

Border color

.myBorderColor { border: 1px solid #9997EA; }

<div style="border:3px solid #9997EA">Div</div>

This div border color is #9997EA.

Opacity

.myOpacity80 { color: #9997EA; opacity: 0.8; }

<p style="color:#9997EA;opacity:0.8;">80%</p>

Text with #9997EA 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 #9997EA;}

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

This text has shadow with #9997EA color.


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

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

This text has shadow with #9997EA primary color and red secondary color.


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

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

This text has shadow with #9997EA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9997EA.

Preview

Color preview on black background

This text has color #9997EA on black background.


Color preview on white background

This text has color #9997EA on white background.


Black color preview on #9997EA background

This text has black color on #9997EA background.


White color preview on #9997EA background

This text has white color on #9997EA background.


Related colors

Complementary color

Complementary color for #hex is #666815.


I love getcolorcode.com

Triadic colors

1 #EA9997 and #97EA99 with #9997EA are triadic colors.

2 #EA9799 and #9799EA with #9997EA are triadic colors.