COLOR #D66A81

HEX: #D66A81
RGB: (214,106,129)

Color info

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

RGB color model

#D66A81 color RGB value is (214,106,129).

  • red value is 214;
  • green value is 106;
  • blue value is 129.
RGB:
(214,106,129)
(84%,42%,51%)

RGB channels and saturation

R 214 of 255 = 84%
G 106 of 255 = 42%
B 129 of 255 = 51%

214
106
129

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

Portions of RGB colors in percentages

R + G + B =
214 + 106 + 129 = 449 (100%)
R 214 of 449 ~ 47.66%
G 106 of 449 ~ 23.61%
B 129 of 449 ~ 28.73%

%47.66
%23.61
%28.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.47%
  • yellow value is 39.72%
  • 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.47
%39.72
%16.08

Codes

Color #D66A81 in popluar color models

D66A81
RGB214106129
HSL347°56.84%62.75%
HSB/HSV347°50.47%83.92%
CMYK0.00%50.47%39.72%
16.08%

Color #D66A81 in popluar number systems.

HEXD66A81
Decimal214106129
Binary11010110110101010000001
Octal326152201

Shades and tints

Shades of #D66A81

#D66A81
(214,106,129)
#C36176
(195,97,118)
#B0586B
(176,88,107)
#9D4F60
(157,79,96)
#8A4655
(138,70,85)
#773D4A
(119,61,74)
#64343F
(100,52,63)
#512B34
(81,43,52)
#3E2229
(62,34,41)
#2B191E
(43,25,30)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #D66A81

#D66A81
(214,106,129)
#D9778C
(217,119,140)
#DC8497
(220,132,151)
#DF91A2
(223,145,162)
#E29EAD
(226,158,173)
#E5ABB8
(229,171,184)
#E8B8C3
(232,184,195)
#EBC5CE
(235,197,206)
#EED2D9
(238,210,217)
#F1DFE4
(241,223,228)
#F4ECEF
(244,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D66A81 color. Also use rgb(214,106,129) instead hex code.

Text Font Color

.myTextColor { color: #D66A81; }

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

This text font color is #D66A81.


Background Color

.myBgColor { background-color: #D66A81; }

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

This div background color is #D66A81.


Border color

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

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

This div border color is #D66A81.


Opacity

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

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

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

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

This text has shadow with #D66A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D66A81 on black background.


Color preview on white background

This text has color #D66A81 on white background.



Black color preview on #D66A81 background

This text has black color on #D66A81 background.


White color preview on #D66A81 background

This text has white color on #D66A81 background.