COLOR #D3ADAE

HEX: #D3ADAE RGB: (211,173,174)

Color info

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

RGB color model

#D3ADAE color RGB value is (211,173,174).

RGB: (211,173,174) (83%, 68%, 68%)

RGB channels and saturation

R 211 of 255 = 83%
G 173 of 255 = 68%
B 174 of 255 = 68%

211
173
174

R + G + B ~ 73%. #D3ADAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 173 + 174 = 558 (100%)
R 211 of 558 ~ 37.81%
G 173 of 558 ~ 31%
B 174 of 558 ~ 31.18'%

%37.81
%31
%31.18

CMYK color model

#D3ADAE color CMYK value is (0,18,18,17).

  • cyan value is 0.00%
  • magenta value is 18.01%
  • yellow value is 17.54%
  • key color value is 17.25%

CMYK: (0,18,18,17)
C0M18Y18K17 (0%, 18%, 18%, 17%)
(0.00 / 0.18 / 0.18 / 0.17)

CMYK percentages

%0
%18.01
%17.54
%17.25

Codes

Color #D3ADAE in popluar color models

D3 AD AE
RGB 211 173 174
HSL 358° 30.16% 75.29%
HSB/HSV 358° 18.01% 82.75%
CMYK 0.00% 18.01% 17.54%
17.25%

Color #D3ADAE in popluar number systems.

HEX D3 AD AE
Decimal 211 173 174
Binary 11010011 10101101 10101110
Octal 323 255 256

Shades and tints

Shades of #D3ADAE

#D3ADAE
(211,173,174)
#C09E9F
(192,158,159)
#AD8F90
(173,143,144)
#9A8081
(154,128,129)
#877172
(135,113,114)
#746263
(116,98,99)
#615354
(97,83,84)
#4E4445
(78,68,69)
#3B3536
(59,53,54)
#282627
(40,38,39)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #D3ADAE

#D3ADAE
(211,173,174)
#D7B4B5
(215,180,181)
#DBBBBC
(219,187,188)
#DFC2C3
(223,194,195)
#E3C9CA
(227,201,202)
#E7D0D1
(231,208,209)
#EBD7D8
(235,215,216)
#EFDEDF
(239,222,223)
#F3E5E6
(243,229,230)
#F7ECED
(247,236,237)
#FBF3F4
(251,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3ADAE color. Also use rgb(211,173,174) instead hex code.

Text Font Color

.myTextColor { color: #D3ADAE; }

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

This text font color is #D3ADAE.

Background Color

.myBgColor { background-color: #D3ADAE; }

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

This div background color is #D3ADAE.

Border color

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

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

This div border color is #D3ADAE.

Opacity

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

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

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

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

This text has shadow with #D3ADAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3ADAE.

Preview

Color preview on black background

This text has color #D3ADAE on black background.


Color preview on white background

This text has color #D3ADAE on white background.


Black color preview on #D3ADAE background

This text has black color on #D3ADAE background.


White color preview on #D3ADAE background

This text has white color on #D3ADAE background.


Related colors

Complementary color

Complementary color for #hex is #2C5251.


I love getcolorcode.com

Triadic colors

1 #AED3AD and #ADAED3 with #D3ADAE are triadic colors.

2 #AEADD3 and #ADD3AE with #D3ADAE are triadic colors.