COLOR #DFADAD

HEX: #DFADAD
RGB: (223,173,173)

Color info

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

RGB color model

#DFADAD color RGB value is (223,173,173).

  • red value is 223;
  • green value is 173;
  • blue value is 173.
RGB:
(223,173,173)
(87%,68%,68%)

RGB channels and saturation

R 223 of 255 = 87%
G 173 of 255 = 68%
B 173 of 255 = 68%

223
173
173

R + G + B ~ 74%. #DFADAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 173 + 173 = 569 (100%)
R 223 of 569 ~ 39.19%
G 173 of 569 ~ 30.4%
B 173 of 569 ~ 30.4%

%39.19
%30.4
%30.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.42%
  • yellow value is 22.42%
  • key color value is 12.55%
CMYK:
(0,22,22,13)
C0M22Y22K13 
(0%,22%,22%,13%)
(0.00/0.22/0.22/0.13)	

CMYK percentages

%0
%22.42
%22.42
%12.55

Codes

Color #DFADAD in popluar color models

DFADAD
RGB223173173
HSL43.86%77.65%
HSB/HSV22.42%87.45%
CMYK0.00%22.42%22.42%
12.55%

Color #DFADAD in popluar number systems.

HEXDFADAD
Decimal223173173
Binary110111111010110110101101
Octal337255255

Shades and tints

Shades of #DFADAD

#DFADAD
(223,173,173)
#CB9E9E
(203,158,158)
#B78F8F
(183,143,143)
#A38080
(163,128,128)
#8F7171
(143,113,113)
#7B6262
(123,98,98)
#675353
(103,83,83)
#534444
(83,68,68)
#3F3535
(63,53,53)
#2B2626
(43,38,38)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #DFADAD

#DFADAD
(223,173,173)
#E1B4B4
(225,180,180)
#E3BBBB
(227,187,187)
#E5C2C2
(229,194,194)
#E7C9C9
(231,201,201)
#E9D0D0
(233,208,208)
#EBD7D7
(235,215,215)
#EDDEDE
(237,222,222)
#EFE5E5
(239,229,229)
#F1ECEC
(241,236,236)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFADAD; }

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

This text font color is #DFADAD.


Background Color

.myBgColor { background-color: #DFADAD; }

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

This div background color is #DFADAD.


Border color

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

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

This div border color is #DFADAD.


Opacity

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

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

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

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

This text has shadow with #DFADAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFADAD on black background.


Color preview on white background

This text has color #DFADAD on white background.



Black color preview on #DFADAD background

This text has black color on #DFADAD background.


White color preview on #DFADAD background

This text has white color on #DFADAD background.