COLOR #D29393

HEX: #D29393
RGB: (210,147,147)

Color info

#D29393 contains mainly red color. Web safe color of #D29393 is #CC9999 (or #C99).

RGB color model

#D29393 color RGB value is (210,147,147).

  • red value is 210;
  • green value is 147;
  • blue value is 147.
RGB:
(210,147,147)
(82%,58%,58%)

RGB channels and saturation

R 210 of 255 = 82%
G 147 of 255 = 58%
B 147 of 255 = 58%

210
147
147

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

Portions of RGB colors in percentages

R + G + B =
210 + 147 + 147 = 504 (100%)
R 210 of 504 ~ 41.67%
G 147 of 504 ~ 29.17%
B 147 of 504 ~ 29.17%

%41.67
%29.17
%29.17

CMYK color model

#D29393 color CMYK value is (0,30,30,18).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 30.00%
  • key color value is 17.65%
CMYK:
(0,30,30,18)
C0M30Y30K18 
(0%,30%,30%,18%)
(0.00/0.30/0.30/0.18)	

CMYK percentages

%0
%30
%30
%17.65

Codes

Color #D29393 in popluar color models

D29393
RGB210147147
HSL41.18%70.00%
HSB/HSV30.00%82.35%
CMYK0.00%30.00%30.00%
17.65%

Color #D29393 in popluar number systems.

HEXD29393
Decimal210147147
Binary110100101001001110010011
Octal322223223

Shades and tints

Shades of #D29393

#D29393
(210,147,147)
#BF8686
(191,134,134)
#AC7979
(172,121,121)
#996C6C
(153,108,108)
#865F5F
(134,95,95)
#735252
(115,82,82)
#604545
(96,69,69)
#4D3838
(77,56,56)
#3A2B2B
(58,43,43)
#271E1E
(39,30,30)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #D29393

#D29393
(210,147,147)
#D69C9C
(214,156,156)
#DAA5A5
(218,165,165)
#DEAEAE
(222,174,174)
#E2B7B7
(226,183,183)
#E6C0C0
(230,192,192)
#EAC9C9
(234,201,201)
#EED2D2
(238,210,210)
#F2DBDB
(242,219,219)
#F6E4E4
(246,228,228)
#FAEDED
(250,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D29393 color. Also use rgb(210,147,147) instead hex code.

Text Font Color

.myTextColor { color: #D29393; }

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

This text font color is #D29393.


Background Color

.myBgColor { background-color: #D29393; }

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

This div background color is #D29393.


Border color

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

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

This div border color is #D29393.


Opacity

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

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

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

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

This text has shadow with #D29393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D29393 on black background.


Color preview on white background

This text has color #D29393 on white background.



Black color preview on #D29393 background

This text has black color on #D29393 background.


White color preview on #D29393 background

This text has white color on #D29393 background.