COLOR #D2998F

HEX: #D2998F
RGB: (210,153,143)

Color info

#D2998F contains mainly red and green colors. Web safe color of #D2998F is #CC9999 (or #C99).

RGB color model

#D2998F color RGB value is (210,153,143).

  • red value is 210;
  • green value is 153;
  • blue value is 143.
RGB:
(210,153,143)
(82%,60%,56%)

RGB channels and saturation

R 210 of 255 = 82%
G 153 of 255 = 60%
B 143 of 255 = 56%

210
153
143

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

Portions of RGB colors in percentages

R + G + B =
210 + 153 + 143 = 506 (100%)
R 210 of 506 ~ 41.5%
G 153 of 506 ~ 30.24%
B 143 of 506 ~ 28.26%

%41.5
%30.24
%28.26

CMYK color model

#D2998F color CMYK value is (0,27,32,18).

  • cyan value is 0.00%
  • magenta value is 27.14%
  • yellow value is 31.90%
  • key color value is 17.65%
CMYK:
(0,27,32,18)
C0M27Y32K18 
(0%,27%,32%,18%)
(0.00/0.27/0.32/0.18)	

CMYK percentages

%0
%27.14
%31.9
%17.65

Codes

Color #D2998F in popluar color models

D2998F
RGB210153143
HSL42.68%69.22%
HSB/HSV31.90%82.35%
CMYK0.00%27.14%31.90%
17.65%

Color #D2998F in popluar number systems.

HEXD2998F
Decimal210153143
Binary110100101001100110001111
Octal322231217

Shades and tints

Shades of #D2998F

#D2998F
(210,153,143)
#BF8C82
(191,140,130)
#AC7F75
(172,127,117)
#997268
(153,114,104)
#86655B
(134,101,91)
#73584E
(115,88,78)
#604B41
(96,75,65)
#4D3E34
(77,62,52)
#3A3127
(58,49,39)
#27241A
(39,36,26)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #D2998F

#D2998F
(210,153,143)
#D6A299
(214,162,153)
#DAABA3
(218,171,163)
#DEB4AD
(222,180,173)
#E2BDB7
(226,189,183)
#E6C6C1
(230,198,193)
#EACFCB
(234,207,203)
#EED8D5
(238,216,213)
#F2E1DF
(242,225,223)
#F6EAE9
(246,234,233)
#FAF3F3
(250,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2998F; }

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

This text font color is #D2998F.


Background Color

.myBgColor { background-color: #D2998F; }

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

This div background color is #D2998F.


Border color

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

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

This div border color is #D2998F.


Opacity

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

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

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

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

This text has shadow with #D2998F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2998F on black background.


Color preview on white background

This text has color #D2998F on white background.



Black color preview on #D2998F background

This text has black color on #D2998F background.


White color preview on #D2998F background

This text has white color on #D2998F background.