COLOR #DCADB8

HEX: #DCADB8 RGB: (220,173,184)

Color info

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

RGB color model

#DCADB8 color RGB value is (220,173,184).

RGB: (220,173,184) (86%, 68%, 72%)

RGB channels and saturation

R 220 of 255 = 86%
G 173 of 255 = 68%
B 184 of 255 = 72%

220
173
184

R + G + B ~ 75%. #DCADB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 173 + 184 = 577 (100%)
R 220 of 577 ~ 38.13%
G 173 of 577 ~ 29.98%
B 184 of 577 ~ 31.89'%

%38.13
%29.98
%31.89

CMYK color model

#DCADB8 color CMYK value is (0,21,16,14).

  • cyan value is 0.00%
  • magenta value is 21.36%
  • yellow value is 16.36%
  • key color value is 13.73%

CMYK: (0,21,16,14)
C0M21Y16K14 (0%, 21%, 16%, 14%)
(0.00 / 0.21 / 0.16 / 0.14)

CMYK percentages

%0
%21.36
%16.36
%13.73

Codes

Color #DCADB8 in popluar color models

DC AD B8
RGB 220 173 184
HSL 346° 40.17% 77.06%
HSB/HSV 346° 21.36% 86.27%
CMYK 0.00% 21.36% 16.36%
13.73%

Color #DCADB8 in popluar number systems.

HEX DC AD B8
Decimal 220 173 184
Binary 11011100 10101101 10111000
Octal 334 255 270

Shades and tints

Shades of #DCADB8

#DCADB8
(220,173,184)
#C89EA8
(200,158,168)
#B48F98
(180,143,152)
#A08088
(160,128,136)
#8C7178
(140,113,120)
#786268
(120,98,104)
#645358
(100,83,88)
#504448
(80,68,72)
#3C3538
(60,53,56)
#282628
(40,38,40)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #DCADB8

#DCADB8
(220,173,184)
#DFB4BE
(223,180,190)
#E2BBC4
(226,187,196)
#E5C2CA
(229,194,202)
#E8C9D0
(232,201,208)
#EBD0D6
(235,208,214)
#EED7DC
(238,215,220)
#F1DEE2
(241,222,226)
#F4E5E8
(244,229,232)
#F7ECEE
(247,236,238)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCADB8 color. Also use rgb(220,173,184) instead hex code.

Text Font Color

.myTextColor { color: #DCADB8; }

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

This text font color is #DCADB8.

Background Color

.myBgColor { background-color: #DCADB8; }

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

This div background color is #DCADB8.

Border color

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

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

This div border color is #DCADB8.

Opacity

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

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

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

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

This text has shadow with #DCADB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCADB8.

Preview

Color preview on black background

This text has color #DCADB8 on black background.


Color preview on white background

This text has color #DCADB8 on white background.


Black color preview on #DCADB8 background

This text has black color on #DCADB8 background.


White color preview on #DCADB8 background

This text has white color on #DCADB8 background.


Related colors

Complementary color

Complementary color for #hex is #235247.


I love getcolorcode.com

Triadic colors

1 #B8DCAD and #ADB8DC with #DCADB8 are triadic colors.

2 #B8ADDC and #ADDCB8 with #DCADB8 are triadic colors.