COLOR #DFAECA

HEX: #DFAECA
RGB: (223,174,202)

Color info

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

RGB color model

#DFAECA color RGB value is (223,174,202).

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

RGB channels and saturation

R 223 of 255 = 87%
G 174 of 255 = 68%
B 202 of 255 = 79%

223
174
202

R + G + B ~ 78%. #DFAECA is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 174 + 202 = 599 (100%)
R 223 of 599 ~ 37.23%
G 174 of 599 ~ 29.05%
B 202 of 599 ~ 33.72%

%37.23
%29.05
%33.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.97%
  • yellow value is 9.42%
  • key color value is 12.55%
CMYK:
(0,22,9,13)
C0M22Y9K13 
(0%,22%,9%,13%)
(0.00/0.22/0.09/0.13)	

CMYK percentages

%0
%21.97
%9.42
%12.55

Codes

Color #DFAECA in popluar color models

DFAECA
RGB223174202
HSL326°43.36%77.84%
HSB/HSV326°21.97%87.45%
CMYK0.00%21.97%9.42%
12.55%

Color #DFAECA in popluar number systems.

HEXDFAECA
Decimal223174202
Binary110111111010111011001010
Octal337256312

Shades and tints

Shades of #DFAECA

#DFAECA
(223,174,202)
#CB9FB8
(203,159,184)
#B790A6
(183,144,166)
#A38194
(163,129,148)
#8F7282
(143,114,130)
#7B6370
(123,99,112)
#67545E
(103,84,94)
#53454C
(83,69,76)
#3F363A
(63,54,58)
#2B2728
(43,39,40)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #DFAECA

#DFAECA
(223,174,202)
#E1B5CE
(225,181,206)
#E3BCD2
(227,188,210)
#E5C3D6
(229,195,214)
#E7CADA
(231,202,218)
#E9D1DE
(233,209,222)
#EBD8E2
(235,216,226)
#EDDFE6
(237,223,230)
#EFE6EA
(239,230,234)
#F1EDEE
(241,237,238)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFAECA; }

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

This text font color is #DFAECA.


Background Color

.myBgColor { background-color: #DFAECA; }

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

This div background color is #DFAECA.


Border color

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

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

This div border color is #DFAECA.


Opacity

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

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

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

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

This text has shadow with #DFAECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFAECA on black background.


Color preview on white background

This text has color #DFAECA on white background.



Black color preview on #DFAECA background

This text has black color on #DFAECA background.


White color preview on #DFAECA background

This text has white color on #DFAECA background.