COLOR #DF96BA

HEX: #DF96BA RGB: (223,150,186)

Color info

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

RGB color model

#DF96BA color RGB value is (223,150,186).

RGB: (223,150,186) (87%, 59%, 73%)

RGB channels and saturation

R 223 of 255 = 87%
G 150 of 255 = 59%
B 186 of 255 = 73%

223
150
186

R + G + B ~ 73%. #DF96BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 150 + 186 = 559 (100%)
R 223 of 559 ~ 39.89%
G 150 of 559 ~ 26.83%
B 186 of 559 ~ 33.27'%

%39.89
%26.83
%33.27

CMYK color model

#DF96BA color CMYK value is (0,33,17,13).

  • cyan value is 0.00%
  • magenta value is 32.74%
  • yellow value is 16.59%
  • key color value is 12.55%

CMYK: (0,33,17,13)
C0M33Y17K13 (0%, 33%, 17%, 13%)
(0.00 / 0.33 / 0.17 / 0.13)

CMYK percentages

%0
%32.74
%16.59
%12.55

Codes

Color #DF96BA in popluar color models

DF 96 BA
RGB 223 150 186
HSL 330° 53.28% 73.14%
HSB/HSV 330° 32.74% 87.45%
CMYK 0.00% 32.74% 16.59%
12.55%

Color #DF96BA in popluar number systems.

HEX DF 96 BA
Decimal 223 150 186
Binary 11011111 10010110 10111010
Octal 337 226 272

Shades and tints

Shades of #DF96BA

#DF96BA
(223,150,186)
#CB89AA
(203,137,170)
#B77C9A
(183,124,154)
#A36F8A
(163,111,138)
#8F627A
(143,98,122)
#7B556A
(123,85,106)
#67485A
(103,72,90)
#533B4A
(83,59,74)
#3F2E3A
(63,46,58)
#2B212A
(43,33,42)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #DF96BA

#DF96BA
(223,150,186)
#E19FC0
(225,159,192)
#E3A8C6
(227,168,198)
#E5B1CC
(229,177,204)
#E7BAD2
(231,186,210)
#E9C3D8
(233,195,216)
#EBCCDE
(235,204,222)
#EDD5E4
(237,213,228)
#EFDEEA
(239,222,234)
#F1E7F0
(241,231,240)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF96BA color. Also use rgb(223,150,186) instead hex code.

Text Font Color

.myTextColor { color: #DF96BA; }

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

This text font color is #DF96BA.

Background Color

.myBgColor { background-color: #DF96BA; }

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

This div background color is #DF96BA.

Border color

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

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

This div border color is #DF96BA.

Opacity

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

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

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

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

This text has shadow with #DF96BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF96BA.

Preview

Color preview on black background

This text has color #DF96BA on black background.


Color preview on white background

This text has color #DF96BA on white background.


Black color preview on #DF96BA background

This text has black color on #DF96BA background.


White color preview on #DF96BA background

This text has white color on #DF96BA background.


Related colors

Complementary color

Complementary color for #hex is #206945.


I love getcolorcode.com

Triadic colors

1 #BADF96 and #96BADF with #DF96BA are triadic colors.

2 #BA96DF and #96DFBA with #DF96BA are triadic colors.