COLOR #9994B5

HEX: #9994B5 RGB: (153,148,181)

Color info

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

RGB color model

#9994B5 color RGB value is (153,148,181).

RGB: (153,148,181) (60%, 58%, 71%)

RGB channels and saturation

R 153 of 255 = 60%
G 148 of 255 = 58%
B 181 of 255 = 71%

153
148
181

R + G + B ~ 63%. #9994B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 148 + 181 = 482 (100%)
R 153 of 482 ~ 31.74%
G 148 of 482 ~ 30.71%
B 181 of 482 ~ 37.55'%

%31.74
%30.71
%37.55

CMYK color model

#9994B5 color CMYK value is (15,18,0,29).

  • cyan value is 15.47%
  • magenta value is 18.23%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (15,18,0,29)
C15M18Y0K29 (15%, 18%, 0%, 29%)
(0.15 / 0.18 / 0.00 / 0.29)

CMYK percentages

%15.47
%18.23
%0
%29.02

Codes

Color #9994B5 in popluar color models

99 94 B5
RGB 153 148 181
HSL 249° 18.23% 64.51%
HSB/HSV 249° 18.23% 70.98%
CMYK 15.47% 18.23% 0.00%
29.02%

Color #9994B5 in popluar number systems.

HEX 99 94 B5
Decimal 153 148 181
Binary 10011001 10010100 10110101
Octal 231 224 265

Shades and tints

Shades of #9994B5

#9994B5
(153,148,181)
#8C87A5
(140,135,165)
#7F7A95
(127,122,149)
#726D85
(114,109,133)
#656075
(101,96,117)
#585365
(88,83,101)
#4B4655
(75,70,85)
#3E3945
(62,57,69)
#312C35
(49,44,53)
#241F25
(36,31,37)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #9994B5

#9994B5
(153,148,181)
#A29DBB
(162,157,187)
#ABA6C1
(171,166,193)
#B4AFC7
(180,175,199)
#BDB8CD
(189,184,205)
#C6C1D3
(198,193,211)
#CFCAD9
(207,202,217)
#D8D3DF
(216,211,223)
#E1DCE5
(225,220,229)
#EAE5EB
(234,229,235)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9994B5; }

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

This text font color is #9994B5.

Background Color

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

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

This div background color is #9994B5.

Border color

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

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

This div border color is #9994B5.

Opacity

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

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

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

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

This text has shadow with #9994B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9994B5.

Preview

Color preview on black background

This text has color #9994B5 on black background.


Color preview on white background

This text has color #9994B5 on white background.


Black color preview on #9994B5 background

This text has black color on #9994B5 background.


White color preview on #9994B5 background

This text has white color on #9994B5 background.


Related colors

Complementary color

Complementary color for #hex is #666B4A.


I love getcolorcode.com

Triadic colors

1 #B59994 and #94B599 with #9994B5 are triadic colors.

2 #B59499 and #9499B5 with #9994B5 are triadic colors.