COLOR #DC6B6B

HEX: #DC6B6B
RGB: (220,107,107)

Color info

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

RGB color model

#DC6B6B color RGB value is (220,107,107).

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

RGB channels and saturation

R 220 of 255 = 86%
G 107 of 255 = 42%
B 107 of 255 = 42%

220
107
107

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

Portions of RGB colors in percentages

R + G + B =
220 + 107 + 107 = 434 (100%)
R 220 of 434 ~ 50.69%
G 107 of 434 ~ 24.65%
B 107 of 434 ~ 24.65%

%50.69
%24.65
%24.65

CMYK color model

#DC6B6B color CMYK value is (0,51,51,14).

  • cyan value is 0.00%
  • magenta value is 51.36%
  • yellow value is 51.36%
  • key color value is 13.73%
CMYK:
(0,51,51,14)
C0M51Y51K14 
(0%,51%,51%,14%)
(0.00/0.51/0.51/0.14)	

CMYK percentages

%0
%51.36
%51.36
%13.73

Codes

Color #DC6B6B in popluar color models

DC6B6B
RGB220107107
HSL61.75%64.12%
HSB/HSV51.36%86.27%
CMYK0.00%51.36%51.36%
13.73%

Color #DC6B6B in popluar number systems.

HEXDC6B6B
Decimal220107107
Binary1101110011010111101011
Octal334153153

Shades and tints

Shades of #DC6B6B

#DC6B6B
(220,107,107)
#C86262
(200,98,98)
#B45959
(180,89,89)
#A05050
(160,80,80)
#8C4747
(140,71,71)
#783E3E
(120,62,62)
#643535
(100,53,53)
#502C2C
(80,44,44)
#3C2323
(60,35,35)
#281A1A
(40,26,26)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #DC6B6B

#DC6B6B
(220,107,107)
#DF7878
(223,120,120)
#E28585
(226,133,133)
#E59292
(229,146,146)
#E89F9F
(232,159,159)
#EBACAC
(235,172,172)
#EEB9B9
(238,185,185)
#F1C6C6
(241,198,198)
#F4D3D3
(244,211,211)
#F7E0E0
(247,224,224)
#FAEDED
(250,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC6B6B; }

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

This text font color is #DC6B6B.


Background Color

.myBgColor { background-color: #DC6B6B; }

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

This div background color is #DC6B6B.


Border color

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

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

This div border color is #DC6B6B.


Opacity

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

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

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

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

This text has shadow with #DC6B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC6B6B on black background.


Color preview on white background

This text has color #DC6B6B on white background.



Black color preview on #DC6B6B background

This text has black color on #DC6B6B background.


White color preview on #DC6B6B background

This text has white color on #DC6B6B background.