COLOR #DCADB2

HEX: #DCADB2 RGB: (220,173,178)

Color info

#DCADB2 contains red, green and blue colors in about the same proportion. Web safe color of #DCADB2 is #CC9999 (or #C99).

RGB color model

#DCADB2 color RGB value is (220,173,178).

RGB: (220,173,178) (86%, 68%, 70%)

RGB channels and saturation

R 220 of 255 = 86%
G 173 of 255 = 68%
B 178 of 255 = 70%

220
173
178

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

Portions of RGB colors in percentages

R + G + B = 220 + 173 + 178 = 571 (100%)
R 220 of 571 ~ 38.53%
G 173 of 571 ~ 30.3%
B 178 of 571 ~ 31.17'%

%38.53
%30.3
%31.17

CMYK color model

#DCADB2 color CMYK value is (0,21,19,14).

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

CMYK: (0,21,19,14)
C0M21Y19K14 (0%, 21%, 19%, 14%)
(0.00 / 0.21 / 0.19 / 0.14)

CMYK percentages

%0
%21.36
%19.09
%13.73

Codes

Color #DCADB2 in popluar color models

DC AD B2
RGB 220 173 178
HSL 354° 40.17% 77.06%
HSB/HSV 354° 21.36% 86.27%
CMYK 0.00% 21.36% 19.09%
13.73%

Color #DCADB2 in popluar number systems.

HEX DC AD B2
Decimal 220 173 178
Binary 11011100 10101101 10110010
Octal 334 255 262

Shades and tints

Shades of #DCADB2

#DCADB2
(220,173,178)
#C89EA2
(200,158,162)
#B48F92
(180,143,146)
#A08082
(160,128,130)
#8C7172
(140,113,114)
#786262
(120,98,98)
#645352
(100,83,82)
#504442
(80,68,66)
#3C3532
(60,53,50)
#282622
(40,38,34)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #DCADB2

#DCADB2
(220,173,178)
#DFB4B9
(223,180,185)
#E2BBC0
(226,187,192)
#E5C2C7
(229,194,199)
#E8C9CE
(232,201,206)
#EBD0D5
(235,208,213)
#EED7DC
(238,215,220)
#F1DEE3
(241,222,227)
#F4E5EA
(244,229,234)
#F7ECF1
(247,236,241)
#FAF3F8
(250,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCADB2; }

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

This text font color is #DCADB2.

Background Color

.myBgColor { background-color: #DCADB2; }

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

This div background color is #DCADB2.

Border color

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

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

This div border color is #DCADB2.

Opacity

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

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

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

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

This text has shadow with #DCADB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCADB2.

Preview

Color preview on black background

This text has color #DCADB2 on black background.


Color preview on white background

This text has color #DCADB2 on white background.


Black color preview on #DCADB2 background

This text has black color on #DCADB2 background.


White color preview on #DCADB2 background

This text has white color on #DCADB2 background.


Related colors

Complementary color

Complementary color for #hex is #23524D.


I love getcolorcode.com

Triadic colors

1 #B2DCAD and #ADB2DC with #DCADB2 are triadic colors.

2 #B2ADDC and #ADDCB2 with #DCADB2 are triadic colors.