COLOR #D0ADAE

HEX: #D0ADAE
RGB: (208,173,174)

Color info

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

RGB color model

#D0ADAE color RGB value is (208,173,174).

  • red value is 208;
  • green value is 173;
  • blue value is 174.
RGB:
(208,173,174)
(82%,68%,68%)

RGB channels and saturation

R 208 of 255 = 82%
G 173 of 255 = 68%
B 174 of 255 = 68%

208
173
174

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

Portions of RGB colors in percentages

R + G + B =
208 + 173 + 174 = 555 (100%)
R 208 of 555 ~ 37.48%
G 173 of 555 ~ 31.17%
B 174 of 555 ~ 31.35%

%37.48
%31.17
%31.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.83%
  • yellow value is 16.35%
  • key color value is 18.43%
CMYK:
(0,17,16,18)
C0M17Y16K18 
(0%,17%,16%,18%)
(0.00/0.17/0.16/0.18)	

CMYK percentages

%0
%16.83
%16.35
%18.43

Codes

Color #D0ADAE in popluar color models

D0ADAE
RGB208173174
HSL358°27.13%74.71%
HSB/HSV358°16.83%81.57%
CMYK0.00%16.83%16.35%
18.43%

Color #D0ADAE in popluar number systems.

HEXD0ADAE
Decimal208173174
Binary110100001010110110101110
Octal320255256

Shades and tints

Shades of #D0ADAE

#D0ADAE
(208,173,174)
#BE9E9F
(190,158,159)
#AC8F90
(172,143,144)
#9A8081
(154,128,129)
#887172
(136,113,114)
#766263
(118,98,99)
#645354
(100,83,84)
#524445
(82,68,69)
#403536
(64,53,54)
#2E2627
(46,38,39)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #D0ADAE

#D0ADAE
(208,173,174)
#D4B4B5
(212,180,181)
#D8BBBC
(216,187,188)
#DCC2C3
(220,194,195)
#E0C9CA
(224,201,202)
#E4D0D1
(228,208,209)
#E8D7D8
(232,215,216)
#ECDEDF
(236,222,223)
#F0E5E6
(240,229,230)
#F4ECED
(244,236,237)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0ADAE; }

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

This text font color is #D0ADAE.


Background Color

.myBgColor { background-color: #D0ADAE; }

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

This div background color is #D0ADAE.


Border color

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

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

This div border color is #D0ADAE.


Opacity

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

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

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

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

This text has shadow with #D0ADAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0ADAE on black background.


Color preview on white background

This text has color #D0ADAE on white background.



Black color preview on #D0ADAE background

This text has black color on #D0ADAE background.


White color preview on #D0ADAE background

This text has white color on #D0ADAE background.