COLOR #DF767C

HEX: #DF767C
RGB: (223,118,124)

Color info

#DF767C contains mainly red color. Web safe color of #DF767C is #CC6666 (or #C66).

RGB color model

#DF767C color RGB value is (223,118,124).

  • red value is 223;
  • green value is 118;
  • blue value is 124.
RGB:
(223,118,124)
(87%,46%,49%)

RGB channels and saturation

R 223 of 255 = 87%
G 118 of 255 = 46%
B 124 of 255 = 49%

223
118
124

R + G + B ~ 61%. #DF767C is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 118 + 124 = 465 (100%)
R 223 of 465 ~ 47.96%
G 118 of 465 ~ 25.38%
B 124 of 465 ~ 26.67%

%47.96
%25.38
%26.67

CMYK color model

#DF767C color CMYK value is (0,47,44,13).

  • cyan value is 0.00%
  • magenta value is 47.09%
  • yellow value is 44.39%
  • key color value is 12.55%
CMYK:
(0,47,44,13)
C0M47Y44K13 
(0%,47%,44%,13%)
(0.00/0.47/0.44/0.13)	

CMYK percentages

%0
%47.09
%44.39
%12.55

Codes

Color #DF767C in popluar color models

DF767C
RGB223118124
HSL357°62.13%66.86%
HSB/HSV357°47.09%87.45%
CMYK0.00%47.09%44.39%
12.55%

Color #DF767C in popluar number systems.

HEXDF767C
Decimal223118124
Binary1101111111101101111100
Octal337166174

Shades and tints

Shades of #DF767C

#DF767C
(223,118,124)
#CB6C71
(203,108,113)
#B76266
(183,98,102)
#A3585B
(163,88,91)
#8F4E50
(143,78,80)
#7B4445
(123,68,69)
#673A3A
(103,58,58)
#53302F
(83,48,47)
#3F2624
(63,38,36)
#2B1C19
(43,28,25)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #DF767C

#DF767C
(223,118,124)
#E18287
(225,130,135)
#E38E92
(227,142,146)
#E59A9D
(229,154,157)
#E7A6A8
(231,166,168)
#E9B2B3
(233,178,179)
#EBBEBE
(235,190,190)
#EDCAC9
(237,202,201)
#EFD6D4
(239,214,212)
#F1E2DF
(241,226,223)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF767C color. Also use rgb(223,118,124) instead hex code.

Text Font Color

.myTextColor { color: #DF767C; }

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

This text font color is #DF767C.


Background Color

.myBgColor { background-color: #DF767C; }

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

This div background color is #DF767C.


Border color

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

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

This div border color is #DF767C.


Opacity

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

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

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

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

This text has shadow with #DF767C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF767C on black background.


Color preview on white background

This text has color #DF767C on white background.



Black color preview on #DF767C background

This text has black color on #DF767C background.


White color preview on #DF767C background

This text has white color on #DF767C background.