COLOR #DAB7C4

HEX: #DAB7C4 RGB: (218,183,196)

Color info

#DAB7C4 contains red, green and blue colors in about the same proportion. Web safe color of #DAB7C4 is #CCCCCC (or #CCC).

RGB color model

#DAB7C4 color RGB value is (218,183,196).

RGB: (218,183,196) (85%, 72%, 77%)

RGB channels and saturation

R 218 of 255 = 85%
G 183 of 255 = 72%
B 196 of 255 = 77%

218
183
196

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

Portions of RGB colors in percentages

R + G + B = 218 + 183 + 196 = 597 (100%)
R 218 of 597 ~ 36.52%
G 183 of 597 ~ 30.65%
B 196 of 597 ~ 32.83'%

%36.52
%30.65
%32.83

CMYK color model

#DAB7C4 color CMYK value is (0,16,10,15).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 10.09%
  • key color value is 14.51%

CMYK: (0,16,10,15)
C0M16Y10K15 (0%, 16%, 10%, 15%)
(0.00 / 0.16 / 0.10 / 0.15)

CMYK percentages

%0
%16.06
%10.09
%14.51

Codes

Color #DAB7C4 in popluar color models

DA B7 C4
RGB 218 183 196
HSL 338° 32.11% 78.63%
HSB/HSV 338° 16.06% 85.49%
CMYK 0.00% 16.06% 10.09%
14.51%

Color #DAB7C4 in popluar number systems.

HEX DA B7 C4
Decimal 218 183 196
Binary 11011010 10110111 11000100
Octal 332 267 304

Shades and tints

Shades of #DAB7C4

#DAB7C4
(218,183,196)
#C7A7B3
(199,167,179)
#B497A2
(180,151,162)
#A18791
(161,135,145)
#8E7780
(142,119,128)
#7B676F
(123,103,111)
#68575E
(104,87,94)
#55474D
(85,71,77)
#42373C
(66,55,60)
#2F272B
(47,39,43)
#1C171A
(28,23,26)
#000000
(0,0,0)

Tints of #DAB7C4

#DAB7C4
(218,183,196)
#DDBDC9
(221,189,201)
#E0C3CE
(224,195,206)
#E3C9D3
(227,201,211)
#E6CFD8
(230,207,216)
#E9D5DD
(233,213,221)
#ECDBE2
(236,219,226)
#EFE1E7
(239,225,231)
#F2E7EC
(242,231,236)
#F5EDF1
(245,237,241)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB7C4 color. Also use rgb(218,183,196) instead hex code.

Text Font Color

.myTextColor { color: #DAB7C4; }

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

This text font color is #DAB7C4.

Background Color

.myBgColor { background-color: #DAB7C4; }

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

This div background color is #DAB7C4.

Border color

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

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

This div border color is #DAB7C4.

Opacity

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

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

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

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

This text has shadow with #DAB7C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB7C4.

Preview

Color preview on black background

This text has color #DAB7C4 on black background.


Color preview on white background

This text has color #DAB7C4 on white background.


Black color preview on #DAB7C4 background

This text has black color on #DAB7C4 background.


White color preview on #DAB7C4 background

This text has white color on #DAB7C4 background.


Related colors

Complementary color

Complementary color for #hex is #25483B.


I love getcolorcode.com

Triadic colors

1 #C4DAB7 and #B7C4DA with #DAB7C4 are triadic colors.

2 #C4B7DA and #B7DAC4 with #DAB7C4 are triadic colors.