COLOR #DF938C

HEX: #DF938C
RGB: (223,147,140)

Color info

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

RGB color model

#DF938C color RGB value is (223,147,140).

  • red value is 223;
  • green value is 147;
  • blue value is 140.
RGB: (223,147,140) (87%,58%,55%)

RGB channels and saturation

R 223 of 255 = 87%
G 147 of 255 = 58%
B 140 of 255 = 55%

223
147
140

R + G + B ~ 67%. #DF938C is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 147 + 140 = 510 (100%)
R 223 of 510 ~ 43.73%
G 147 of 510 ~ 28.82%
B 140 of 510 ~ 27.45%

%43.73
%28.82
%27.45

CMYK color model

#DF938C color CMYK value is (0,34,37,13).

  • cyan value is 0.00%
  • magenta value is 34.08%
  • yellow value is 37.22%
  • key color value is 12.55%
CMYK: (0,34,37,13) C0M34Y37K13 (0%,34%,37%,13%) (0.00/0.34/0.37/0.13)

CMYK percentages

%0
%34.08
%37.22
%12.55

Codes

Color #DF938C in popluar color models

DF938C
RGB223147140
HSL56.46%71.18%
HSB/HSV37.22%87.45%
CMYK0.00%34.08%37.22%
12.55%

Color #DF938C in popluar number systems.

HEXDF938C
Decimal223147140
Binary110111111001001110001100
Octal337223214

Shades and tints

Shades of #DF938C

#DF938C
(223,147,140)
#CB8680
(203,134,128)
#B77974
(183,121,116)
#A36C68
(163,108,104)
#8F5F5C
(143,95,92)
#7B5250
(123,82,80)
#674544
(103,69,68)
#533838
(83,56,56)
#3F2B2C
(63,43,44)
#2B1E20
(43,30,32)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #DF938C

#DF938C
(223,147,140)
#E19C96
(225,156,150)
#E3A5A0
(227,165,160)
#E5AEAA
(229,174,170)
#E7B7B4
(231,183,180)
#E9C0BE
(233,192,190)
#EBC9C8
(235,201,200)
#EDD2D2
(237,210,210)
#EFDBDC
(239,219,220)
#F1E4E6
(241,228,230)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF938C color. Also use rgb(223,147,140) instead hex code.

Text Font Color

.myTextColor { color: #DF938C; }

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

This text font color is #DF938C.


Background Color

.myBgColor { background-color: #DF938C; }

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

This div background color is #DF938C.


Border color

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

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

This div border color is #DF938C.


Opacity

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

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

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

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

This text has shadow with #DF938C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DF938C on black background.


Color preview on white background

This text has color #DF938C on white background.



Black color preview on #DF938C background

This text has black color on #DF938C background.


White color preview on #DF938C background

This text has white color on #DF938C background.