COLOR #DFAEB0

HEX: #DFAEB0 RGB: (223,174,176)

Color info

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

RGB color model

#DFAEB0 color RGB value is (223,174,176).

RGB: (223,174,176) (87%, 68%, 69%)

RGB channels and saturation

R 223 of 255 = 87%
G 174 of 255 = 68%
B 176 of 255 = 69%

223
174
176

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

Portions of RGB colors in percentages

R + G + B = 223 + 174 + 176 = 573 (100%)
R 223 of 573 ~ 38.92%
G 174 of 573 ~ 30.37%
B 176 of 573 ~ 30.72'%

%38.92
%30.37
%30.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.97%
  • yellow value is 21.08%
  • key color value is 12.55%
CMYK: (0,22,21,13) C0M22Y21K13 (0%,22%,21%,13%) (0.00/0.22/0.21/0.13) 

CMYK percentages

%0
%21.97
%21.08
%12.55

Codes

Color #DFAEB0 in popluar color models

DF AE B0
RGB 223 174 176
HSL 358° 43.36% 77.84%
HSB/HSV 358° 21.97% 87.45%
CMYK 0.00% 21.97% 21.08%
12.55%

Color #DFAEB0 in popluar number systems.

HEX DF AE B0
Decimal 223 174 176
Binary 11011111 10101110 10110000
Octal 337 256 260

Shades and tints

Shades of #DFAEB0

#DFAEB0
(223,174,176)
#CB9FA0
(203,159,160)
#B79090
(183,144,144)
#A38180
(163,129,128)
#8F7270
(143,114,112)
#7B6360
(123,99,96)
#675450
(103,84,80)
#534540
(83,69,64)
#3F3630
(63,54,48)
#2B2720
(43,39,32)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #DFAEB0

#DFAEB0
(223,174,176)
#E1B5B7
(225,181,183)
#E3BCBE
(227,188,190)
#E5C3C5
(229,195,197)
#E7CACC
(231,202,204)
#E9D1D3
(233,209,211)
#EBD8DA
(235,216,218)
#EDDFE1
(237,223,225)
#EFE6E8
(239,230,232)
#F1EDEF
(241,237,239)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFAEB0; }

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

This text font color is #DFAEB0.

Background Color

.myBgColor { background-color: #DFAEB0; }

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

This div background color is #DFAEB0.

Border color

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

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

This div border color is #DFAEB0.

Opacity

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

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

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

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

This text has shadow with #DFAEB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFAEB0.

Preview

Color preview on black background

This text has color #DFAEB0 on black background.


Color preview on white background

This text has color #DFAEB0 on white background.


Black color preview on #DFAEB0 background

This text has black color on #DFAEB0 background.


White color preview on #DFAEB0 background

This text has white color on #DFAEB0 background.


Related colors

Complementary color

Complementary color for #hex is #20514F.


I love getcolorcode.com

Triadic colors

1 #B0DFAE and #AEB0DF with #DFAEB0 are triadic colors.

2 #B0AEDF and #AEDFB0 with #DFAEB0 are triadic colors.