COLOR #DEB6C2

HEX: #DEB6C2
RGB: (222,182,194)

Color info

#DEB6C2 contains red, green and blue colors in about the same proportion. Web safe color of #DEB6C2 is #CCCCCC (or #CCC).

RGB color model

#DEB6C2 color RGB value is (222,182,194).

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

RGB channels and saturation

R 222 of 255 = 87%
G 182 of 255 = 71%
B 194 of 255 = 76%

222
182
194

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

Portions of RGB colors in percentages

R + G + B =
222 + 182 + 194 = 598 (100%)
R 222 of 598 ~ 37.12%
G 182 of 598 ~ 30.43%
B 194 of 598 ~ 32.44%

%37.12
%30.43
%32.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.02%
  • yellow value is 12.61%
  • key color value is 12.94%
CMYK:
(0,18,13,13)
C0M18Y13K13 
(0%,18%,13%,13%)
(0.00/0.18/0.13/0.13)	

CMYK percentages

%0
%18.02
%12.61
%12.94

Codes

Color #DEB6C2 in popluar color models

DEB6C2
RGB222182194
HSL342°37.74%79.22%
HSB/HSV342°18.02%87.06%
CMYK0.00%18.02%12.61%
12.94%

Color #DEB6C2 in popluar number systems.

HEXDEB6C2
Decimal222182194
Binary110111101011011011000010
Octal336266302

Shades and tints

Shades of #DEB6C2

#DEB6C2
(222,182,194)
#CAA6B1
(202,166,177)
#B696A0
(182,150,160)
#A2868F
(162,134,143)
#8E767E
(142,118,126)
#7A666D
(122,102,109)
#66565C
(102,86,92)
#52464B
(82,70,75)
#3E363A
(62,54,58)
#2A2629
(42,38,41)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #DEB6C2

#DEB6C2
(222,182,194)
#E1BCC7
(225,188,199)
#E4C2CC
(228,194,204)
#E7C8D1
(231,200,209)
#EACED6
(234,206,214)
#EDD4DB
(237,212,219)
#F0DAE0
(240,218,224)
#F3E0E5
(243,224,229)
#F6E6EA
(246,230,234)
#F9ECEF
(249,236,239)
#FCF2F4
(252,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB6C2; }

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

This text font color is #DEB6C2.


Background Color

.myBgColor { background-color: #DEB6C2; }

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

This div background color is #DEB6C2.


Border color

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

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

This div border color is #DEB6C2.


Opacity

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

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

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

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

This text has shadow with #DEB6C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB6C2 on black background.


Color preview on white background

This text has color #DEB6C2 on white background.



Black color preview on #DEB6C2 background

This text has black color on #DEB6C2 background.


White color preview on #DEB6C2 background

This text has white color on #DEB6C2 background.