COLOR #DE7BC4

HEX: #DE7BC4
RGB: (222,123,196)

Color info

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

RGB color model

#DE7BC4 color RGB value is (222,123,196).

  • red value is 222;
  • green value is 123;
  • blue value is 196.
RGB:
(222,123,196)
(87%,48%,77%)

RGB channels and saturation

R 222 of 255 = 87%
G 123 of 255 = 48%
B 196 of 255 = 77%

222
123
196

R + G + B ~ 71%. #DE7BC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 123 + 196 = 541 (100%)
R 222 of 541 ~ 41.04%
G 123 of 541 ~ 22.74%
B 196 of 541 ~ 36.23%

%41.04
%22.74
%36.23

CMYK color model

#DE7BC4 color CMYK value is (0,45,12,13).

  • cyan value is 0.00%
  • magenta value is 44.59%
  • yellow value is 11.71%
  • key color value is 12.94%
CMYK:
(0,45,12,13)
C0M45Y12K13 
(0%,45%,12%,13%)
(0.00/0.45/0.12/0.13)	

CMYK percentages

%0
%44.59
%11.71
%12.94

Codes

Color #DE7BC4 in popluar color models

DE7BC4
RGB222123196
HSL316°60.00%67.65%
HSB/HSV316°44.59%87.06%
CMYK0.00%44.59%11.71%
12.94%

Color #DE7BC4 in popluar number systems.

HEXDE7BC4
Decimal222123196
Binary11011110111101111000100
Octal336173304

Shades and tints

Shades of #DE7BC4

#DE7BC4
(222,123,196)
#CA70B3
(202,112,179)
#B665A2
(182,101,162)
#A25A91
(162,90,145)
#8E4F80
(142,79,128)
#7A446F
(122,68,111)
#66395E
(102,57,94)
#522E4D
(82,46,77)
#3E233C
(62,35,60)
#2A182B
(42,24,43)
#160D1A
(22,13,26)
#000000
(0,0,0)

Tints of #DE7BC4

#DE7BC4
(222,123,196)
#E187C9
(225,135,201)
#E493CE
(228,147,206)
#E79FD3
(231,159,211)
#EAABD8
(234,171,216)
#EDB7DD
(237,183,221)
#F0C3E2
(240,195,226)
#F3CFE7
(243,207,231)
#F6DBEC
(246,219,236)
#F9E7F1
(249,231,241)
#FCF3F6
(252,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE7BC4 color. Also use rgb(222,123,196) instead hex code.

Text Font Color

.myTextColor { color: #DE7BC4; }

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

This text font color is #DE7BC4.


Background Color

.myBgColor { background-color: #DE7BC4; }

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

This div background color is #DE7BC4.


Border color

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

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

This div border color is #DE7BC4.


Opacity

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

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

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

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

This text has shadow with #DE7BC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE7BC4 on black background.


Color preview on white background

This text has color #DE7BC4 on white background.



Black color preview on #DE7BC4 background

This text has black color on #DE7BC4 background.


White color preview on #DE7BC4 background

This text has white color on #DE7BC4 background.