COLOR #DFAEB2

HEX: #DFAEB2 RGB: (223,174,178)

Color info

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

RGB color model

#DFAEB2 color RGB value is (223,174,178).

RGB: (223,174,178) (87%, 68%, 70%)

RGB channels and saturation

R 223 of 255 = 87%
G 174 of 255 = 68%
B 178 of 255 = 70%

223
174
178

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

Portions of RGB colors in percentages

R + G + B = 223 + 174 + 178 = 575 (100%)
R 223 of 575 ~ 38.78%
G 174 of 575 ~ 30.26%
B 178 of 575 ~ 30.96'%

%38.78
%30.26
%30.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.97%
  • yellow value is 20.18%
  • 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.97
%20.18
%12.55

Codes

Color #DFAEB2 in popluar color models

DF AE B2
RGB 223 174 178
HSL 355° 43.36% 77.84%
HSB/HSV 355° 21.97% 87.45%
CMYK 0.00% 21.97% 20.18%
12.55%

Color #DFAEB2 in popluar number systems.

HEX DF AE B2
Decimal 223 174 178
Binary 11011111 10101110 10110010
Octal 337 256 262

Shades and tints

Shades of #DFAEB2

#DFAEB2
(223,174,178)
#CB9FA2
(203,159,162)
#B79092
(183,144,146)
#A38182
(163,129,130)
#8F7272
(143,114,114)
#7B6362
(123,99,98)
#675452
(103,84,82)
#534542
(83,69,66)
#3F3632
(63,54,50)
#2B2722
(43,39,34)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #DFAEB2

#DFAEB2
(223,174,178)
#E1B5B9
(225,181,185)
#E3BCC0
(227,188,192)
#E5C3C7
(229,195,199)
#E7CACE
(231,202,206)
#E9D1D5
(233,209,213)
#EBD8DC
(235,216,220)
#EDDFE3
(237,223,227)
#EFE6EA
(239,230,234)
#F1EDF1
(241,237,241)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFAEB2; }

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

This text font color is #DFAEB2.

Background Color

.myBgColor { background-color: #DFAEB2; }

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

This div background color is #DFAEB2.

Border color

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

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

This div border color is #DFAEB2.

Opacity

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

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

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

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

This text has shadow with #DFAEB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFAEB2.

Preview

Color preview on black background

This text has color #DFAEB2 on black background.


Color preview on white background

This text has color #DFAEB2 on white background.


Black color preview on #DFAEB2 background

This text has black color on #DFAEB2 background.


White color preview on #DFAEB2 background

This text has white color on #DFAEB2 background.


Related colors

Complementary color

Complementary color for #hex is #20514D.


I love getcolorcode.com

Triadic colors

1 #B2DFAE and #AEB2DF with #DFAEB2 are triadic colors.

2 #B2AEDF and #AEDFB2 with #DFAEB2 are triadic colors.