COLOR #DC6A8B

HEX: #DC6A8B
RGB: (220,106,139)

Color info

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

RGB color model

#DC6A8B color RGB value is (220,106,139).

  • red value is 220;
  • green value is 106;
  • blue value is 139.
RGB:
(220,106,139)
(86%,42%,55%)

RGB channels and saturation

R 220 of 255 = 86%
G 106 of 255 = 42%
B 139 of 255 = 55%

220
106
139

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

Portions of RGB colors in percentages

R + G + B =
220 + 106 + 139 = 465 (100%)
R 220 of 465 ~ 47.31%
G 106 of 465 ~ 22.8%
B 139 of 465 ~ 29.89%

%47.31
%22.8
%29.89

CMYK color model

#DC6A8B color CMYK value is (0,52,37,14).

  • cyan value is 0.00%
  • magenta value is 51.82%
  • yellow value is 36.82%
  • key color value is 13.73%
CMYK:
(0,52,37,14)
C0M52Y37K14 
(0%,52%,37%,14%)
(0.00/0.52/0.37/0.14)	

CMYK percentages

%0
%51.82
%36.82
%13.73

Codes

Color #DC6A8B in popluar color models

DC6A8B
RGB220106139
HSL343°61.96%63.92%
HSB/HSV343°51.82%86.27%
CMYK0.00%51.82%36.82%
13.73%

Color #DC6A8B in popluar number systems.

HEXDC6A8B
Decimal220106139
Binary11011100110101010001011
Octal334152213

Shades and tints

Shades of #DC6A8B

#DC6A8B
(220,106,139)
#C8617F
(200,97,127)
#B45873
(180,88,115)
#A04F67
(160,79,103)
#8C465B
(140,70,91)
#783D4F
(120,61,79)
#643443
(100,52,67)
#502B37
(80,43,55)
#3C222B
(60,34,43)
#28191F
(40,25,31)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #DC6A8B

#DC6A8B
(220,106,139)
#DF7795
(223,119,149)
#E2849F
(226,132,159)
#E591A9
(229,145,169)
#E89EB3
(232,158,179)
#EBABBD
(235,171,189)
#EEB8C7
(238,184,199)
#F1C5D1
(241,197,209)
#F4D2DB
(244,210,219)
#F7DFE5
(247,223,229)
#FAECEF
(250,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC6A8B color. Also use rgb(220,106,139) instead hex code.

Text Font Color

.myTextColor { color: #DC6A8B; }

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

This text font color is #DC6A8B.


Background Color

.myBgColor { background-color: #DC6A8B; }

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

This div background color is #DC6A8B.


Border color

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

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

This div border color is #DC6A8B.


Opacity

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

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

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

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

This text has shadow with #DC6A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC6A8B on black background.


Color preview on white background

This text has color #DC6A8B on white background.



Black color preview on #DC6A8B background

This text has black color on #DC6A8B background.


White color preview on #DC6A8B background

This text has white color on #DC6A8B background.