COLOR #DABBC8

HEX: #DABBC8 RGB: (218,187,200)

Color info

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

RGB color model

#DABBC8 color RGB value is (218,187,200).

RGB: (218,187,200) (85%, 73%, 78%)

RGB channels and saturation

R 218 of 255 = 85%
G 187 of 255 = 73%
B 200 of 255 = 78%

218
187
200

R + G + B ~ 79%. #DABBC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 187 + 200 = 605 (100%)
R 218 of 605 ~ 36.03%
G 187 of 605 ~ 30.91%
B 200 of 605 ~ 33.06'%

%36.03
%30.91
%33.06

CMYK color model

#DABBC8 color CMYK value is (0,14,8,15).

  • cyan value is 0.00%
  • magenta value is 14.22%
  • yellow value is 8.26%
  • key color value is 14.51%

CMYK: (0,14,8,15)
C0M14Y8K15 (0%, 14%, 8%, 15%)
(0.00 / 0.14 / 0.08 / 0.15)

CMYK percentages

%0
%14.22
%8.26
%14.51

Codes

Color #DABBC8 in popluar color models

DA BB C8
RGB 218 187 200
HSL 335° 29.52% 79.41%
HSB/HSV 335° 14.22% 85.49%
CMYK 0.00% 14.22% 8.26%
14.51%

Color #DABBC8 in popluar number systems.

HEX DA BB C8
Decimal 218 187 200
Binary 11011010 10111011 11001000
Octal 332 273 310

Shades and tints

Shades of #DABBC8

#DABBC8
(218,187,200)
#C7AAB6
(199,170,182)
#B499A4
(180,153,164)
#A18892
(161,136,146)
#8E7780
(142,119,128)
#7B666E
(123,102,110)
#68555C
(104,85,92)
#55444A
(85,68,74)
#423338
(66,51,56)
#2F2226
(47,34,38)
#1C1114
(28,17,20)
#000000
(0,0,0)

Tints of #DABBC8

#DABBC8
(218,187,200)
#DDC1CD
(221,193,205)
#E0C7D2
(224,199,210)
#E3CDD7
(227,205,215)
#E6D3DC
(230,211,220)
#E9D9E1
(233,217,225)
#ECDFE6
(236,223,230)
#EFE5EB
(239,229,235)
#F2EBF0
(242,235,240)
#F5F1F5
(245,241,245)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABBC8 color. Also use rgb(218,187,200) instead hex code.

Text Font Color

.myTextColor { color: #DABBC8; }

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

This text font color is #DABBC8.

Background Color

.myBgColor { background-color: #DABBC8; }

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

This div background color is #DABBC8.

Border color

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

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

This div border color is #DABBC8.

Opacity

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

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

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

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

This text has shadow with #DABBC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DABBC8.

Preview

Color preview on black background

This text has color #DABBC8 on black background.


Color preview on white background

This text has color #DABBC8 on white background.


Black color preview on #DABBC8 background

This text has black color on #DABBC8 background.


White color preview on #DABBC8 background

This text has white color on #DABBC8 background.


Related colors

Complementary color

Complementary color for #hex is #254437.


I love getcolorcode.com

Triadic colors

1 #C8DABB and #BBC8DA with #DABBC8 are triadic colors.

2 #C8BBDA and #BBDAC8 with #DABBC8 are triadic colors.