COLOR #D47B98

HEX: #D47B98
RGB: (212,123,152)

Color info

#D47B98 contains mainly red color. Web safe color of #D47B98 is #CC6699 (or #C69).

RGB color model

#D47B98 color RGB value is (212,123,152).

  • red value is 212;
  • green value is 123;
  • blue value is 152.
RGB:
(212,123,152)
(83%,48%,60%)

RGB channels and saturation

R 212 of 255 = 83%
G 123 of 255 = 48%
B 152 of 255 = 60%

212
123
152

R + G + B ~ 64%. #D47B98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 123 + 152 = 487 (100%)
R 212 of 487 ~ 43.53%
G 123 of 487 ~ 25.26%
B 152 of 487 ~ 31.21%

%43.53
%25.26
%31.21

CMYK color model

#D47B98 color CMYK value is (0,42,28,17).

  • cyan value is 0.00%
  • magenta value is 41.98%
  • yellow value is 28.30%
  • key color value is 16.86%
CMYK:
(0,42,28,17)
C0M42Y28K17 
(0%,42%,28%,17%)
(0.00/0.42/0.28/0.17)	

CMYK percentages

%0
%41.98
%28.3
%16.86

Codes

Color #D47B98 in popluar color models

D47B98
RGB212123152
HSL340°50.86%65.69%
HSB/HSV340°41.98%83.14%
CMYK0.00%41.98%28.30%
16.86%

Color #D47B98 in popluar number systems.

HEXD47B98
Decimal212123152
Binary11010100111101110011000
Octal324173230

Shades and tints

Shades of #D47B98

#D47B98
(212,123,152)
#C1708B
(193,112,139)
#AE657E
(174,101,126)
#9B5A71
(155,90,113)
#884F64
(136,79,100)
#754457
(117,68,87)
#62394A
(98,57,74)
#4F2E3D
(79,46,61)
#3C2330
(60,35,48)
#291823
(41,24,35)
#160D16
(22,13,22)
#000000
(0,0,0)

Tints of #D47B98

#D47B98
(212,123,152)
#D787A1
(215,135,161)
#DA93AA
(218,147,170)
#DD9FB3
(221,159,179)
#E0ABBC
(224,171,188)
#E3B7C5
(227,183,197)
#E6C3CE
(230,195,206)
#E9CFD7
(233,207,215)
#ECDBE0
(236,219,224)
#EFE7E9
(239,231,233)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D47B98 color. Also use rgb(212,123,152) instead hex code.

Text Font Color

.myTextColor { color: #D47B98; }

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

This text font color is #D47B98.


Background Color

.myBgColor { background-color: #D47B98; }

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

This div background color is #D47B98.


Border color

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

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

This div border color is #D47B98.


Opacity

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

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

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

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

This text has shadow with #D47B98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D47B98 on black background.


Color preview on white background

This text has color #D47B98 on white background.



Black color preview on #D47B98 background

This text has black color on #D47B98 background.


White color preview on #D47B98 background

This text has white color on #D47B98 background.