COLOR #DEBEBB

HEX: #DEBEBB RGB: (222,190,187)

Color info

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

RGB color model

#DEBEBB color RGB value is (222,190,187).

RGB: (222,190,187) (87%, 75%, 73%)

RGB channels and saturation

R 222 of 255 = 87%
G 190 of 255 = 75%
B 187 of 255 = 73%

222
190
187

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

Portions of RGB colors in percentages

R + G + B = 222 + 190 + 187 = 599 (100%)
R 222 of 599 ~ 37.06%
G 190 of 599 ~ 31.72%
B 187 of 599 ~ 31.22'%

%37.06
%31.72
%31.22

CMYK color model

#DEBEBB color CMYK value is (0,14,16,13).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 15.77%
  • key color value is 12.94%

CMYK: (0,14,16,13)
C0M14Y16K13 (0%, 14%, 16%, 13%)
(0.00 / 0.14 / 0.16 / 0.13)

CMYK percentages

%0
%14.41
%15.77
%12.94

Codes

Color #DEBEBB in popluar color models

DE BE BB
RGB 222 190 187
HSL 34.65% 80.20%
HSB/HSV 15.77% 87.06%
CMYK 0.00% 14.41% 15.77%
12.94%

Color #DEBEBB in popluar number systems.

HEX DE BE BB
Decimal 222 190 187
Binary 11011110 10111110 10111011
Octal 336 276 273

Shades and tints

Shades of #DEBEBB

#DEBEBB
(222,190,187)
#CAADAA
(202,173,170)
#B69C99
(182,156,153)
#A28B88
(162,139,136)
#8E7A77
(142,122,119)
#7A6966
(122,105,102)
#665855
(102,88,85)
#524744
(82,71,68)
#3E3633
(62,54,51)
#2A2522
(42,37,34)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #DEBEBB

#DEBEBB
(222,190,187)
#E1C3C1
(225,195,193)
#E4C8C7
(228,200,199)
#E7CDCD
(231,205,205)
#EAD2D3
(234,210,211)
#EDD7D9
(237,215,217)
#F0DCDF
(240,220,223)
#F3E1E5
(243,225,229)
#F6E6EB
(246,230,235)
#F9EBF1
(249,235,241)
#FCF0F7
(252,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEBEBB; }

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

This text font color is #DEBEBB.

Background Color

.myBgColor { background-color: #DEBEBB; }

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

This div background color is #DEBEBB.

Border color

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

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

This div border color is #DEBEBB.

Opacity

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

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

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

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

This text has shadow with #DEBEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEBEBB.

Preview

Color preview on black background

This text has color #DEBEBB on black background.


Color preview on white background

This text has color #DEBEBB on white background.


Black color preview on #DEBEBB background

This text has black color on #DEBEBB background.


White color preview on #DEBEBB background

This text has white color on #DEBEBB background.


Related colors

Complementary color

Complementary color for #hex is #214144.


I love getcolorcode.com

Triadic colors

1 #BBDEBE and #BEBBDE with #DEBEBB are triadic colors.

2 #BBBEDE and #BEDEBB with #DEBEBB are triadic colors.