COLOR #DC6976

HEX: #DC6976
RGB: (220,105,118)

Color info

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

RGB color model

#DC6976 color RGB value is (220,105,118).

  • red value is 220;
  • green value is 105;
  • blue value is 118.
RGB:
(220,105,118)
(86%,41%,46%)

RGB channels and saturation

R 220 of 255 = 86%
G 105 of 255 = 41%
B 118 of 255 = 46%

220
105
118

R + G + B ~ 58%. #DC6976 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
220 + 105 + 118 = 443 (100%)
R 220 of 443 ~ 49.66%
G 105 of 443 ~ 23.7%
B 118 of 443 ~ 26.64%

%49.66
%23.7
%26.64

CMYK color model

#DC6976 color CMYK value is (0,52,46,14).

  • cyan value is 0.00%
  • magenta value is 52.27%
  • yellow value is 46.36%
  • key color value is 13.73%
CMYK:
(0,52,46,14)
C0M52Y46K14 
(0%,52%,46%,14%)
(0.00/0.52/0.46/0.14)	

CMYK percentages

%0
%52.27
%46.36
%13.73

Codes

Color #DC6976 in popluar color models

DC6976
RGB220105118
HSL353°62.16%63.73%
HSB/HSV353°52.27%86.27%
CMYK0.00%52.27%46.36%
13.73%

Color #DC6976 in popluar number systems.

HEXDC6976
Decimal220105118
Binary1101110011010011110110
Octal334151166

Shades and tints

Shades of #DC6976

#DC6976
(220,105,118)
#C8606C
(200,96,108)
#B45762
(180,87,98)
#A04E58
(160,78,88)
#8C454E
(140,69,78)
#783C44
(120,60,68)
#64333A
(100,51,58)
#502A30
(80,42,48)
#3C2126
(60,33,38)
#28181C
(40,24,28)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #DC6976

#DC6976
(220,105,118)
#DF7682
(223,118,130)
#E2838E
(226,131,142)
#E5909A
(229,144,154)
#E89DA6
(232,157,166)
#EBAAB2
(235,170,178)
#EEB7BE
(238,183,190)
#F1C4CA
(241,196,202)
#F4D1D6
(244,209,214)
#F7DEE2
(247,222,226)
#FAEBEE
(250,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC6976 color. Also use rgb(220,105,118) instead hex code.

Text Font Color

.myTextColor { color: #DC6976; }

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

This text font color is #DC6976.


Background Color

.myBgColor { background-color: #DC6976; }

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

This div background color is #DC6976.


Border color

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

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

This div border color is #DC6976.


Opacity

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

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

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

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

This text has shadow with #DC6976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC6976 on black background.


Color preview on white background

This text has color #DC6976 on white background.



Black color preview on #DC6976 background

This text has black color on #DC6976 background.


White color preview on #DC6976 background

This text has white color on #DC6976 background.