COLOR #9988CF

HEX: #9988CF RGB: (153,136,207)

Color info

#9988CF contains mainly red and blue colors. Web safe color of #9988CF is #9999CC (or #99C).

RGB color model

#9988CF color RGB value is (153,136,207).

RGB: (153,136,207) (60%, 53%, 81%)

RGB channels and saturation

R 153 of 255 = 60%
G 136 of 255 = 53%
B 207 of 255 = 81%

153
136
207

R + G + B ~ 65%. #9988CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 136 + 207 = 496 (100%)
R 153 of 496 ~ 30.85%
G 136 of 496 ~ 27.42%
B 207 of 496 ~ 41.73'%

%30.85
%27.42
%41.73

CMYK color model

#9988CF color CMYK value is (26,34,0,19).

  • cyan value is 26.09%
  • magenta value is 34.30%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (26,34,0,19) C26M34Y0K19 (26%,34%,0%,19%) (0.26/0.34/0.00/0.19) 

CMYK percentages

%26.09
%34.3
%0
%18.82

Codes

Color #9988CF in popluar color models

99 88 CF
RGB 153 136 207
HSL 254° 42.51% 67.25%
HSB/HSV 254° 34.30% 81.18%
CMYK 26.09% 34.30% 0.00%
18.82%

Color #9988CF in popluar number systems.

HEX 99 88 CF
Decimal 153 136 207
Binary 10011001 10001000 11001111
Octal 231 210 317

Shades and tints

Shades of #9988CF

#9988CF
(153,136,207)
#8C7CBD
(140,124,189)
#7F70AB
(127,112,171)
#726499
(114,100,153)
#655887
(101,88,135)
#584C75
(88,76,117)
#4B4063
(75,64,99)
#3E3451
(62,52,81)
#31283F
(49,40,63)
#241C2D
(36,28,45)
#17101B
(23,16,27)
#000000
(0,0,0)

Tints of #9988CF

#9988CF
(153,136,207)
#A292D3
(162,146,211)
#AB9CD7
(171,156,215)
#B4A6DB
(180,166,219)
#BDB0DF
(189,176,223)
#C6BAE3
(198,186,227)
#CFC4E7
(207,196,231)
#D8CEEB
(216,206,235)
#E1D8EF
(225,216,239)
#EAE2F3
(234,226,243)
#F3ECF7
(243,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9988CF; }

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

This text font color is #9988CF.

Background Color

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

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

This div background color is #9988CF.

Border color

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

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

This div border color is #9988CF.

Opacity

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

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

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

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

This text has shadow with #9988CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9988CF.

Preview

Color preview on black background

This text has color #9988CF on black background.


Color preview on white background

This text has color #9988CF on white background.


Black color preview on #9988CF background

This text has black color on #9988CF background.


White color preview on #9988CF background

This text has white color on #9988CF background.


Related colors

Complementary color

Complementary color for #hex is #667730.


I love getcolorcode.com

Triadic colors

1 #CF9988 and #88CF99 with #9988CF are triadic colors.

2 #CF8899 and #8899CF with #9988CF are triadic colors.