COLOR #DEB1CB

HEX: #DEB1CB
RGB: (222,177,203)

Color info

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

RGB color model

#DEB1CB color RGB value is (222,177,203).

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

RGB channels and saturation

R 222 of 255 = 87%
G 177 of 255 = 69%
B 203 of 255 = 80%

222
177
203

R + G + B ~ 79%. #DEB1CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 177 + 203 = 602 (100%)
R 222 of 602 ~ 36.88%
G 177 of 602 ~ 29.4%
B 203 of 602 ~ 33.72%

%36.88
%29.4
%33.72

CMYK color model

#DEB1CB color CMYK value is (0,20,9,13).

  • cyan value is 0.00%
  • magenta value is 20.27%
  • yellow value is 8.56%
  • key color value is 12.94%
CMYK:
(0,20,9,13)
C0M20Y9K13 
(0%,20%,9%,13%)
(0.00/0.20/0.09/0.13)	

CMYK percentages

%0
%20.27
%8.56
%12.94

Codes

Color #DEB1CB in popluar color models

DEB1CB
RGB222177203
HSL325°40.54%78.24%
HSB/HSV325°20.27%87.06%
CMYK0.00%20.27%8.56%
12.94%

Color #DEB1CB in popluar number systems.

HEXDEB1CB
Decimal222177203
Binary110111101011000111001011
Octal336261313

Shades and tints

Shades of #DEB1CB

#DEB1CB
(222,177,203)
#CAA1B9
(202,161,185)
#B691A7
(182,145,167)
#A28195
(162,129,149)
#8E7183
(142,113,131)
#7A6171
(122,97,113)
#66515F
(102,81,95)
#52414D
(82,65,77)
#3E313B
(62,49,59)
#2A2129
(42,33,41)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #DEB1CB

#DEB1CB
(222,177,203)
#E1B8CF
(225,184,207)
#E4BFD3
(228,191,211)
#E7C6D7
(231,198,215)
#EACDDB
(234,205,219)
#EDD4DF
(237,212,223)
#F0DBE3
(240,219,227)
#F3E2E7
(243,226,231)
#F6E9EB
(246,233,235)
#F9F0EF
(249,240,239)
#FCF7F3
(252,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB1CB; }

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

This text font color is #DEB1CB.


Background Color

.myBgColor { background-color: #DEB1CB; }

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

This div background color is #DEB1CB.


Border color

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

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

This div border color is #DEB1CB.


Opacity

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

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

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

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

This text has shadow with #DEB1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB1CB on black background.


Color preview on white background

This text has color #DEB1CB on white background.



Black color preview on #DEB1CB background

This text has black color on #DEB1CB background.


White color preview on #DEB1CB background

This text has white color on #DEB1CB background.