COLOR #DF9BB4

HEX: #DF9BB4
RGB: (223,155,180)

Color info

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

RGB color model

#DF9BB4 color RGB value is (223,155,180).

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

RGB channels and saturation

R 223 of 255 = 87%
G 155 of 255 = 61%
B 180 of 255 = 71%

223
155
180

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

Portions of RGB colors in percentages

R + G + B =
223 + 155 + 180 = 558 (100%)
R 223 of 558 ~ 39.96%
G 155 of 558 ~ 27.78%
B 180 of 558 ~ 32.26%

%39.96
%27.78
%32.26

CMYK color model

#DF9BB4 color CMYK value is (0,30,19,13).

  • cyan value is 0.00%
  • magenta value is 30.49%
  • yellow value is 19.28%
  • key color value is 12.55%
CMYK:
(0,30,19,13)
C0M30Y19K13 
(0%,30%,19%,13%)
(0.00/0.30/0.19/0.13)	

CMYK percentages

%0
%30.49
%19.28
%12.55

Codes

Color #DF9BB4 in popluar color models

DF9BB4
RGB223155180
HSL338°51.52%74.12%
HSB/HSV338°30.49%87.45%
CMYK0.00%30.49%19.28%
12.55%

Color #DF9BB4 in popluar number systems.

HEXDF9BB4
Decimal223155180
Binary110111111001101110110100
Octal337233264

Shades and tints

Shades of #DF9BB4

#DF9BB4
(223,155,180)
#CB8DA4
(203,141,164)
#B77F94
(183,127,148)
#A37184
(163,113,132)
#8F6374
(143,99,116)
#7B5564
(123,85,100)
#674754
(103,71,84)
#533944
(83,57,68)
#3F2B34
(63,43,52)
#2B1D24
(43,29,36)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #DF9BB4

#DF9BB4
(223,155,180)
#E1A4BA
(225,164,186)
#E3ADC0
(227,173,192)
#E5B6C6
(229,182,198)
#E7BFCC
(231,191,204)
#E9C8D2
(233,200,210)
#EBD1D8
(235,209,216)
#EDDADE
(237,218,222)
#EFE3E4
(239,227,228)
#F1ECEA
(241,236,234)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF9BB4; }

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

This text font color is #DF9BB4.


Background Color

.myBgColor { background-color: #DF9BB4; }

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

This div background color is #DF9BB4.


Border color

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

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

This div border color is #DF9BB4.


Opacity

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

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

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

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

This text has shadow with #DF9BB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF9BB4 on black background.


Color preview on white background

This text has color #DF9BB4 on white background.



Black color preview on #DF9BB4 background

This text has black color on #DF9BB4 background.


White color preview on #DF9BB4 background

This text has white color on #DF9BB4 background.