COLOR #DF9BD0

HEX: #DF9BD0
RGB: (223,155,208)

Color info

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

RGB color model

#DF9BD0 color RGB value is (223,155,208).

  • red value is 223;
  • green value is 155;
  • blue value is 208.
RGB:
(223,155,208)
(87%,61%,82%)

RGB channels and saturation

R 223 of 255 = 87%
G 155 of 255 = 61%
B 208 of 255 = 82%

223
155
208

R + G + B ~ 77%. #DF9BD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 155 + 208 = 586 (100%)
R 223 of 586 ~ 38.05%
G 155 of 586 ~ 26.45%
B 208 of 586 ~ 35.49%

%38.05
%26.45
%35.49

CMYK color model

#DF9BD0 color CMYK value is (0,30,7,13).

  • cyan value is 0.00%
  • magenta value is 30.49%
  • yellow value is 6.73%
  • key color value is 12.55%
CMYK:
(0,30,7,13)
C0M30Y7K13 
(0%,30%,7%,13%)
(0.00/0.30/0.07/0.13)	

CMYK percentages

%0
%30.49
%6.73
%12.55

Codes

Color #DF9BD0 in popluar color models

DF9BD0
RGB223155208
HSL313°51.52%74.12%
HSB/HSV313°30.49%87.45%
CMYK0.00%30.49%6.73%
12.55%

Color #DF9BD0 in popluar number systems.

HEXDF9BD0
Decimal223155208
Binary110111111001101111010000
Octal337233320

Shades and tints

Shades of #DF9BD0

#DF9BD0
(223,155,208)
#CB8DBE
(203,141,190)
#B77FAC
(183,127,172)
#A3719A
(163,113,154)
#8F6388
(143,99,136)
#7B5576
(123,85,118)
#674764
(103,71,100)
#533952
(83,57,82)
#3F2B40
(63,43,64)
#2B1D2E
(43,29,46)
#170F1C
(23,15,28)
#000000
(0,0,0)

Tints of #DF9BD0

#DF9BD0
(223,155,208)
#E1A4D4
(225,164,212)
#E3ADD8
(227,173,216)
#E5B6DC
(229,182,220)
#E7BFE0
(231,191,224)
#E9C8E4
(233,200,228)
#EBD1E8
(235,209,232)
#EDDAEC
(237,218,236)
#EFE3F0
(239,227,240)
#F1ECF4
(241,236,244)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF9BD0 color. Also use rgb(223,155,208) instead hex code.

Text Font Color

.myTextColor { color: #DF9BD0; }

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

This text font color is #DF9BD0.


Background Color

.myBgColor { background-color: #DF9BD0; }

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

This div background color is #DF9BD0.


Border color

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

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

This div border color is #DF9BD0.


Opacity

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

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

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

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

This text has shadow with #DF9BD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF9BD0 on black background.


Color preview on white background

This text has color #DF9BD0 on white background.



Black color preview on #DF9BD0 background

This text has black color on #DF9BD0 background.


White color preview on #DF9BD0 background

This text has white color on #DF9BD0 background.