COLOR #DDB6BE

HEX: #DDB6BE
RGB: (221,182,190)

Color info

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

RGB color model

#DDB6BE color RGB value is (221,182,190).

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

RGB channels and saturation

R 221 of 255 = 87%
G 182 of 255 = 71%
B 190 of 255 = 75%

221
182
190

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

Portions of RGB colors in percentages

R + G + B =
221 + 182 + 190 = 593 (100%)
R 221 of 593 ~ 37.27%
G 182 of 593 ~ 30.69%
B 190 of 593 ~ 32.04%

%37.27
%30.69
%32.04

CMYK color model

#DDB6BE color CMYK value is (0,18,14,13).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 14.03%
  • key color value is 13.33%
CMYK:
(0,18,14,13)
C0M18Y14K13 
(0%,18%,14%,13%)
(0.00/0.18/0.14/0.13)	

CMYK percentages

%0
%17.65
%14.03
%13.33

Codes

Color #DDB6BE in popluar color models

DDB6BE
RGB221182190
HSL348°36.45%79.02%
HSB/HSV348°17.65%86.67%
CMYK0.00%17.65%14.03%
13.33%

Color #DDB6BE in popluar number systems.

HEXDDB6BE
Decimal221182190
Binary110111011011011010111110
Octal335266276

Shades and tints

Shades of #DDB6BE

#DDB6BE
(221,182,190)
#C9A6AD
(201,166,173)
#B5969C
(181,150,156)
#A1868B
(161,134,139)
#8D767A
(141,118,122)
#796669
(121,102,105)
#655658
(101,86,88)
#514647
(81,70,71)
#3D3636
(61,54,54)
#292625
(41,38,37)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #DDB6BE

#DDB6BE
(221,182,190)
#E0BCC3
(224,188,195)
#E3C2C8
(227,194,200)
#E6C8CD
(230,200,205)
#E9CED2
(233,206,210)
#ECD4D7
(236,212,215)
#EFDADC
(239,218,220)
#F2E0E1
(242,224,225)
#F5E6E6
(245,230,230)
#F8ECEB
(248,236,235)
#FBF2F0
(251,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB6BE; }

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

This text font color is #DDB6BE.


Background Color

.myBgColor { background-color: #DDB6BE; }

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

This div background color is #DDB6BE.


Border color

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

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

This div border color is #DDB6BE.


Opacity

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

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

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

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

This text has shadow with #DDB6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB6BE on black background.


Color preview on white background

This text has color #DDB6BE on white background.



Black color preview on #DDB6BE background

This text has black color on #DDB6BE background.


White color preview on #DDB6BE background

This text has white color on #DDB6BE background.