COLOR #DFADBE

HEX: #DFADBE
RGB: (223,173,190)

Color info

#DFADBE contains red, green and blue colors in about the same proportion. Web safe color of #DFADBE is #CC99CC (or #C9C).

RGB color model

#DFADBE color RGB value is (223,173,190).

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

RGB channels and saturation

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

223
173
190

R + G + B ~ 77%. #DFADBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 173 + 190 = 586 (100%)
R 223 of 586 ~ 38.05%
G 173 of 586 ~ 29.52%
B 190 of 586 ~ 32.42%

%38.05
%29.52
%32.42

CMYK color model

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

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

CMYK percentages

%0
%22.42
%14.8
%12.55

Codes

Color #DFADBE in popluar color models

DFADBE
RGB223173190
HSL340°43.86%77.65%
HSB/HSV340°22.42%87.45%
CMYK0.00%22.42%14.80%
12.55%

Color #DFADBE in popluar number systems.

HEXDFADBE
Decimal223173190
Binary110111111010110110111110
Octal337255276

Shades and tints

Shades of #DFADBE

#DFADBE
(223,173,190)
#CB9EAD
(203,158,173)
#B78F9C
(183,143,156)
#A3808B
(163,128,139)
#8F717A
(143,113,122)
#7B6269
(123,98,105)
#675358
(103,83,88)
#534447
(83,68,71)
#3F3536
(63,53,54)
#2B2625
(43,38,37)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #DFADBE

#DFADBE
(223,173,190)
#E1B4C3
(225,180,195)
#E3BBC8
(227,187,200)
#E5C2CD
(229,194,205)
#E7C9D2
(231,201,210)
#E9D0D7
(233,208,215)
#EBD7DC
(235,215,220)
#EDDEE1
(237,222,225)
#EFE5E6
(239,229,230)
#F1ECEB
(241,236,235)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFADBE; }

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

This text font color is #DFADBE.


Background Color

.myBgColor { background-color: #DFADBE; }

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

This div background color is #DFADBE.


Border color

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

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

This div border color is #DFADBE.


Opacity

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

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

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

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

This text has shadow with #DFADBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFADBE on black background.


Color preview on white background

This text has color #DFADBE on white background.



Black color preview on #DFADBE background

This text has black color on #DFADBE background.


White color preview on #DFADBE background

This text has white color on #DFADBE background.