COLOR #DF98B4

HEX: #DF98B4
RGB: (223,152,180)

Color info

#DF98B4 contains mainly red and blue colors. Web safe color of #DF98B4 is #CC99CC (or #C9C).

RGB color model

#DF98B4 color RGB value is (223,152,180).

  • red value is 223;
  • green value is 152;
  • blue value is 180.
RGB:
(223,152,180)
(87%,60%,71%)

RGB channels and saturation

R 223 of 255 = 87%
G 152 of 255 = 60%
B 180 of 255 = 71%

223
152
180

R + G + B ~ 73%. #DF98B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 152 + 180 = 555 (100%)
R 223 of 555 ~ 40.18%
G 152 of 555 ~ 27.39%
B 180 of 555 ~ 32.43%

%40.18
%27.39
%32.43

CMYK color model

#DF98B4 color CMYK value is (0,32,19,13).

  • cyan value is 0.00%
  • magenta value is 31.84%
  • yellow value is 19.28%
  • key color value is 12.55%
CMYK:
(0,32,19,13)
C0M32Y19K13 
(0%,32%,19%,13%)
(0.00/0.32/0.19/0.13)	

CMYK percentages

%0
%31.84
%19.28
%12.55

Codes

Color #DF98B4 in popluar color models

DF98B4
RGB223152180
HSL336°52.59%73.53%
HSB/HSV336°31.84%87.45%
CMYK0.00%31.84%19.28%
12.55%

Color #DF98B4 in popluar number systems.

HEXDF98B4
Decimal223152180
Binary110111111001100010110100
Octal337230264

Shades and tints

Shades of #DF98B4

#DF98B4
(223,152,180)
#CB8BA4
(203,139,164)
#B77E94
(183,126,148)
#A37184
(163,113,132)
#8F6474
(143,100,116)
#7B5764
(123,87,100)
#674A54
(103,74,84)
#533D44
(83,61,68)
#3F3034
(63,48,52)
#2B2324
(43,35,36)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #DF98B4

#DF98B4
(223,152,180)
#E1A1BA
(225,161,186)
#E3AAC0
(227,170,192)
#E5B3C6
(229,179,198)
#E7BCCC
(231,188,204)
#E9C5D2
(233,197,210)
#EBCED8
(235,206,216)
#EDD7DE
(237,215,222)
#EFE0E4
(239,224,228)
#F1E9EA
(241,233,234)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF98B4 color. Also use rgb(223,152,180) instead hex code.

Text Font Color

.myTextColor { color: #DF98B4; }

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

This text font color is #DF98B4.


Background Color

.myBgColor { background-color: #DF98B4; }

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

This div background color is #DF98B4.


Border color

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

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

This div border color is #DF98B4.


Opacity

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

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

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

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

This text has shadow with #DF98B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF98B4 on black background.


Color preview on white background

This text has color #DF98B4 on white background.



Black color preview on #DF98B4 background

This text has black color on #DF98B4 background.


White color preview on #DF98B4 background

This text has white color on #DF98B4 background.