COLOR #DDBEBC

HEX: #DDBEBC
RGB: (221,190,188)

Color info

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

RGB color model

#DDBEBC color RGB value is (221,190,188).

  • red value is 221;
  • green value is 190;
  • blue value is 188.
RGB:
(221,190,188)
(87%,75%,74%)

RGB channels and saturation

R 221 of 255 = 87%
G 190 of 255 = 75%
B 188 of 255 = 74%

221
190
188

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

Portions of RGB colors in percentages

R + G + B =
221 + 190 + 188 = 599 (100%)
R 221 of 599 ~ 36.89%
G 190 of 599 ~ 31.72%
B 188 of 599 ~ 31.39%

%36.89
%31.72
%31.39

CMYK color model

#DDBEBC color CMYK value is (0,14,15,13).

  • cyan value is 0.00%
  • magenta value is 14.03%
  • yellow value is 14.93%
  • key color value is 13.33%
CMYK:
(0,14,15,13)
C0M14Y15K13 
(0%,14%,15%,13%)
(0.00/0.14/0.15/0.13)	

CMYK percentages

%0
%14.03
%14.93
%13.33

Codes

Color #DDBEBC in popluar color models

DDBEBC
RGB221190188
HSL32.67%80.20%
HSB/HSV14.93%86.67%
CMYK0.00%14.03%14.93%
13.33%

Color #DDBEBC in popluar number systems.

HEXDDBEBC
Decimal221190188
Binary110111011011111010111100
Octal335276274

Shades and tints

Shades of #DDBEBC

#DDBEBC
(221,190,188)
#C9ADAB
(201,173,171)
#B59C9A
(181,156,154)
#A18B89
(161,139,137)
#8D7A78
(141,122,120)
#796967
(121,105,103)
#655856
(101,88,86)
#514745
(81,71,69)
#3D3634
(61,54,52)
#292523
(41,37,35)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #DDBEBC

#DDBEBC
(221,190,188)
#E0C3C2
(224,195,194)
#E3C8C8
(227,200,200)
#E6CDCE
(230,205,206)
#E9D2D4
(233,210,212)
#ECD7DA
(236,215,218)
#EFDCE0
(239,220,224)
#F2E1E6
(242,225,230)
#F5E6EC
(245,230,236)
#F8EBF2
(248,235,242)
#FBF0F8
(251,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDBEBC color. Also use rgb(221,190,188) instead hex code.

Text Font Color

.myTextColor { color: #DDBEBC; }

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

This text font color is #DDBEBC.


Background Color

.myBgColor { background-color: #DDBEBC; }

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

This div background color is #DDBEBC.


Border color

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

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

This div border color is #DDBEBC.


Opacity

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

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

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

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

This text has shadow with #DDBEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDBEBC on black background.


Color preview on white background

This text has color #DDBEBC on white background.



Black color preview on #DDBEBC background

This text has black color on #DDBEBC background.


White color preview on #DDBEBC background

This text has white color on #DDBEBC background.