COLOR #DF99AF

HEX: #DF99AF
RGB: (223,153,175)

Color info

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

RGB color model

#DF99AF color RGB value is (223,153,175).

  • red value is 223;
  • green value is 153;
  • blue value is 175.
RGB:
(223,153,175)
(87%,60%,69%)

RGB channels and saturation

R 223 of 255 = 87%
G 153 of 255 = 60%
B 175 of 255 = 69%

223
153
175

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

Portions of RGB colors in percentages

R + G + B =
223 + 153 + 175 = 551 (100%)
R 223 of 551 ~ 40.47%
G 153 of 551 ~ 27.77%
B 175 of 551 ~ 31.76%

%40.47
%27.77
%31.76

CMYK color model

#DF99AF color CMYK value is (0,31,22,13).

  • cyan value is 0.00%
  • magenta value is 31.39%
  • yellow value is 21.52%
  • key color value is 12.55%
CMYK:
(0,31,22,13)
C0M31Y22K13 
(0%,31%,22%,13%)
(0.00/0.31/0.22/0.13)	

CMYK percentages

%0
%31.39
%21.52
%12.55

Codes

Color #DF99AF in popluar color models

DF99AF
RGB223153175
HSL341°52.24%73.73%
HSB/HSV341°31.39%87.45%
CMYK0.00%31.39%21.52%
12.55%

Color #DF99AF in popluar number systems.

HEXDF99AF
Decimal223153175
Binary110111111001100110101111
Octal337231257

Shades and tints

Shades of #DF99AF

#DF99AF
(223,153,175)
#CB8CA0
(203,140,160)
#B77F91
(183,127,145)
#A37282
(163,114,130)
#8F6573
(143,101,115)
#7B5864
(123,88,100)
#674B55
(103,75,85)
#533E46
(83,62,70)
#3F3137
(63,49,55)
#2B2428
(43,36,40)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #DF99AF

#DF99AF
(223,153,175)
#E1A2B6
(225,162,182)
#E3ABBD
(227,171,189)
#E5B4C4
(229,180,196)
#E7BDCB
(231,189,203)
#E9C6D2
(233,198,210)
#EBCFD9
(235,207,217)
#EDD8E0
(237,216,224)
#EFE1E7
(239,225,231)
#F1EAEE
(241,234,238)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF99AF color. Also use rgb(223,153,175) instead hex code.

Text Font Color

.myTextColor { color: #DF99AF; }

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

This text font color is #DF99AF.


Background Color

.myBgColor { background-color: #DF99AF; }

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

This div background color is #DF99AF.


Border color

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

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

This div border color is #DF99AF.


Opacity

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

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

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

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

This text has shadow with #DF99AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF99AF on black background.


Color preview on white background

This text has color #DF99AF on white background.



Black color preview on #DF99AF background

This text has black color on #DF99AF background.


White color preview on #DF99AF background

This text has white color on #DF99AF background.