COLOR #DADCC5

HEX: #DADCC5 RGB: (218,220,197)

Color info

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

RGB color model

#DADCC5 color RGB value is (218,220,197).

RGB: (218,220,197) (85%, 86%, 77%)

RGB channels and saturation

R 218 of 255 = 85%
G 220 of 255 = 86%
B 197 of 255 = 77%

218
220
197

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

Portions of RGB colors in percentages

R + G + B = 218 + 220 + 197 = 635 (100%)
R 218 of 635 ~ 34.33%
G 220 of 635 ~ 34.65%
B 197 of 635 ~ 31.02'%

%34.33
%34.65
%31.02

CMYK color model

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

  • cyan value is 0.91%
  • magenta value is 0.00%
  • yellow value is 10.45%
  • 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.45
%13.73

Codes

Color #DADCC5 in popluar color models

DA DC C5
RGB 218 220 197
HSL 65° 24.73% 81.76%
HSB/HSV 65° 10.45% 86.27%
CMYK 0.91% 0.00% 10.45%
13.73%

Color #DADCC5 in popluar number systems.

HEX DA DC C5
Decimal 218 220 197
Binary 11011010 11011100 11000101
Octal 332 334 305

Shades and tints

Shades of #DADCC5

#DADCC5
(218,220,197)
#C7C8B4
(199,200,180)
#B4B4A3
(180,180,163)
#A1A092
(161,160,146)
#8E8C81
(142,140,129)
#7B7870
(123,120,112)
#68645F
(104,100,95)
#55504E
(85,80,78)
#423C3D
(66,60,61)
#2F282C
(47,40,44)
#1C141B
(28,20,27)
#000000
(0,0,0)

Tints of #DADCC5

#DADCC5
(218,220,197)
#DDDFCA
(221,223,202)
#E0E2CF
(224,226,207)
#E3E5D4
(227,229,212)
#E6E8D9
(230,232,217)
#E9EBDE
(233,235,222)
#ECEEE3
(236,238,227)
#EFF1E8
(239,241,232)
#F2F4ED
(242,244,237)
#F5F7F2
(245,247,242)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADCC5; }

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

This text font color is #DADCC5.

Background Color

.myBgColor { background-color: #DADCC5; }

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

This div background color is #DADCC5.

Border color

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

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

This div border color is #DADCC5.

Opacity

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

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

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

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

This text has shadow with #DADCC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADCC5.

Preview

Color preview on black background

This text has color #DADCC5 on black background.


Color preview on white background

This text has color #DADCC5 on white background.


Black color preview on #DADCC5 background

This text has black color on #DADCC5 background.


White color preview on #DADCC5 background

This text has white color on #DADCC5 background.


Related colors

Complementary color

Complementary color for #hex is #25233A.


I love getcolorcode.com

Triadic colors

1 #C5DADC and #DCC5DA with #DADCC5 are triadic colors.

2 #C5DCDA and #DCDAC5 with #DADCC5 are triadic colors.