COLOR #DC7C8A

HEX: #DC7C8A
RGB: (220,124,138)

Color info

#DC7C8A contains mainly red color. Web safe color of #DC7C8A is #CC6699 (or #C69).

RGB color model

#DC7C8A color RGB value is (220,124,138).

  • red value is 220;
  • green value is 124;
  • blue value is 138.
RGB:
(220,124,138)
(86%,49%,54%)

RGB channels and saturation

R 220 of 255 = 86%
G 124 of 255 = 49%
B 138 of 255 = 54%

220
124
138

R + G + B ~ 63%. #DC7C8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 124 + 138 = 482 (100%)
R 220 of 482 ~ 45.64%
G 124 of 482 ~ 25.73%
B 138 of 482 ~ 28.63%

%45.64
%25.73
%28.63

CMYK color model

#DC7C8A color CMYK value is (0,44,37,14).

  • cyan value is 0.00%
  • magenta value is 43.64%
  • yellow value is 37.27%
  • key color value is 13.73%
CMYK:
(0,44,37,14)
C0M44Y37K14 
(0%,44%,37%,14%)
(0.00/0.44/0.37/0.14)	

CMYK percentages

%0
%43.64
%37.27
%13.73

Codes

Color #DC7C8A in popluar color models

DC7C8A
RGB220124138
HSL351°57.83%67.45%
HSB/HSV351°43.64%86.27%
CMYK0.00%43.64%37.27%
13.73%

Color #DC7C8A in popluar number systems.

HEXDC7C8A
Decimal220124138
Binary11011100111110010001010
Octal334174212

Shades and tints

Shades of #DC7C8A

#DC7C8A
(220,124,138)
#C8717E
(200,113,126)
#B46672
(180,102,114)
#A05B66
(160,91,102)
#8C505A
(140,80,90)
#78454E
(120,69,78)
#643A42
(100,58,66)
#502F36
(80,47,54)
#3C242A
(60,36,42)
#28191E
(40,25,30)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #DC7C8A

#DC7C8A
(220,124,138)
#DF8794
(223,135,148)
#E2929E
(226,146,158)
#E59DA8
(229,157,168)
#E8A8B2
(232,168,178)
#EBB3BC
(235,179,188)
#EEBEC6
(238,190,198)
#F1C9D0
(241,201,208)
#F4D4DA
(244,212,218)
#F7DFE4
(247,223,228)
#FAEAEE
(250,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC7C8A color. Also use rgb(220,124,138) instead hex code.

Text Font Color

.myTextColor { color: #DC7C8A; }

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

This text font color is #DC7C8A.


Background Color

.myBgColor { background-color: #DC7C8A; }

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

This div background color is #DC7C8A.


Border color

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

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

This div border color is #DC7C8A.


Opacity

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

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

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

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

This text has shadow with #DC7C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC7C8A on black background.


Color preview on white background

This text has color #DC7C8A on white background.



Black color preview on #DC7C8A background

This text has black color on #DC7C8A background.


White color preview on #DC7C8A background

This text has white color on #DC7C8A background.