COLOR #DF9BA5

HEX: #DF9BA5
RGB: (223,155,165)

Color info

#DF9BA5 contains mainly red and blue colors. Web safe color of #DF9BA5 is #CC9999 (or #C99).

RGB color model

#DF9BA5 color RGB value is (223,155,165).

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

RGB channels and saturation

R 223 of 255 = 87%
G 155 of 255 = 61%
B 165 of 255 = 65%

223
155
165

R + G + B ~ 71%. #DF9BA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 155 + 165 = 543 (100%)
R 223 of 543 ~ 41.07%
G 155 of 543 ~ 28.55%
B 165 of 543 ~ 30.39%

%41.07
%28.55
%30.39

CMYK color model

#DF9BA5 color CMYK value is (0,30,26,13).

  • cyan value is 0.00%
  • magenta value is 30.49%
  • yellow value is 26.01%
  • key color value is 12.55%
CMYK:
(0,30,26,13)
C0M30Y26K13 
(0%,30%,26%,13%)
(0.00/0.30/0.26/0.13)	

CMYK percentages

%0
%30.49
%26.01
%12.55

Codes

Color #DF9BA5 in popluar color models

DF9BA5
RGB223155165
HSL351°51.52%74.12%
HSB/HSV351°30.49%87.45%
CMYK0.00%30.49%26.01%
12.55%

Color #DF9BA5 in popluar number systems.

HEXDF9BA5
Decimal223155165
Binary110111111001101110100101
Octal337233245

Shades and tints

Shades of #DF9BA5

#DF9BA5
(223,155,165)
#CB8D96
(203,141,150)
#B77F87
(183,127,135)
#A37178
(163,113,120)
#8F6369
(143,99,105)
#7B555A
(123,85,90)
#67474B
(103,71,75)
#53393C
(83,57,60)
#3F2B2D
(63,43,45)
#2B1D1E
(43,29,30)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #DF9BA5

#DF9BA5
(223,155,165)
#E1A4AD
(225,164,173)
#E3ADB5
(227,173,181)
#E5B6BD
(229,182,189)
#E7BFC5
(231,191,197)
#E9C8CD
(233,200,205)
#EBD1D5
(235,209,213)
#EDDADD
(237,218,221)
#EFE3E5
(239,227,229)
#F1ECED
(241,236,237)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF9BA5; }

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

This text font color is #DF9BA5.


Background Color

.myBgColor { background-color: #DF9BA5; }

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

This div background color is #DF9BA5.


Border color

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

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

This div border color is #DF9BA5.


Opacity

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

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

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

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

This text has shadow with #DF9BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF9BA5 on black background.


Color preview on white background

This text has color #DF9BA5 on white background.



Black color preview on #DF9BA5 background

This text has black color on #DF9BA5 background.


White color preview on #DF9BA5 background

This text has white color on #DF9BA5 background.