COLOR #DC667B

HEX: #DC667B
RGB: (220,102,123)

Color info

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

RGB color model

#DC667B color RGB value is (220,102,123).

  • red value is 220;
  • green value is 102;
  • blue value is 123.
RGB:
(220,102,123)
(86%,40%,48%)

RGB channels and saturation

R 220 of 255 = 86%
G 102 of 255 = 40%
B 123 of 255 = 48%

220
102
123

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

Portions of RGB colors in percentages

R + G + B =
220 + 102 + 123 = 445 (100%)
R 220 of 445 ~ 49.44%
G 102 of 445 ~ 22.92%
B 123 of 445 ~ 27.64%

%49.44
%22.92
%27.64

CMYK color model

#DC667B color CMYK value is (0,54,44,14).

  • cyan value is 0.00%
  • magenta value is 53.64%
  • yellow value is 44.09%
  • key color value is 13.73%
CMYK:
(0,54,44,14)
C0M54Y44K14 
(0%,54%,44%,14%)
(0.00/0.54/0.44/0.14)	

CMYK percentages

%0
%53.64
%44.09
%13.73

Codes

Color #DC667B in popluar color models

DC667B
RGB220102123
HSL349°62.77%63.14%
HSB/HSV349°53.64%86.27%
CMYK0.00%53.64%44.09%
13.73%

Color #DC667B in popluar number systems.

HEXDC667B
Decimal220102123
Binary1101110011001101111011
Octal334146173

Shades and tints

Shades of #DC667B

#DC667B
(220,102,123)
#C85D70
(200,93,112)
#B45465
(180,84,101)
#A04B5A
(160,75,90)
#8C424F
(140,66,79)
#783944
(120,57,68)
#643039
(100,48,57)
#50272E
(80,39,46)
#3C1E23
(60,30,35)
#281518
(40,21,24)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #DC667B

#DC667B
(220,102,123)
#DF7387
(223,115,135)
#E28093
(226,128,147)
#E58D9F
(229,141,159)
#E89AAB
(232,154,171)
#EBA7B7
(235,167,183)
#EEB4C3
(238,180,195)
#F1C1CF
(241,193,207)
#F4CEDB
(244,206,219)
#F7DBE7
(247,219,231)
#FAE8F3
(250,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC667B; }

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

This text font color is #DC667B.


Background Color

.myBgColor { background-color: #DC667B; }

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

This div background color is #DC667B.


Border color

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

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

This div border color is #DC667B.


Opacity

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

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

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

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

This text has shadow with #DC667B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC667B on black background.


Color preview on white background

This text has color #DC667B on white background.



Black color preview on #DC667B background

This text has black color on #DC667B background.


White color preview on #DC667B background

This text has white color on #DC667B background.