COLOR #D66B80

HEX: #D66B80
RGB: (214,107,128)

Color info

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

RGB color model

#D66B80 color RGB value is (214,107,128).

  • red value is 214;
  • green value is 107;
  • blue value is 128.
RGB:
(214,107,128)
(84%,42%,50%)

RGB channels and saturation

R 214 of 255 = 84%
G 107 of 255 = 42%
B 128 of 255 = 50%

214
107
128

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

Portions of RGB colors in percentages

R + G + B =
214 + 107 + 128 = 449 (100%)
R 214 of 449 ~ 47.66%
G 107 of 449 ~ 23.83%
B 128 of 449 ~ 28.51%

%47.66
%23.83
%28.51

CMYK color model

#D66B80 color CMYK value is (0,50,40,16).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 40.19%
  • key color value is 16.08%
CMYK:
(0,50,40,16)
C0M50Y40K16 
(0%,50%,40%,16%)
(0.00/0.50/0.40/0.16)	

CMYK percentages

%0
%50
%40.19
%16.08

Codes

Color #D66B80 in popluar color models

D66B80
RGB214107128
HSL348°56.61%62.94%
HSB/HSV348°50.00%83.92%
CMYK0.00%50.00%40.19%
16.08%

Color #D66B80 in popluar number systems.

HEXD66B80
Decimal214107128
Binary11010110110101110000000
Octal326153200

Shades and tints

Shades of #D66B80

#D66B80
(214,107,128)
#C36275
(195,98,117)
#B0596A
(176,89,106)
#9D505F
(157,80,95)
#8A4754
(138,71,84)
#773E49
(119,62,73)
#64353E
(100,53,62)
#512C33
(81,44,51)
#3E2328
(62,35,40)
#2B1A1D
(43,26,29)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #D66B80

#D66B80
(214,107,128)
#D9788B
(217,120,139)
#DC8596
(220,133,150)
#DF92A1
(223,146,161)
#E29FAC
(226,159,172)
#E5ACB7
(229,172,183)
#E8B9C2
(232,185,194)
#EBC6CD
(235,198,205)
#EED3D8
(238,211,216)
#F1E0E3
(241,224,227)
#F4EDEE
(244,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D66B80; }

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

This text font color is #D66B80.


Background Color

.myBgColor { background-color: #D66B80; }

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

This div background color is #D66B80.


Border color

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

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

This div border color is #D66B80.


Opacity

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

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

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

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

This text has shadow with #D66B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D66B80 on black background.


Color preview on white background

This text has color #D66B80 on white background.



Black color preview on #D66B80 background

This text has black color on #D66B80 background.


White color preview on #D66B80 background

This text has white color on #D66B80 background.