COLOR #DF90BC

HEX: #DF90BC
RGB: (223,144,188)

Color info

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

RGB color model

#DF90BC color RGB value is (223,144,188).

  • red value is 223;
  • green value is 144;
  • blue value is 188.
RGB:
(223,144,188)
(87%,56%,74%)

RGB channels and saturation

R 223 of 255 = 87%
G 144 of 255 = 56%
B 188 of 255 = 74%

223
144
188

R + G + B ~ 72%. #DF90BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 144 + 188 = 555 (100%)
R 223 of 555 ~ 40.18%
G 144 of 555 ~ 25.95%
B 188 of 555 ~ 33.87%

%40.18
%25.95
%33.87

CMYK color model

#DF90BC color CMYK value is (0,35,16,13).

  • cyan value is 0.00%
  • magenta value is 35.43%
  • yellow value is 15.70%
  • key color value is 12.55%
CMYK:
(0,35,16,13)
C0M35Y16K13 
(0%,35%,16%,13%)
(0.00/0.35/0.16/0.13)	

CMYK percentages

%0
%35.43
%15.7
%12.55

Codes

Color #DF90BC in popluar color models

DF90BC
RGB223144188
HSL327°55.24%71.96%
HSB/HSV327°35.43%87.45%
CMYK0.00%35.43%15.70%
12.55%

Color #DF90BC in popluar number systems.

HEXDF90BC
Decimal223144188
Binary110111111001000010111100
Octal337220274

Shades and tints

Shades of #DF90BC

#DF90BC
(223,144,188)
#CB83AB
(203,131,171)
#B7769A
(183,118,154)
#A36989
(163,105,137)
#8F5C78
(143,92,120)
#7B4F67
(123,79,103)
#674256
(103,66,86)
#533545
(83,53,69)
#3F2834
(63,40,52)
#2B1B23
(43,27,35)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #DF90BC

#DF90BC
(223,144,188)
#E19AC2
(225,154,194)
#E3A4C8
(227,164,200)
#E5AECE
(229,174,206)
#E7B8D4
(231,184,212)
#E9C2DA
(233,194,218)
#EBCCE0
(235,204,224)
#EDD6E6
(237,214,230)
#EFE0EC
(239,224,236)
#F1EAF2
(241,234,242)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF90BC color. Also use rgb(223,144,188) instead hex code.

Text Font Color

.myTextColor { color: #DF90BC; }

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

This text font color is #DF90BC.


Background Color

.myBgColor { background-color: #DF90BC; }

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

This div background color is #DF90BC.


Border color

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

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

This div border color is #DF90BC.


Opacity

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

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

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

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

This text has shadow with #DF90BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF90BC on black background.


Color preview on white background

This text has color #DF90BC on white background.



Black color preview on #DF90BC background

This text has black color on #DF90BC background.


White color preview on #DF90BC background

This text has white color on #DF90BC background.