COLOR #DEBBE3

HEX: #DEBBE3
RGB: (222,187,227)

Color info

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

RGB color model

#DEBBE3 color RGB value is (222,187,227).

  • red value is 222;
  • green value is 187;
  • blue value is 227.
RGB:
(222,187,227)
(87%,73%,89%)

RGB channels and saturation

R 222 of 255 = 87%
G 187 of 255 = 73%
B 227 of 255 = 89%

222
187
227

R + G + B ~ 83%. #DEBBE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 187 + 227 = 636 (100%)
R 222 of 636 ~ 34.91%
G 187 of 636 ~ 29.4%
B 227 of 636 ~ 35.69%

%34.91
%29.4
%35.69

CMYK color model

#DEBBE3 color CMYK value is (2,18,0,11).

  • cyan value is 2.20%
  • magenta value is 17.62%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(2,18,0,11)
C2M18Y0K11 
(2%,18%,0%,11%)
(0.02/0.18/0.00/0.11)	

CMYK percentages

%2.2
%17.62
%0
%10.98

Codes

Color #DEBBE3 in popluar color models

DEBBE3
RGB222187227
HSL293°41.67%81.18%
HSB/HSV293°17.62%89.02%
CMYK2.20%17.62%0.00%
10.98%

Color #DEBBE3 in popluar number systems.

HEXDEBBE3
Decimal222187227
Binary110111101011101111100011
Octal336273343

Shades and tints

Shades of #DEBBE3

#DEBBE3
(222,187,227)
#CAAACF
(202,170,207)
#B699BB
(182,153,187)
#A288A7
(162,136,167)
#8E7793
(142,119,147)
#7A667F
(122,102,127)
#66556B
(102,85,107)
#524457
(82,68,87)
#3E3343
(62,51,67)
#2A222F
(42,34,47)
#16111B
(22,17,27)
#000000
(0,0,0)

Tints of #DEBBE3

#DEBBE3
(222,187,227)
#E1C1E5
(225,193,229)
#E4C7E7
(228,199,231)
#E7CDE9
(231,205,233)
#EAD3EB
(234,211,235)
#EDD9ED
(237,217,237)
#F0DFEF
(240,223,239)
#F3E5F1
(243,229,241)
#F6EBF3
(246,235,243)
#F9F1F5
(249,241,245)
#FCF7F7
(252,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEBBE3 color. Also use rgb(222,187,227) instead hex code.

Text Font Color

.myTextColor { color: #DEBBE3; }

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

This text font color is #DEBBE3.


Background Color

.myBgColor { background-color: #DEBBE3; }

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

This div background color is #DEBBE3.


Border color

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

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

This div border color is #DEBBE3.


Opacity

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

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

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

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

This text has shadow with #DEBBE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBBE3 on black background.


Color preview on white background

This text has color #DEBBE3 on white background.



Black color preview on #DEBBE3 background

This text has black color on #DEBBE3 background.


White color preview on #DEBBE3 background

This text has white color on #DEBBE3 background.