COLOR #D67F91

HEX: #D67F91
RGB: (214,127,145)

Color info

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

RGB color model

#D67F91 color RGB value is (214,127,145).

  • red value is 214;
  • green value is 127;
  • blue value is 145.
RGB:
(214,127,145)
(84%,50%,57%)

RGB channels and saturation

R 214 of 255 = 84%
G 127 of 255 = 50%
B 145 of 255 = 57%

214
127
145

R + G + B ~ 64%. #D67F91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 127 + 145 = 486 (100%)
R 214 of 486 ~ 44.03%
G 127 of 486 ~ 26.13%
B 145 of 486 ~ 29.84%

%44.03
%26.13
%29.84

CMYK color model

#D67F91 color CMYK value is (0,41,32,16).

  • cyan value is 0.00%
  • magenta value is 40.65%
  • yellow value is 32.24%
  • key color value is 16.08%
CMYK:
(0,41,32,16)
C0M41Y32K16 
(0%,41%,32%,16%)
(0.00/0.41/0.32/0.16)	

CMYK percentages

%0
%40.65
%32.24
%16.08

Codes

Color #D67F91 in popluar color models

D67F91
RGB214127145
HSL348°51.48%66.86%
HSB/HSV348°40.65%83.92%
CMYK0.00%40.65%32.24%
16.08%

Color #D67F91 in popluar number systems.

HEXD67F91
Decimal214127145
Binary11010110111111110010001
Octal326177221

Shades and tints

Shades of #D67F91

#D67F91
(214,127,145)
#C37484
(195,116,132)
#B06977
(176,105,119)
#9D5E6A
(157,94,106)
#8A535D
(138,83,93)
#774850
(119,72,80)
#643D43
(100,61,67)
#513236
(81,50,54)
#3E2729
(62,39,41)
#2B1C1C
(43,28,28)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #D67F91

#D67F91
(214,127,145)
#D98A9B
(217,138,155)
#DC95A5
(220,149,165)
#DFA0AF
(223,160,175)
#E2ABB9
(226,171,185)
#E5B6C3
(229,182,195)
#E8C1CD
(232,193,205)
#EBCCD7
(235,204,215)
#EED7E1
(238,215,225)
#F1E2EB
(241,226,235)
#F4EDF5
(244,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D67F91 color. Also use rgb(214,127,145) instead hex code.

Text Font Color

.myTextColor { color: #D67F91; }

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

This text font color is #D67F91.


Background Color

.myBgColor { background-color: #D67F91; }

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

This div background color is #D67F91.


Border color

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

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

This div border color is #D67F91.


Opacity

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

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

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

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

This text has shadow with #D67F91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D67F91 on black background.


Color preview on white background

This text has color #D67F91 on white background.



Black color preview on #D67F91 background

This text has black color on #D67F91 background.


White color preview on #D67F91 background

This text has white color on #D67F91 background.