COLOR #9988CB

HEX: #9988CB RGB: (153,136,203)

Color info

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

RGB color model

#9988CB color RGB value is (153,136,203).

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

RGB channels and saturation

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

153
136
203

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

Portions of RGB colors in percentages

R + G + B = 153 + 136 + 203 = 492 (100%)
R 153 of 492 ~ 31.1%
G 136 of 492 ~ 27.64%
B 203 of 492 ~ 41.26'%

%31.1
%27.64
%41.26

CMYK color model

#9988CB color CMYK value is (25,33,0,20).

  • cyan value is 24.63%
  • magenta value is 33.00%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (25,33,0,20) C25M33Y0K20 (25%,33%,0%,20%) (0.25/0.33/0.00/0.20) 

CMYK percentages

%24.63
%33
%0
%20.39

Codes

Color #9988CB in popluar color models

99 88 CB
RGB 153 136 203
HSL 255° 39.18% 66.47%
HSB/HSV 255° 33.00% 79.61%
CMYK 24.63% 33.00% 0.00%
20.39%

Color #9988CB in popluar number systems.

HEX 99 88 CB
Decimal 153 136 203
Binary 10011001 10001000 11001011
Octal 231 210 313

Shades and tints

Shades of #9988CB

#9988CB
(153,136,203)
#8C7CB9
(140,124,185)
#7F70A7
(127,112,167)
#726495
(114,100,149)
#655883
(101,88,131)
#584C71
(88,76,113)
#4B405F
(75,64,95)
#3E344D
(62,52,77)
#31283B
(49,40,59)
#241C29
(36,28,41)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #9988CB

#9988CB
(153,136,203)
#A292CF
(162,146,207)
#AB9CD3
(171,156,211)
#B4A6D7
(180,166,215)
#BDB0DB
(189,176,219)
#C6BADF
(198,186,223)
#CFC4E3
(207,196,227)
#D8CEE7
(216,206,231)
#E1D8EB
(225,216,235)
#EAE2EF
(234,226,239)
#F3ECF3
(243,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9988CB; }

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

This text font color is #9988CB.

Background Color

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

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

This div background color is #9988CB.

Border color

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

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

This div border color is #9988CB.

Opacity

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

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

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

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

This text has shadow with #9988CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9988CB.

Preview

Color preview on black background

This text has color #9988CB on black background.


Color preview on white background

This text has color #9988CB on white background.


Black color preview on #9988CB background

This text has black color on #9988CB background.


White color preview on #9988CB background

This text has white color on #9988CB background.


Related colors

Complementary color

Complementary color for #hex is #667734.


I love getcolorcode.com

Triadic colors

1 #CB9988 and #88CB99 with #9988CB are triadic colors.

2 #CB8899 and #8899CB with #9988CB are triadic colors.