COLOR #99626C

HEX: #99626C
RGB: (153,98,108)

Color info

#99626C contains red, green and blue colors in about the same proportion. Web safe color of #99626C is #996666 (or #966).

RGB color model

#99626C color RGB value is (153,98,108).

  • red value is 153;
  • green value is 98;
  • blue value is 108.
RGB:
(153,98,108)
(60%,38%,42%)

RGB channels and saturation

R 153 of 255 = 60%
G 98 of 255 = 38%
B 108 of 255 = 42%

153
98
108

R + G + B ~ 47%. #99626C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 98 + 108 = 359 (100%)
R 153 of 359 ~ 42.62%
G 98 of 359 ~ 27.3%
B 108 of 359 ~ 30.08%

%42.62
%27.3
%30.08

CMYK color model

#99626C color CMYK value is (0,36,29,40).

  • cyan value is 0.00%
  • magenta value is 35.95%
  • yellow value is 29.41%
  • key color value is 40.00%
CMYK:
(0,36,29,40)
C0M36Y29K40 
(0%,36%,29%,40%)
(0.00/0.36/0.29/0.40)	

CMYK percentages

%0
%35.95
%29.41
%40

Codes

Color #99626C in popluar color models

99626C
RGB15398108
HSL349°21.91%49.22%
HSB/HSV349°35.95%60.00%
CMYK0.00%35.95%29.41%
40.00%

Color #99626C in popluar number systems.

HEX99626C
Decimal15398108
Binary1001100111000101101100
Octal231142154

Shades and tints

Shades of #99626C

#99626C
(153,98,108)
#8C5A63
(140,90,99)
#7F525A
(127,82,90)
#724A51
(114,74,81)
#654248
(101,66,72)
#583A3F
(88,58,63)
#4B3236
(75,50,54)
#3E2A2D
(62,42,45)
#312224
(49,34,36)
#241A1B
(36,26,27)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #99626C

#99626C
(153,98,108)
#A27079
(162,112,121)
#AB7E86
(171,126,134)
#B48C93
(180,140,147)
#BD9AA0
(189,154,160)
#C6A8AD
(198,168,173)
#CFB6BA
(207,182,186)
#D8C4C7
(216,196,199)
#E1D2D4
(225,210,212)
#EAE0E1
(234,224,225)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99626C color. Also use rgb(153,98,108) instead hex code.

Text Font Color

.myTextColor { color: #99626C; }

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

This text font color is #99626C.


Background Color

.myBgColor { background-color: #99626C; }

<div style="background-color:#99626C">Inner text</div>

This div background color is #99626C.


Border color

.myBorderColor { border: 1px solid #99626C; }

<div style="border:3px solid #99626C">Div</div>

This div border color is #99626C.


Opacity

.myOpacity80 { color: #99626C; opacity: 0.8; }

<p style="color:#99626C;opacity:0.8;">80%</p>

Text with #99626C 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 #99626C;}

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

This text has shadow with #99626C color.

.textShadow {text-shadow: 3px 3px 1px #99626C, 3px 3px 1px red;}

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

This text has shadow with #99626C primary color and red secondary color.


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

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

This text has shadow with #99626C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99626C on black background.


Color preview on white background

This text has color #99626C on white background.



Black color preview on #99626C background

This text has black color on #99626C background.


White color preview on #99626C background

This text has white color on #99626C background.