COLOR #D8636C

HEX: #D8636C
RGB: (216,99,108)

Color info

#D8636C contains mainly red color. Web safe color of #D8636C is #CC6666 (or #C66).

RGB color model

#D8636C color RGB value is (216,99,108).

  • red value is 216;
  • green value is 99;
  • blue value is 108.
RGB:
(216,99,108)
(85%,39%,42%)

RGB channels and saturation

R 216 of 255 = 85%
G 99 of 255 = 39%
B 108 of 255 = 42%

216
99
108

R + G + B ~ 55%. #D8636C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
216 + 99 + 108 = 423 (100%)
R 216 of 423 ~ 51.06%
G 99 of 423 ~ 23.4%
B 108 of 423 ~ 25.53%

%51.06
%23.4
%25.53

CMYK color model

#D8636C color CMYK value is (0,54,50,15).

  • cyan value is 0.00%
  • magenta value is 54.17%
  • yellow value is 50.00%
  • key color value is 15.29%
CMYK:
(0,54,50,15)
C0M54Y50K15 
(0%,54%,50%,15%)
(0.00/0.54/0.50/0.15)	

CMYK percentages

%0
%54.17
%50
%15.29

Codes

Color #D8636C in popluar color models

D8636C
RGB21699108
HSL355°60.00%61.76%
HSB/HSV355°54.17%84.71%
CMYK0.00%54.17%50.00%
15.29%

Color #D8636C in popluar number systems.

HEXD8636C
Decimal21699108
Binary1101100011000111101100
Octal330143154

Shades and tints

Shades of #D8636C

#D8636C
(216,99,108)
#C55A63
(197,90,99)
#B2515A
(178,81,90)
#9F4851
(159,72,81)
#8C3F48
(140,63,72)
#79363F
(121,54,63)
#662D36
(102,45,54)
#53242D
(83,36,45)
#401B24
(64,27,36)
#2D121B
(45,18,27)
#1A0912
(26,9,18)
#000000
(0,0,0)

Tints of #D8636C

#D8636C
(216,99,108)
#DB7179
(219,113,121)
#DE7F86
(222,127,134)
#E18D93
(225,141,147)
#E49BA0
(228,155,160)
#E7A9AD
(231,169,173)
#EAB7BA
(234,183,186)
#EDC5C7
(237,197,199)
#F0D3D4
(240,211,212)
#F3E1E1
(243,225,225)
#F6EFEE
(246,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8636C color. Also use rgb(216,99,108) instead hex code.

Text Font Color

.myTextColor { color: #D8636C; }

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

This text font color is #D8636C.


Background Color

.myBgColor { background-color: #D8636C; }

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

This div background color is #D8636C.


Border color

.myBorderColor { border: 1px solid #D8636C; }

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

This div border color is #D8636C.


Opacity

.myOpacity80 { color: #D8636C; opacity: 0.8; }

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

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

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

This text has shadow with #D8636C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8636C on black background.


Color preview on white background

This text has color #D8636C on white background.



Black color preview on #D8636C background

This text has black color on #D8636C background.


White color preview on #D8636C background

This text has white color on #D8636C background.