COLOR #DE7FB6

HEX: #DE7FB6
RGB: (222,127,182)

Color info

#DE7FB6 contains mainly red and blue colors. Web safe color of #DE7FB6 is #CC66CC (or #C6C).

RGB color model

#DE7FB6 color RGB value is (222,127,182).

  • red value is 222;
  • green value is 127;
  • blue value is 182.
RGB:
(222,127,182)
(87%,50%,71%)

RGB channels and saturation

R 222 of 255 = 87%
G 127 of 255 = 50%
B 182 of 255 = 71%

222
127
182

R + G + B ~ 69%. #DE7FB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 127 + 182 = 531 (100%)
R 222 of 531 ~ 41.81%
G 127 of 531 ~ 23.92%
B 182 of 531 ~ 34.27%

%41.81
%23.92
%34.27

CMYK color model

#DE7FB6 color CMYK value is (0,43,18,13).

  • cyan value is 0.00%
  • magenta value is 42.79%
  • yellow value is 18.02%
  • key color value is 12.94%
CMYK:
(0,43,18,13)
C0M43Y18K13 
(0%,43%,18%,13%)
(0.00/0.43/0.18/0.13)	

CMYK percentages

%0
%42.79
%18.02
%12.94

Codes

Color #DE7FB6 in popluar color models

DE7FB6
RGB222127182
HSL325°59.01%68.43%
HSB/HSV325°42.79%87.06%
CMYK0.00%42.79%18.02%
12.94%

Color #DE7FB6 in popluar number systems.

HEXDE7FB6
Decimal222127182
Binary11011110111111110110110
Octal336177266

Shades and tints

Shades of #DE7FB6

#DE7FB6
(222,127,182)
#CA74A6
(202,116,166)
#B66996
(182,105,150)
#A25E86
(162,94,134)
#8E5376
(142,83,118)
#7A4866
(122,72,102)
#663D56
(102,61,86)
#523246
(82,50,70)
#3E2736
(62,39,54)
#2A1C26
(42,28,38)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #DE7FB6

#DE7FB6
(222,127,182)
#E18ABC
(225,138,188)
#E495C2
(228,149,194)
#E7A0C8
(231,160,200)
#EAABCE
(234,171,206)
#EDB6D4
(237,182,212)
#F0C1DA
(240,193,218)
#F3CCE0
(243,204,224)
#F6D7E6
(246,215,230)
#F9E2EC
(249,226,236)
#FCEDF2
(252,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE7FB6 color. Also use rgb(222,127,182) instead hex code.

Text Font Color

.myTextColor { color: #DE7FB6; }

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

This text font color is #DE7FB6.


Background Color

.myBgColor { background-color: #DE7FB6; }

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

This div background color is #DE7FB6.


Border color

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

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

This div border color is #DE7FB6.


Opacity

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

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

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

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

This text has shadow with #DE7FB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE7FB6 on black background.


Color preview on white background

This text has color #DE7FB6 on white background.



Black color preview on #DE7FB6 background

This text has black color on #DE7FB6 background.


White color preview on #DE7FB6 background

This text has white color on #DE7FB6 background.