COLOR #DADCC6

HEX: #DADCC6 RGB: (218,220,198)

Color info

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

RGB color model

#DADCC6 color RGB value is (218,220,198).

RGB: (218,220,198) (85%, 86%, 78%)

RGB channels and saturation

R 218 of 255 = 85%
G 220 of 255 = 86%
B 198 of 255 = 78%

218
220
198

R + G + B ~ 83%. #DADCC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 220 + 198 = 636 (100%)
R 218 of 636 ~ 34.28%
G 220 of 636 ~ 34.59%
B 198 of 636 ~ 31.13'%

%34.28
%34.59
%31.13

CMYK color model

#DADCC6 color CMYK value is (1,0,10,14).

  • cyan value is 0.91%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 13.73%

CMYK: (1,0,10,14)
C1M0Y10K14 (1%, 0%, 10%, 14%)
(0.01 / 0.00 / 0.10 / 0.14)

CMYK percentages

%0.91
%0
%10
%13.73

Codes

Color #DADCC6 in popluar color models

DA DC C6
RGB 218 220 198
HSL 65° 23.91% 81.96%
HSB/HSV 65° 10.00% 86.27%
CMYK 0.91% 0.00% 10.00%
13.73%

Color #DADCC6 in popluar number systems.

HEX DA DC C6
Decimal 218 220 198
Binary 11011010 11011100 11000110
Octal 332 334 306

Shades and tints

Shades of #DADCC6

#DADCC6
(218,220,198)
#C7C8B4
(199,200,180)
#B4B4A2
(180,180,162)
#A1A090
(161,160,144)
#8E8C7E
(142,140,126)
#7B786C
(123,120,108)
#68645A
(104,100,90)
#555048
(85,80,72)
#423C36
(66,60,54)
#2F2824
(47,40,36)
#1C1412
(28,20,18)
#000000
(0,0,0)

Tints of #DADCC6

#DADCC6
(218,220,198)
#DDDFCB
(221,223,203)
#E0E2D0
(224,226,208)
#E3E5D5
(227,229,213)
#E6E8DA
(230,232,218)
#E9EBDF
(233,235,223)
#ECEEE4
(236,238,228)
#EFF1E9
(239,241,233)
#F2F4EE
(242,244,238)
#F5F7F3
(245,247,243)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADCC6; }

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

This text font color is #DADCC6.

Background Color

.myBgColor { background-color: #DADCC6; }

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

This div background color is #DADCC6.

Border color

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

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

This div border color is #DADCC6.

Opacity

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

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

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

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

This text has shadow with #DADCC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADCC6.

Preview

Color preview on black background

This text has color #DADCC6 on black background.


Color preview on white background

This text has color #DADCC6 on white background.


Black color preview on #DADCC6 background

This text has black color on #DADCC6 background.


White color preview on #DADCC6 background

This text has white color on #DADCC6 background.


Related colors

Complementary color

Complementary color for #hex is #252339.


I love getcolorcode.com

Triadic colors

1 #C6DADC and #DCC6DA with #DADCC6 are triadic colors.

2 #C6DCDA and #DCDAC6 with #DADCC6 are triadic colors.