COLOR #DDAFB6

HEX: #DDAFB6
RGB: (221,175,182)

Color info

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

RGB color model

#DDAFB6 color RGB value is (221,175,182).

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

RGB channels and saturation

R 221 of 255 = 87%
G 175 of 255 = 69%
B 182 of 255 = 71%

221
175
182

R + G + B ~ 76%. #DDAFB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 175 + 182 = 578 (100%)
R 221 of 578 ~ 38.24%
G 175 of 578 ~ 30.28%
B 182 of 578 ~ 31.49%

%38.24
%30.28
%31.49

CMYK color model

#DDAFB6 color CMYK value is (0,21,18,13).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 17.65%
  • key color value is 13.33%
CMYK:
(0,21,18,13)
C0M21Y18K13 
(0%,21%,18%,13%)
(0.00/0.21/0.18/0.13)	

CMYK percentages

%0
%20.81
%17.65
%13.33

Codes

Color #DDAFB6 in popluar color models

DDAFB6
RGB221175182
HSL351°40.35%77.65%
HSB/HSV351°20.81%86.67%
CMYK0.00%20.81%17.65%
13.33%

Color #DDAFB6 in popluar number systems.

HEXDDAFB6
Decimal221175182
Binary110111011010111110110110
Octal335257266

Shades and tints

Shades of #DDAFB6

#DDAFB6
(221,175,182)
#C9A0A6
(201,160,166)
#B59196
(181,145,150)
#A18286
(161,130,134)
#8D7376
(141,115,118)
#796466
(121,100,102)
#655556
(101,85,86)
#514646
(81,70,70)
#3D3736
(61,55,54)
#292826
(41,40,38)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #DDAFB6

#DDAFB6
(221,175,182)
#E0B6BC
(224,182,188)
#E3BDC2
(227,189,194)
#E6C4C8
(230,196,200)
#E9CBCE
(233,203,206)
#ECD2D4
(236,210,212)
#EFD9DA
(239,217,218)
#F2E0E0
(242,224,224)
#F5E7E6
(245,231,230)
#F8EEEC
(248,238,236)
#FBF5F2
(251,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDAFB6; }

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

This text font color is #DDAFB6.


Background Color

.myBgColor { background-color: #DDAFB6; }

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

This div background color is #DDAFB6.


Border color

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

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

This div border color is #DDAFB6.


Opacity

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

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

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

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

This text has shadow with #DDAFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDAFB6 on black background.


Color preview on white background

This text has color #DDAFB6 on white background.



Black color preview on #DDAFB6 background

This text has black color on #DDAFB6 background.


White color preview on #DDAFB6 background

This text has white color on #DDAFB6 background.