COLOR #9997BE

HEX: #9997BE
RGB: (153,151,190)

Color info

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

RGB color model

#9997BE color RGB value is (153,151,190).

  • red value is 153;
  • green value is 151;
  • blue value is 190.
RGB:
(153,151,190)
(60%,59%,75%)

RGB channels and saturation

R 153 of 255 = 60%
G 151 of 255 = 59%
B 190 of 255 = 75%

153
151
190

R + G + B ~ 65%. #9997BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 151 + 190 = 494 (100%)
R 153 of 494 ~ 30.97%
G 151 of 494 ~ 30.57%
B 190 of 494 ~ 38.46%

%30.97
%30.57
%38.46

CMYK color model

#9997BE color CMYK value is (19,21,0,25).

  • cyan value is 19.47%
  • magenta value is 20.53%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(19,21,0,25)
C19M21Y0K25 
(19%,21%,0%,25%)
(0.19/0.21/0.00/0.25)	

CMYK percentages

%19.47
%20.53
%0
%25.49

Codes

Color #9997BE in popluar color models

9997BE
RGB153151190
HSL243°23.08%66.86%
HSB/HSV243°20.53%74.51%
CMYK19.47%20.53%0.00%
25.49%

Color #9997BE in popluar number systems.

HEX9997BE
Decimal153151190
Binary100110011001011110111110
Octal231227276

Shades and tints

Shades of #9997BE

#9997BE
(153,151,190)
#8C8AAD
(140,138,173)
#7F7D9C
(127,125,156)
#72708B
(114,112,139)
#65637A
(101,99,122)
#585669
(88,86,105)
#4B4958
(75,73,88)
#3E3C47
(62,60,71)
#312F36
(49,47,54)
#242225
(36,34,37)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #9997BE

#9997BE
(153,151,190)
#A2A0C3
(162,160,195)
#ABA9C8
(171,169,200)
#B4B2CD
(180,178,205)
#BDBBD2
(189,187,210)
#C6C4D7
(198,196,215)
#CFCDDC
(207,205,220)
#D8D6E1
(216,214,225)
#E1DFE6
(225,223,230)
#EAE8EB
(234,232,235)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9997BE; }

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

This text font color is #9997BE.


Background Color

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

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

This div background color is #9997BE.


Border color

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

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

This div border color is #9997BE.


Opacity

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

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

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

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

This text has shadow with #9997BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9997BE on black background.


Color preview on white background

This text has color #9997BE on white background.



Black color preview on #9997BE background

This text has black color on #9997BE background.


White color preview on #9997BE background

This text has white color on #9997BE background.