COLOR #DAE6C1

HEX: #DAE6C1 RGB: (218,230,193)

Color info

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

RGB color model

#DAE6C1 color RGB value is (218,230,193).

RGB: (218,230,193) (85%, 90%, 76%)

RGB channels and saturation

R 218 of 255 = 85%
G 230 of 255 = 90%
B 193 of 255 = 76%

218
230
193

R + G + B ~ 84%. #DAE6C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 230 + 193 = 641 (100%)
R 218 of 641 ~ 34.01%
G 230 of 641 ~ 35.88%
B 193 of 641 ~ 30.11'%

%34.01
%35.88
%30.11

CMYK color model

#DAE6C1 color CMYK value is (5,0,16,10).

  • cyan value is 5.22%
  • magenta value is 0.00%
  • yellow value is 16.09%
  • key color value is 9.80%

CMYK: (5,0,16,10)
C5M0Y16K10 (5%, 0%, 16%, 10%)
(0.05 / 0.00 / 0.16 / 0.10)

CMYK percentages

%5.22
%0
%16.09
%9.8

Codes

Color #DAE6C1 in popluar color models

DA E6 C1
RGB 218 230 193
HSL 79° 42.53% 82.94%
HSB/HSV 79° 16.09% 90.20%
CMYK 5.22% 0.00% 16.09%
9.80%

Color #DAE6C1 in popluar number systems.

HEX DA E6 C1
Decimal 218 230 193
Binary 11011010 11100110 11000001
Octal 332 346 301

Shades and tints

Shades of #DAE6C1

#DAE6C1
(218,230,193)
#C7D2B0
(199,210,176)
#B4BE9F
(180,190,159)
#A1AA8E
(161,170,142)
#8E967D
(142,150,125)
#7B826C
(123,130,108)
#686E5B
(104,110,91)
#555A4A
(85,90,74)
#424639
(66,70,57)
#2F3228
(47,50,40)
#1C1E17
(28,30,23)
#000000
(0,0,0)

Tints of #DAE6C1

#DAE6C1
(218,230,193)
#DDE8C6
(221,232,198)
#E0EACB
(224,234,203)
#E3ECD0
(227,236,208)
#E6EED5
(230,238,213)
#E9F0DA
(233,240,218)
#ECF2DF
(236,242,223)
#EFF4E4
(239,244,228)
#F2F6E9
(242,246,233)
#F5F8EE
(245,248,238)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE6C1 color. Also use rgb(218,230,193) instead hex code.

Text Font Color

.myTextColor { color: #DAE6C1; }

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

This text font color is #DAE6C1.

Background Color

.myBgColor { background-color: #DAE6C1; }

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

This div background color is #DAE6C1.

Border color

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

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

This div border color is #DAE6C1.

Opacity

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

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

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

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

This text has shadow with #DAE6C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE6C1.

Preview

Color preview on black background

This text has color #DAE6C1 on black background.


Color preview on white background

This text has color #DAE6C1 on white background.


Black color preview on #DAE6C1 background

This text has black color on #DAE6C1 background.


White color preview on #DAE6C1 background

This text has white color on #DAE6C1 background.


Related colors

Complementary color

Complementary color for #hex is #25193E.


I love getcolorcode.com

Triadic colors

1 #C1DAE6 and #E6C1DA with #DAE6C1 are triadic colors.

2 #C1E6DA and #E6DAC1 with #DAE6C1 are triadic colors.