COLOR #DEBDC7

HEX: #DEBDC7
RGB: (222,189,199)

Color info

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

RGB color model

#DEBDC7 color RGB value is (222,189,199).

  • red value is 222;
  • green value is 189;
  • blue value is 199.
RGB:
(222,189,199)
(87%,74%,78%)

RGB channels and saturation

R 222 of 255 = 87%
G 189 of 255 = 74%
B 199 of 255 = 78%

222
189
199

R + G + B ~ 80%. #DEBDC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 189 + 199 = 610 (100%)
R 222 of 610 ~ 36.39%
G 189 of 610 ~ 30.98%
B 199 of 610 ~ 32.62%

%36.39
%30.98
%32.62

CMYK color model

#DEBDC7 color CMYK value is (0,15,10,13).

  • cyan value is 0.00%
  • magenta value is 14.86%
  • yellow value is 10.36%
  • key color value is 12.94%
CMYK:
(0,15,10,13)
C0M15Y10K13 
(0%,15%,10%,13%)
(0.00/0.15/0.10/0.13)	

CMYK percentages

%0
%14.86
%10.36
%12.94

Codes

Color #DEBDC7 in popluar color models

DEBDC7
RGB222189199
HSL342°33.33%80.59%
HSB/HSV342°14.86%87.06%
CMYK0.00%14.86%10.36%
12.94%

Color #DEBDC7 in popluar number systems.

HEXDEBDC7
Decimal222189199
Binary110111101011110111000111
Octal336275307

Shades and tints

Shades of #DEBDC7

#DEBDC7
(222,189,199)
#CAACB5
(202,172,181)
#B69BA3
(182,155,163)
#A28A91
(162,138,145)
#8E797F
(142,121,127)
#7A686D
(122,104,109)
#66575B
(102,87,91)
#524649
(82,70,73)
#3E3537
(62,53,55)
#2A2425
(42,36,37)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #DEBDC7

#DEBDC7
(222,189,199)
#E1C3CC
(225,195,204)
#E4C9D1
(228,201,209)
#E7CFD6
(231,207,214)
#EAD5DB
(234,213,219)
#EDDBE0
(237,219,224)
#F0E1E5
(240,225,229)
#F3E7EA
(243,231,234)
#F6EDEF
(246,237,239)
#F9F3F4
(249,243,244)
#FCF9F9
(252,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEBDC7 color. Also use rgb(222,189,199) instead hex code.

Text Font Color

.myTextColor { color: #DEBDC7; }

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

This text font color is #DEBDC7.


Background Color

.myBgColor { background-color: #DEBDC7; }

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

This div background color is #DEBDC7.


Border color

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

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

This div border color is #DEBDC7.


Opacity

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

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

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

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

This text has shadow with #DEBDC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBDC7 on black background.


Color preview on white background

This text has color #DEBDC7 on white background.



Black color preview on #DEBDC7 background

This text has black color on #DEBDC7 background.


White color preview on #DEBDC7 background

This text has white color on #DEBDC7 background.