COLOR #DEB1C3

HEX: #DEB1C3
RGB: (222,177,195)

Color info

#DEB1C3 contains red, green and blue colors in about the same proportion. Web safe color of #DEB1C3 is #CC99CC (or #C9C).

RGB color model

#DEB1C3 color RGB value is (222,177,195).

  • red value is 222;
  • green value is 177;
  • blue value is 195.
RGB:
(222,177,195)
(87%,69%,76%)

RGB channels and saturation

R 222 of 255 = 87%
G 177 of 255 = 69%
B 195 of 255 = 76%

222
177
195

R + G + B ~ 77%. #DEB1C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 177 + 195 = 594 (100%)
R 222 of 594 ~ 37.37%
G 177 of 594 ~ 29.8%
B 195 of 594 ~ 32.83%

%37.37
%29.8
%32.83

CMYK color model

#DEB1C3 color CMYK value is (0,20,12,13).

  • cyan value is 0.00%
  • magenta value is 20.27%
  • yellow value is 12.16%
  • key color value is 12.94%
CMYK:
(0,20,12,13)
C0M20Y12K13 
(0%,20%,12%,13%)
(0.00/0.20/0.12/0.13)	

CMYK percentages

%0
%20.27
%12.16
%12.94

Codes

Color #DEB1C3 in popluar color models

DEB1C3
RGB222177195
HSL336°40.54%78.24%
HSB/HSV336°20.27%87.06%
CMYK0.00%20.27%12.16%
12.94%

Color #DEB1C3 in popluar number systems.

HEXDEB1C3
Decimal222177195
Binary110111101011000111000011
Octal336261303

Shades and tints

Shades of #DEB1C3

#DEB1C3
(222,177,195)
#CAA1B2
(202,161,178)
#B691A1
(182,145,161)
#A28190
(162,129,144)
#8E717F
(142,113,127)
#7A616E
(122,97,110)
#66515D
(102,81,93)
#52414C
(82,65,76)
#3E313B
(62,49,59)
#2A212A
(42,33,42)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #DEB1C3

#DEB1C3
(222,177,195)
#E1B8C8
(225,184,200)
#E4BFCD
(228,191,205)
#E7C6D2
(231,198,210)
#EACDD7
(234,205,215)
#EDD4DC
(237,212,220)
#F0DBE1
(240,219,225)
#F3E2E6
(243,226,230)
#F6E9EB
(246,233,235)
#F9F0F0
(249,240,240)
#FCF7F5
(252,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB1C3 color. Also use rgb(222,177,195) instead hex code.

Text Font Color

.myTextColor { color: #DEB1C3; }

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

This text font color is #DEB1C3.


Background Color

.myBgColor { background-color: #DEB1C3; }

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

This div background color is #DEB1C3.


Border color

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

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

This div border color is #DEB1C3.


Opacity

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

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

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

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

This text has shadow with #DEB1C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB1C3 on black background.


Color preview on white background

This text has color #DEB1C3 on white background.



Black color preview on #DEB1C3 background

This text has black color on #DEB1C3 background.


White color preview on #DEB1C3 background

This text has white color on #DEB1C3 background.