COLOR #DAB1C5

HEX: #DAB1C5 RGB: (218,177,197)

Color info

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

RGB color model

#DAB1C5 color RGB value is (218,177,197).

RGB: (218,177,197) (85%, 69%, 77%)

RGB channels and saturation

R 218 of 255 = 85%
G 177 of 255 = 69%
B 197 of 255 = 77%

218
177
197

R + G + B ~ 77%. #DAB1C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 177 + 197 = 592 (100%)
R 218 of 592 ~ 36.82%
G 177 of 592 ~ 29.9%
B 197 of 592 ~ 33.28'%

%36.82
%29.9
%33.28

CMYK color model

#DAB1C5 color CMYK value is (0,19,10,15).

  • cyan value is 0.00%
  • magenta value is 18.81%
  • yellow value is 9.63%
  • key color value is 14.51%

CMYK: (0,19,10,15)
C0M19Y10K15 (0%, 19%, 10%, 15%)
(0.00 / 0.19 / 0.10 / 0.15)

CMYK percentages

%0
%18.81
%9.63
%14.51

Codes

Color #DAB1C5 in popluar color models

DA B1 C5
RGB 218 177 197
HSL 331° 35.65% 77.45%
HSB/HSV 331° 18.81% 85.49%
CMYK 0.00% 18.81% 9.63%
14.51%

Color #DAB1C5 in popluar number systems.

HEX DA B1 C5
Decimal 218 177 197
Binary 11011010 10110001 11000101
Octal 332 261 305

Shades and tints

Shades of #DAB1C5

#DAB1C5
(218,177,197)
#C7A1B4
(199,161,180)
#B491A3
(180,145,163)
#A18192
(161,129,146)
#8E7181
(142,113,129)
#7B6170
(123,97,112)
#68515F
(104,81,95)
#55414E
(85,65,78)
#42313D
(66,49,61)
#2F212C
(47,33,44)
#1C111B
(28,17,27)
#000000
(0,0,0)

Tints of #DAB1C5

#DAB1C5
(218,177,197)
#DDB8CA
(221,184,202)
#E0BFCF
(224,191,207)
#E3C6D4
(227,198,212)
#E6CDD9
(230,205,217)
#E9D4DE
(233,212,222)
#ECDBE3
(236,219,227)
#EFE2E8
(239,226,232)
#F2E9ED
(242,233,237)
#F5F0F2
(245,240,242)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB1C5 color. Also use rgb(218,177,197) instead hex code.

Text Font Color

.myTextColor { color: #DAB1C5; }

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

This text font color is #DAB1C5.

Background Color

.myBgColor { background-color: #DAB1C5; }

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

This div background color is #DAB1C5.

Border color

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

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

This div border color is #DAB1C5.

Opacity

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

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

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

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

This text has shadow with #DAB1C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB1C5.

Preview

Color preview on black background

This text has color #DAB1C5 on black background.


Color preview on white background

This text has color #DAB1C5 on white background.


Black color preview on #DAB1C5 background

This text has black color on #DAB1C5 background.


White color preview on #DAB1C5 background

This text has white color on #DAB1C5 background.


Related colors

Complementary color

Complementary color for #hex is #254E3A.


I love getcolorcode.com

Triadic colors

1 #C5DAB1 and #B1C5DA with #DAB1C5 are triadic colors.

2 #C5B1DA and #B1DAC5 with #DAB1C5 are triadic colors.