COLOR #DEB2C5

HEX: #DEB2C5
RGB: (222,178,197)

Color info

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

RGB color model

#DEB2C5 color RGB value is (222,178,197).

  • red value is 222;
  • green value is 178;
  • blue value is 197.
RGB:
(222,178,197)
(87%,70%,77%)

RGB channels and saturation

R 222 of 255 = 87%
G 178 of 255 = 70%
B 197 of 255 = 77%

222
178
197

R + G + B ~ 78%. #DEB2C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 178 + 197 = 597 (100%)
R 222 of 597 ~ 37.19%
G 178 of 597 ~ 29.82%
B 197 of 597 ~ 33%

%37.19
%29.82
%33

CMYK color model

#DEB2C5 color CMYK value is (0,20,11,13).

  • cyan value is 0.00%
  • magenta value is 19.82%
  • yellow value is 11.26%
  • key color value is 12.94%
CMYK:
(0,20,11,13)
C0M20Y11K13 
(0%,20%,11%,13%)
(0.00/0.20/0.11/0.13)	

CMYK percentages

%0
%19.82
%11.26
%12.94

Codes

Color #DEB2C5 in popluar color models

DEB2C5
RGB222178197
HSL334°40.00%78.43%
HSB/HSV334°19.82%87.06%
CMYK0.00%19.82%11.26%
12.94%

Color #DEB2C5 in popluar number systems.

HEXDEB2C5
Decimal222178197
Binary110111101011001011000101
Octal336262305

Shades and tints

Shades of #DEB2C5

#DEB2C5
(222,178,197)
#CAA2B4
(202,162,180)
#B692A3
(182,146,163)
#A28292
(162,130,146)
#8E7281
(142,114,129)
#7A6270
(122,98,112)
#66525F
(102,82,95)
#52424E
(82,66,78)
#3E323D
(62,50,61)
#2A222C
(42,34,44)
#16121B
(22,18,27)
#000000
(0,0,0)

Tints of #DEB2C5

#DEB2C5
(222,178,197)
#E1B9CA
(225,185,202)
#E4C0CF
(228,192,207)
#E7C7D4
(231,199,212)
#EACED9
(234,206,217)
#EDD5DE
(237,213,222)
#F0DCE3
(240,220,227)
#F3E3E8
(243,227,232)
#F6EAED
(246,234,237)
#F9F1F2
(249,241,242)
#FCF8F7
(252,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB2C5 color. Also use rgb(222,178,197) instead hex code.

Text Font Color

.myTextColor { color: #DEB2C5; }

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

This text font color is #DEB2C5.


Background Color

.myBgColor { background-color: #DEB2C5; }

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

This div background color is #DEB2C5.


Border color

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

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

This div border color is #DEB2C5.


Opacity

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

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

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

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

This text has shadow with #DEB2C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB2C5 on black background.


Color preview on white background

This text has color #DEB2C5 on white background.



Black color preview on #DEB2C5 background

This text has black color on #DEB2C5 background.


White color preview on #DEB2C5 background

This text has white color on #DEB2C5 background.