COLOR #DF9EC2

HEX: #DF9EC2 RGB: (223,158,194)

Color info

#DF9EC2 contains mainly red and blue colors. Web safe color of #DF9EC2 is #CC99CC (or #C9C).

RGB color model

#DF9EC2 color RGB value is (223,158,194).

RGB: (223,158,194) (87%, 62%, 76%)

RGB channels and saturation

R 223 of 255 = 87%
G 158 of 255 = 62%
B 194 of 255 = 76%

223
158
194

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

Portions of RGB colors in percentages

R + G + B = 223 + 158 + 194 = 575 (100%)
R 223 of 575 ~ 38.78%
G 158 of 575 ~ 27.48%
B 194 of 575 ~ 33.74'%

%38.78
%27.48
%33.74

CMYK color model

#DF9EC2 color CMYK value is (0,29,13,13).

  • cyan value is 0.00%
  • magenta value is 29.15%
  • yellow value is 13.00%
  • key color value is 12.55%

CMYK: (0,29,13,13)
C0M29Y13K13 (0%, 29%, 13%, 13%)
(0.00 / 0.29 / 0.13 / 0.13)

CMYK percentages

%0
%29.15
%13
%12.55

Codes

Color #DF9EC2 in popluar color models

DF 9E C2
RGB 223 158 194
HSL 327° 50.39% 74.71%
HSB/HSV 327° 29.15% 87.45%
CMYK 0.00% 29.15% 13.00%
12.55%

Color #DF9EC2 in popluar number systems.

HEX DF 9E C2
Decimal 223 158 194
Binary 11011111 10011110 11000010
Octal 337 236 302

Shades and tints

Shades of #DF9EC2

#DF9EC2
(223,158,194)
#CB90B1
(203,144,177)
#B782A0
(183,130,160)
#A3748F
(163,116,143)
#8F667E
(143,102,126)
#7B586D
(123,88,109)
#674A5C
(103,74,92)
#533C4B
(83,60,75)
#3F2E3A
(63,46,58)
#2B2029
(43,32,41)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #DF9EC2

#DF9EC2
(223,158,194)
#E1A6C7
(225,166,199)
#E3AECC
(227,174,204)
#E5B6D1
(229,182,209)
#E7BED6
(231,190,214)
#E9C6DB
(233,198,219)
#EBCEE0
(235,206,224)
#EDD6E5
(237,214,229)
#EFDEEA
(239,222,234)
#F1E6EF
(241,230,239)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF9EC2; }

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

This text font color is #DF9EC2.

Background Color

.myBgColor { background-color: #DF9EC2; }

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

This div background color is #DF9EC2.

Border color

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

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

This div border color is #DF9EC2.

Opacity

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

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

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

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

This text has shadow with #DF9EC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF9EC2.

Preview

Color preview on black background

This text has color #DF9EC2 on black background.


Color preview on white background

This text has color #DF9EC2 on white background.


Black color preview on #DF9EC2 background

This text has black color on #DF9EC2 background.


White color preview on #DF9EC2 background

This text has white color on #DF9EC2 background.


Related colors

Complementary color

Complementary color for #hex is #20613D.


I love getcolorcode.com

Triadic colors

1 #C2DF9E and #9EC2DF with #DF9EC2 are triadic colors.

2 #C29EDF and #9EDFC2 with #DF9EC2 are triadic colors.