COLOR #DAB2C7

HEX: #DAB2C7 RGB: (218,178,199)

Color info

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

RGB color model

#DAB2C7 color RGB value is (218,178,199).

RGB: (218,178,199) (85%, 70%, 78%)

RGB channels and saturation

R 218 of 255 = 85%
G 178 of 255 = 70%
B 199 of 255 = 78%

218
178
199

R + G + B ~ 78%. #DAB2C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 178 + 199 = 595 (100%)
R 218 of 595 ~ 36.64%
G 178 of 595 ~ 29.92%
B 199 of 595 ~ 33.45'%

%36.64
%29.92
%33.45

CMYK color model

#DAB2C7 color CMYK value is (0,18,9,15).

  • cyan value is 0.00%
  • magenta value is 18.35%
  • yellow value is 8.72%
  • key color value is 14.51%

CMYK: (0,18,9,15)
C0M18Y9K15 (0%, 18%, 9%, 15%)
(0.00 / 0.18 / 0.09 / 0.15)

CMYK percentages

%0
%18.35
%8.72
%14.51

Codes

Color #DAB2C7 in popluar color models

DA B2 C7
RGB 218 178 199
HSL 329° 35.09% 77.65%
HSB/HSV 329° 18.35% 85.49%
CMYK 0.00% 18.35% 8.72%
14.51%

Color #DAB2C7 in popluar number systems.

HEX DA B2 C7
Decimal 218 178 199
Binary 11011010 10110010 11000111
Octal 332 262 307

Shades and tints

Shades of #DAB2C7

#DAB2C7
(218,178,199)
#C7A2B5
(199,162,181)
#B492A3
(180,146,163)
#A18291
(161,130,145)
#8E727F
(142,114,127)
#7B626D
(123,98,109)
#68525B
(104,82,91)
#554249
(85,66,73)
#423237
(66,50,55)
#2F2225
(47,34,37)
#1C1213
(28,18,19)
#000000
(0,0,0)

Tints of #DAB2C7

#DAB2C7
(218,178,199)
#DDB9CC
(221,185,204)
#E0C0D1
(224,192,209)
#E3C7D6
(227,199,214)
#E6CEDB
(230,206,219)
#E9D5E0
(233,213,224)
#ECDCE5
(236,220,229)
#EFE3EA
(239,227,234)
#F2EAEF
(242,234,239)
#F5F1F4
(245,241,244)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB2C7 color. Also use rgb(218,178,199) instead hex code.

Text Font Color

.myTextColor { color: #DAB2C7; }

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

This text font color is #DAB2C7.

Background Color

.myBgColor { background-color: #DAB2C7; }

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

This div background color is #DAB2C7.

Border color

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

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

This div border color is #DAB2C7.

Opacity

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

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

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

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

This text has shadow with #DAB2C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB2C7.

Preview

Color preview on black background

This text has color #DAB2C7 on black background.


Color preview on white background

This text has color #DAB2C7 on white background.


Black color preview on #DAB2C7 background

This text has black color on #DAB2C7 background.


White color preview on #DAB2C7 background

This text has white color on #DAB2C7 background.


Related colors

Complementary color

Complementary color for #hex is #254D38.


I love getcolorcode.com

Triadic colors

1 #C7DAB2 and #B2C7DA with #DAB2C7 are triadic colors.

2 #C7B2DA and #B2DAC7 with #DAB2C7 are triadic colors.