COLOR #D4869A

HEX: #D4869A
RGB: (212,134,154)

Color info

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

RGB color model

#D4869A color RGB value is (212,134,154).

  • red value is 212;
  • green value is 134;
  • blue value is 154.
RGB:
(212,134,154)
(83%,53%,60%)

RGB channels and saturation

R 212 of 255 = 83%
G 134 of 255 = 53%
B 154 of 255 = 60%

212
134
154

R + G + B ~ 65%. #D4869A is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 134 + 154 = 500 (100%)
R 212 of 500 ~ 42.4%
G 134 of 500 ~ 26.8%
B 154 of 500 ~ 30.8%

%42.4
%26.8
%30.8

CMYK color model

#D4869A color CMYK value is (0,37,27,17).

  • cyan value is 0.00%
  • magenta value is 36.79%
  • yellow value is 27.36%
  • key color value is 16.86%
CMYK:
(0,37,27,17)
C0M37Y27K17 
(0%,37%,27%,17%)
(0.00/0.37/0.27/0.17)	

CMYK percentages

%0
%36.79
%27.36
%16.86

Codes

Color #D4869A in popluar color models

D4869A
RGB212134154
HSL345°47.56%67.84%
HSB/HSV345°36.79%83.14%
CMYK0.00%36.79%27.36%
16.86%

Color #D4869A in popluar number systems.

HEXD4869A
Decimal212134154
Binary110101001000011010011010
Octal324206232

Shades and tints

Shades of #D4869A

#D4869A
(212,134,154)
#C17A8C
(193,122,140)
#AE6E7E
(174,110,126)
#9B6270
(155,98,112)
#885662
(136,86,98)
#754A54
(117,74,84)
#623E46
(98,62,70)
#4F3238
(79,50,56)
#3C262A
(60,38,42)
#291A1C
(41,26,28)
#160E0E
(22,14,14)
#000000
(0,0,0)

Tints of #D4869A

#D4869A
(212,134,154)
#D791A3
(215,145,163)
#DA9CAC
(218,156,172)
#DDA7B5
(221,167,181)
#E0B2BE
(224,178,190)
#E3BDC7
(227,189,199)
#E6C8D0
(230,200,208)
#E9D3D9
(233,211,217)
#ECDEE2
(236,222,226)
#EFE9EB
(239,233,235)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4869A color. Also use rgb(212,134,154) instead hex code.

Text Font Color

.myTextColor { color: #D4869A; }

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

This text font color is #D4869A.


Background Color

.myBgColor { background-color: #D4869A; }

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

This div background color is #D4869A.


Border color

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

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

This div border color is #D4869A.


Opacity

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

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

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

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

This text has shadow with #D4869A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4869A on black background.


Color preview on white background

This text has color #D4869A on white background.



Black color preview on #D4869A background

This text has black color on #D4869A background.


White color preview on #D4869A background

This text has white color on #D4869A background.