COLOR #9994CC

HEX: #9994CC
RGB: (153,148,204)

Color info

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

RGB color model

#9994CC color RGB value is (153,148,204).

  • red value is 153;
  • green value is 148;
  • blue value is 204.
RGB:
(153,148,204)
(60%,58%,80%)

RGB channels and saturation

R 153 of 255 = 60%
G 148 of 255 = 58%
B 204 of 255 = 80%

153
148
204

R + G + B ~ 66%. #9994CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 148 + 204 = 505 (100%)
R 153 of 505 ~ 30.3%
G 148 of 505 ~ 29.31%
B 204 of 505 ~ 40.4%

%30.3
%29.31
%40.4

CMYK color model

#9994CC color CMYK value is (25,27,0,20).

  • cyan value is 25.00%
  • magenta value is 27.45%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(25,27,0,20)
C25M27Y0K20 
(25%,27%,0%,20%)
(0.25/0.27/0.00/0.20)	

CMYK percentages

%25
%27.45
%0
%20

Codes

Color #9994CC in popluar color models

9994CC
RGB153148204
HSL245°35.44%69.02%
HSB/HSV245°27.45%80.00%
CMYK25.00%27.45%0.00%
20.00%

Color #9994CC in popluar number systems.

HEX9994CC
Decimal153148204
Binary100110011001010011001100
Octal231224314

Shades and tints

Shades of #9994CC

#9994CC
(153,148,204)
#8C87BA
(140,135,186)
#7F7AA8
(127,122,168)
#726D96
(114,109,150)
#656084
(101,96,132)
#585372
(88,83,114)
#4B4660
(75,70,96)
#3E394E
(62,57,78)
#312C3C
(49,44,60)
#241F2A
(36,31,42)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #9994CC

#9994CC
(153,148,204)
#A29DD0
(162,157,208)
#ABA6D4
(171,166,212)
#B4AFD8
(180,175,216)
#BDB8DC
(189,184,220)
#C6C1E0
(198,193,224)
#CFCAE4
(207,202,228)
#D8D3E8
(216,211,232)
#E1DCEC
(225,220,236)
#EAE5F0
(234,229,240)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9994CC color. Also use rgb(153,148,204) instead hex code.

Text Font Color

.myTextColor { color: #9994CC; }

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

This text font color is #9994CC.


Background Color

.myBgColor { background-color: #9994CC; }

<div style="background-color:#9994CC">Inner text</div>

This div background color is #9994CC.


Border color

.myBorderColor { border: 1px solid #9994CC; }

<div style="border:3px solid #9994CC">Div</div>

This div border color is #9994CC.


Opacity

.myOpacity80 { color: #9994CC; opacity: 0.8; }

<p style="color:#9994CC;opacity:0.8;">80%</p>

Text with #9994CC 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 #9994CC;}

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

This text has shadow with #9994CC color.

.textShadow {text-shadow: 3px 3px 1px #9994CC, 3px 3px 1px red;}

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

This text has shadow with #9994CC primary color and red secondary color.


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

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

This text has shadow with #9994CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9994CC on black background.


Color preview on white background

This text has color #9994CC on white background.



Black color preview on #9994CC background

This text has black color on #9994CC background.


White color preview on #9994CC background

This text has white color on #9994CC background.