COLOR #DAE2C3

HEX: #DAE2C3 RGB: (218,226,195)

Color info

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

RGB color model

#DAE2C3 color RGB value is (218,226,195).

RGB: (218,226,195) (85%, 89%, 76%)

RGB channels and saturation

R 218 of 255 = 85%
G 226 of 255 = 89%
B 195 of 255 = 76%

218
226
195

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

Portions of RGB colors in percentages

R + G + B = 218 + 226 + 195 = 639 (100%)
R 218 of 639 ~ 34.12%
G 226 of 639 ~ 35.37%
B 195 of 639 ~ 30.52'%

%34.12
%35.37
%30.52

CMYK color model

#DAE2C3 color CMYK value is (4,0,14,11).

  • cyan value is 3.54%
  • magenta value is 0.00%
  • yellow value is 13.72%
  • key color value is 11.37%

CMYK: (4,0,14,11)
C4M0Y14K11 (4%, 0%, 14%, 11%)
(0.04 / 0.00 / 0.14 / 0.11)

CMYK percentages

%3.54
%0
%13.72
%11.37

Codes

Color #DAE2C3 in popluar color models

DA E2 C3
RGB 218 226 195
HSL 75° 34.83% 82.55%
HSB/HSV 75° 13.72% 88.63%
CMYK 3.54% 0.00% 13.72%
11.37%

Color #DAE2C3 in popluar number systems.

HEX DA E2 C3
Decimal 218 226 195
Binary 11011010 11100010 11000011
Octal 332 342 303

Shades and tints

Shades of #DAE2C3

#DAE2C3
(218,226,195)
#C7CEB2
(199,206,178)
#B4BAA1
(180,186,161)
#A1A690
(161,166,144)
#8E927F
(142,146,127)
#7B7E6E
(123,126,110)
#686A5D
(104,106,93)
#55564C
(85,86,76)
#42423B
(66,66,59)
#2F2E2A
(47,46,42)
#1C1A19
(28,26,25)
#000000
(0,0,0)

Tints of #DAE2C3

#DAE2C3
(218,226,195)
#DDE4C8
(221,228,200)
#E0E6CD
(224,230,205)
#E3E8D2
(227,232,210)
#E6EAD7
(230,234,215)
#E9ECDC
(233,236,220)
#ECEEE1
(236,238,225)
#EFF0E6
(239,240,230)
#F2F2EB
(242,242,235)
#F5F4F0
(245,244,240)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE2C3 color. Also use rgb(218,226,195) instead hex code.

Text Font Color

.myTextColor { color: #DAE2C3; }

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

This text font color is #DAE2C3.

Background Color

.myBgColor { background-color: #DAE2C3; }

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

This div background color is #DAE2C3.

Border color

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

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

This div border color is #DAE2C3.

Opacity

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

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

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

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

This text has shadow with #DAE2C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE2C3.

Preview

Color preview on black background

This text has color #DAE2C3 on black background.


Color preview on white background

This text has color #DAE2C3 on white background.


Black color preview on #DAE2C3 background

This text has black color on #DAE2C3 background.


White color preview on #DAE2C3 background

This text has white color on #DAE2C3 background.


Related colors

Complementary color

Complementary color for #hex is #251D3C.


I love getcolorcode.com

Triadic colors

1 #C3DAE2 and #E2C3DA with #DAE2C3 are triadic colors.

2 #C3E2DA and #E2DAC3 with #DAE2C3 are triadic colors.