COLOR #DFAFB3

HEX: #DFAFB3
RGB: (223,175,179)

Color info

#DFAFB3 contains red, green and blue colors in about the same proportion. Web safe color of #DFAFB3 is #CC9999 (or #C99).

RGB color model

#DFAFB3 color RGB value is (223,175,179).

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

RGB channels and saturation

R 223 of 255 = 87%
G 175 of 255 = 69%
B 179 of 255 = 70%

223
175
179

R + G + B ~ 75%. #DFAFB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 175 + 179 = 577 (100%)
R 223 of 577 ~ 38.65%
G 175 of 577 ~ 30.33%
B 179 of 577 ~ 31.02%

%38.65
%30.33
%31.02

CMYK color model

#DFAFB3 color CMYK value is (0,22,20,13).

  • cyan value is 0.00%
  • magenta value is 21.52%
  • yellow value is 19.73%
  • key color value is 12.55%
CMYK:
(0,22,20,13)
C0M22Y20K13 
(0%,22%,20%,13%)
(0.00/0.22/0.20/0.13)	

CMYK percentages

%0
%21.52
%19.73
%12.55

Codes

Color #DFAFB3 in popluar color models

DFAFB3
RGB223175179
HSL355°42.86%78.04%
HSB/HSV355°21.52%87.45%
CMYK0.00%21.52%19.73%
12.55%

Color #DFAFB3 in popluar number systems.

HEXDFAFB3
Decimal223175179
Binary110111111010111110110011
Octal337257263

Shades and tints

Shades of #DFAFB3

#DFAFB3
(223,175,179)
#CBA0A3
(203,160,163)
#B79193
(183,145,147)
#A38283
(163,130,131)
#8F7373
(143,115,115)
#7B6463
(123,100,99)
#675553
(103,85,83)
#534643
(83,70,67)
#3F3733
(63,55,51)
#2B2823
(43,40,35)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #DFAFB3

#DFAFB3
(223,175,179)
#E1B6B9
(225,182,185)
#E3BDBF
(227,189,191)
#E5C4C5
(229,196,197)
#E7CBCB
(231,203,203)
#E9D2D1
(233,210,209)
#EBD9D7
(235,217,215)
#EDE0DD
(237,224,221)
#EFE7E3
(239,231,227)
#F1EEE9
(241,238,233)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFAFB3; }

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

This text font color is #DFAFB3.


Background Color

.myBgColor { background-color: #DFAFB3; }

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

This div background color is #DFAFB3.


Border color

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

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

This div border color is #DFAFB3.


Opacity

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

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

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

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

This text has shadow with #DFAFB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFAFB3 on black background.


Color preview on white background

This text has color #DFAFB3 on white background.



Black color preview on #DFAFB3 background

This text has black color on #DFAFB3 background.


White color preview on #DFAFB3 background

This text has white color on #DFAFB3 background.