COLOR #9988CD

HEX: #9988CD RGB: (153,136,205)

Color info

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

RGB color model

#9988CD color RGB value is (153,136,205).

RGB: (153,136,205) (60%, 53%, 80%)

RGB channels and saturation

R 153 of 255 = 60%
G 136 of 255 = 53%
B 205 of 255 = 80%

153
136
205

R + G + B ~ 64%. #9988CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 136 + 205 = 494 (100%)
R 153 of 494 ~ 30.97%
G 136 of 494 ~ 27.53%
B 205 of 494 ~ 41.5'%

%30.97
%27.53
%41.5

CMYK color model

#9988CD color CMYK value is (25,34,0,20).

  • cyan value is 25.37%
  • magenta value is 33.66%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (25,34,0,20)
C25M34Y0K20 (25%, 34%, 0%, 20%)
(0.25 / 0.34 / 0.00 / 0.20)

CMYK percentages

%25.37
%33.66
%0
%19.61

Codes

Color #9988CD in popluar color models

99 88 CD
RGB 153 136 205
HSL 255° 40.83% 66.86%
HSB/HSV 255° 33.66% 80.39%
CMYK 25.37% 33.66% 0.00%
19.61%

Color #9988CD in popluar number systems.

HEX 99 88 CD
Decimal 153 136 205
Binary 10011001 10001000 11001101
Octal 231 210 315

Shades and tints

Shades of #9988CD

#9988CD
(153,136,205)
#8C7CBB
(140,124,187)
#7F70A9
(127,112,169)
#726497
(114,100,151)
#655885
(101,88,133)
#584C73
(88,76,115)
#4B4061
(75,64,97)
#3E344F
(62,52,79)
#31283D
(49,40,61)
#241C2B
(36,28,43)
#171019
(23,16,25)
#000000
(0,0,0)

Tints of #9988CD

#9988CD
(153,136,205)
#A292D1
(162,146,209)
#AB9CD5
(171,156,213)
#B4A6D9
(180,166,217)
#BDB0DD
(189,176,221)
#C6BAE1
(198,186,225)
#CFC4E5
(207,196,229)
#D8CEE9
(216,206,233)
#E1D8ED
(225,216,237)
#EAE2F1
(234,226,241)
#F3ECF5
(243,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9988CD; }

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

This text font color is #9988CD.

Background Color

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

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

This div background color is #9988CD.

Border color

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

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

This div border color is #9988CD.

Opacity

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

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

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

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

This text has shadow with #9988CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9988CD.

Preview

Color preview on black background

This text has color #9988CD on black background.


Color preview on white background

This text has color #9988CD on white background.


Black color preview on #9988CD background

This text has black color on #9988CD background.


White color preview on #9988CD background

This text has white color on #9988CD background.


Related colors

Complementary color

Complementary color for #hex is #667732.


I love getcolorcode.com

Triadic colors

1 #CD9988 and #88CD99 with #9988CD are triadic colors.

2 #CD8899 and #8899CD with #9988CD are triadic colors.