COLOR #9997CF

HEX: #9997CF RGB: (153,151,207)

Color info

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

RGB color model

#9997CF color RGB value is (153,151,207).

RGB: (153,151,207) (60%, 59%, 81%)

RGB channels and saturation

R 153 of 255 = 60%
G 151 of 255 = 59%
B 207 of 255 = 81%

153
151
207

R + G + B ~ 67%. #9997CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 151 + 207 = 511 (100%)
R 153 of 511 ~ 29.94%
G 151 of 511 ~ 29.55%
B 207 of 511 ~ 40.51'%

%29.94
%29.55
%40.51

CMYK color model

#9997CF color CMYK value is (26,27,0,19).

  • cyan value is 26.09%
  • magenta value is 27.05%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (26,27,0,19)
C26M27Y0K19 (26%, 27%, 0%, 19%)
(0.26 / 0.27 / 0.00 / 0.19)

CMYK percentages

%26.09
%27.05
%0
%18.82

Codes

Color #9997CF in popluar color models

99 97 CF
RGB 153 151 207
HSL 242° 36.84% 70.20%
HSB/HSV 242° 27.05% 81.18%
CMYK 26.09% 27.05% 0.00%
18.82%

Color #9997CF in popluar number systems.

HEX 99 97 CF
Decimal 153 151 207
Binary 10011001 10010111 11001111
Octal 231 227 317

Shades and tints

Shades of #9997CF

#9997CF
(153,151,207)
#8C8ABD
(140,138,189)
#7F7DAB
(127,125,171)
#727099
(114,112,153)
#656387
(101,99,135)
#585675
(88,86,117)
#4B4963
(75,73,99)
#3E3C51
(62,60,81)
#312F3F
(49,47,63)
#24222D
(36,34,45)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #9997CF

#9997CF
(153,151,207)
#A2A0D3
(162,160,211)
#ABA9D7
(171,169,215)
#B4B2DB
(180,178,219)
#BDBBDF
(189,187,223)
#C6C4E3
(198,196,227)
#CFCDE7
(207,205,231)
#D8D6EB
(216,214,235)
#E1DFEF
(225,223,239)
#EAE8F3
(234,232,243)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9997CF; }

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

This text font color is #9997CF.

Background Color

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

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

This div background color is #9997CF.

Border color

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

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

This div border color is #9997CF.

Opacity

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

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

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

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

This text has shadow with #9997CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9997CF.

Preview

Color preview on black background

This text has color #9997CF on black background.


Color preview on white background

This text has color #9997CF on white background.


Black color preview on #9997CF background

This text has black color on #9997CF background.


White color preview on #9997CF background

This text has white color on #9997CF background.


Related colors

Complementary color

Complementary color for #hex is #666830.


I love getcolorcode.com

Triadic colors

1 #CF9997 and #97CF99 with #9997CF are triadic colors.

2 #CF9799 and #9799CF with #9997CF are triadic colors.