COLOR #DACBC6

HEX: #DACBC6 RGB: (218,203,198)

Color info

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

RGB color model

#DACBC6 color RGB value is (218,203,198).

RGB: (218,203,198) (85%, 80%, 78%)

RGB channels and saturation

R 218 of 255 = 85%
G 203 of 255 = 80%
B 198 of 255 = 78%

218
203
198

R + G + B ~ 81%. #DACBC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 203 + 198 = 619 (100%)
R 218 of 619 ~ 35.22%
G 203 of 619 ~ 32.79%
B 198 of 619 ~ 31.99'%

%35.22
%32.79
%31.99

CMYK color model

#DACBC6 color CMYK value is (0,7,9,15).

  • cyan value is 0.00%
  • magenta value is 6.88%
  • yellow value is 9.17%
  • key color value is 14.51%
CMYK: (0,7,9,15) C0M7Y9K15 (0%,7%,9%,15%) (0.00/0.07/0.09/0.15) 

CMYK percentages

%0
%6.88
%9.17
%14.51

Codes

Color #DACBC6 in popluar color models

DA CB C6
RGB 218 203 198
HSL 15° 21.28% 81.57%
HSB/HSV 15° 9.17% 85.49%
CMYK 0.00% 6.88% 9.17%
14.51%

Color #DACBC6 in popluar number systems.

HEX DA CB C6
Decimal 218 203 198
Binary 11011010 11001011 11000110
Octal 332 313 306

Shades and tints

Shades of #DACBC6

#DACBC6
(218,203,198)
#C7B9B4
(199,185,180)
#B4A7A2
(180,167,162)
#A19590
(161,149,144)
#8E837E
(142,131,126)
#7B716C
(123,113,108)
#685F5A
(104,95,90)
#554D48
(85,77,72)
#423B36
(66,59,54)
#2F2924
(47,41,36)
#1C1712
(28,23,18)
#000000
(0,0,0)

Tints of #DACBC6

#DACBC6
(218,203,198)
#DDCFCB
(221,207,203)
#E0D3D0
(224,211,208)
#E3D7D5
(227,215,213)
#E6DBDA
(230,219,218)
#E9DFDF
(233,223,223)
#ECE3E4
(236,227,228)
#EFE7E9
(239,231,233)
#F2EBEE
(242,235,238)
#F5EFF3
(245,239,243)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DACBC6 color. Also use rgb(218,203,198) instead hex code.

Text Font Color

.myTextColor { color: #DACBC6; }

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

This text font color is #DACBC6.

Background Color

.myBgColor { background-color: #DACBC6; }

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

This div background color is #DACBC6.

Border color

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

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

This div border color is #DACBC6.

Opacity

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

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

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

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

This text has shadow with #DACBC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DACBC6.

Preview

Color preview on black background

This text has color #DACBC6 on black background.


Color preview on white background

This text has color #DACBC6 on white background.


Black color preview on #DACBC6 background

This text has black color on #DACBC6 background.


White color preview on #DACBC6 background

This text has white color on #DACBC6 background.


Related colors

Complementary color

Complementary color for #hex is #253439.


I love getcolorcode.com

Triadic colors

1 #C6DACB and #CBC6DA with #DACBC6 are triadic colors.

2 #C6CBDA and #CBDAC6 with #DACBC6 are triadic colors.