COLOR #DF908F

HEX: #DF908F
RGB: (223,144,143)

Color info

#DF908F contains mainly red color. Web safe color of #DF908F is #CC9999 (or #C99).

RGB color model

#DF908F color RGB value is (223,144,143).

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

RGB channels and saturation

R 223 of 255 = 87%
G 144 of 255 = 56%
B 143 of 255 = 56%

223
144
143

R + G + B ~ 66%. #DF908F is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 144 + 143 = 510 (100%)
R 223 of 510 ~ 43.73%
G 144 of 510 ~ 28.24%
B 143 of 510 ~ 28.04%

%43.73
%28.24
%28.04

CMYK color model

#DF908F color CMYK value is (0,35,36,13).

  • cyan value is 0.00%
  • magenta value is 35.43%
  • yellow value is 35.87%
  • key color value is 12.55%
CMYK:
(0,35,36,13)
C0M35Y36K13 
(0%,35%,36%,13%)
(0.00/0.35/0.36/0.13)	

CMYK percentages

%0
%35.43
%35.87
%12.55

Codes

Color #DF908F in popluar color models

DF908F
RGB223144143
HSL55.56%71.76%
HSB/HSV35.87%87.45%
CMYK0.00%35.43%35.87%
12.55%

Color #DF908F in popluar number systems.

HEXDF908F
Decimal223144143
Binary110111111001000010001111
Octal337220217

Shades and tints

Shades of #DF908F

#DF908F
(223,144,143)
#CB8382
(203,131,130)
#B77675
(183,118,117)
#A36968
(163,105,104)
#8F5C5B
(143,92,91)
#7B4F4E
(123,79,78)
#674241
(103,66,65)
#533534
(83,53,52)
#3F2827
(63,40,39)
#2B1B1A
(43,27,26)
#170E0D
(23,14,13)
#000000
(0,0,0)

Tints of #DF908F

#DF908F
(223,144,143)
#E19A99
(225,154,153)
#E3A4A3
(227,164,163)
#E5AEAD
(229,174,173)
#E7B8B7
(231,184,183)
#E9C2C1
(233,194,193)
#EBCCCB
(235,204,203)
#EDD6D5
(237,214,213)
#EFE0DF
(239,224,223)
#F1EAE9
(241,234,233)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF908F; }

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

This text font color is #DF908F.


Background Color

.myBgColor { background-color: #DF908F; }

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

This div background color is #DF908F.


Border color

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

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

This div border color is #DF908F.


Opacity

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

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

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

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

This text has shadow with #DF908F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF908F on black background.


Color preview on white background

This text has color #DF908F on white background.



Black color preview on #DF908F background

This text has black color on #DF908F background.


White color preview on #DF908F background

This text has white color on #DF908F background.