COLOR #DF98B3

HEX: #DF98B3
RGB: (223,152,179)

Color info

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

RGB color model

#DF98B3 color RGB value is (223,152,179).

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

RGB channels and saturation

R 223 of 255 = 87%
G 152 of 255 = 60%
B 179 of 255 = 70%

223
152
179

R + G + B ~ 72%. #DF98B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 152 + 179 = 554 (100%)
R 223 of 554 ~ 40.25%
G 152 of 554 ~ 27.44%
B 179 of 554 ~ 32.31%

%40.25
%27.44
%32.31

CMYK color model

#DF98B3 color CMYK value is (0,32,20,13).

  • cyan value is 0.00%
  • magenta value is 31.84%
  • yellow value is 19.73%
  • key color value is 12.55%
CMYK:
(0,32,20,13)
C0M32Y20K13 
(0%,32%,20%,13%)
(0.00/0.32/0.20/0.13)	

CMYK percentages

%0
%31.84
%19.73
%12.55

Codes

Color #DF98B3 in popluar color models

DF98B3
RGB223152179
HSL337°52.59%73.53%
HSB/HSV337°31.84%87.45%
CMYK0.00%31.84%19.73%
12.55%

Color #DF98B3 in popluar number systems.

HEXDF98B3
Decimal223152179
Binary110111111001100010110011
Octal337230263

Shades and tints

Shades of #DF98B3

#DF98B3
(223,152,179)
#CB8BA3
(203,139,163)
#B77E93
(183,126,147)
#A37183
(163,113,131)
#8F6473
(143,100,115)
#7B5763
(123,87,99)
#674A53
(103,74,83)
#533D43
(83,61,67)
#3F3033
(63,48,51)
#2B2323
(43,35,35)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #DF98B3

#DF98B3
(223,152,179)
#E1A1B9
(225,161,185)
#E3AABF
(227,170,191)
#E5B3C5
(229,179,197)
#E7BCCB
(231,188,203)
#E9C5D1
(233,197,209)
#EBCED7
(235,206,215)
#EDD7DD
(237,215,221)
#EFE0E3
(239,224,227)
#F1E9E9
(241,233,233)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF98B3; }

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

This text font color is #DF98B3.


Background Color

.myBgColor { background-color: #DF98B3; }

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

This div background color is #DF98B3.


Border color

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

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

This div border color is #DF98B3.


Opacity

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

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

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

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

This text has shadow with #DF98B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF98B3 on black background.


Color preview on white background

This text has color #DF98B3 on white background.



Black color preview on #DF98B3 background

This text has black color on #DF98B3 background.


White color preview on #DF98B3 background

This text has white color on #DF98B3 background.