COLOR #DAE1C5

HEX: #DAE1C5
RGB: (218,225,197)

Color info

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

RGB color model

#DAE1C5 color RGB value is (218,225,197).

  • red value is 218;
  • green value is 225;
  • blue value is 197.
RGB:
(218,225,197)
(85%,88%,77%)

RGB channels and saturation

R 218 of 255 = 85%
G 225 of 255 = 88%
B 197 of 255 = 77%

218
225
197

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

Portions of RGB colors in percentages

R + G + B =
218 + 225 + 197 = 640 (100%)
R 218 of 640 ~ 34.06%
G 225 of 640 ~ 35.16%
B 197 of 640 ~ 30.78%

%34.06
%35.16
%30.78

CMYK color model

#DAE1C5 color CMYK value is (3,0,12,12).

  • cyan value is 3.11%
  • magenta value is 0.00%
  • yellow value is 12.44%
  • key color value is 11.76%
CMYK:
(3,0,12,12)
C3M0Y12K12 
(3%,0%,12%,12%)
(0.03/0.00/0.12/0.12)	

CMYK percentages

%3.11
%0
%12.44
%11.76

Codes

Color #DAE1C5 in popluar color models

DAE1C5
RGB218225197
HSL75°31.82%82.75%
HSB/HSV75°12.44%88.24%
CMYK3.11%0.00%12.44%
11.76%

Color #DAE1C5 in popluar number systems.

HEXDAE1C5
Decimal218225197
Binary110110101110000111000101
Octal332341305

Shades and tints

Shades of #DAE1C5

#DAE1C5
(218,225,197)
#C7CDB4
(199,205,180)
#B4B9A3
(180,185,163)
#A1A592
(161,165,146)
#8E9181
(142,145,129)
#7B7D70
(123,125,112)
#68695F
(104,105,95)
#55554E
(85,85,78)
#42413D
(66,65,61)
#2F2D2C
(47,45,44)
#1C191B
(28,25,27)
#000000
(0,0,0)

Tints of #DAE1C5

#DAE1C5
(218,225,197)
#DDE3CA
(221,227,202)
#E0E5CF
(224,229,207)
#E3E7D4
(227,231,212)
#E6E9D9
(230,233,217)
#E9EBDE
(233,235,222)
#ECEDE3
(236,237,227)
#EFEFE8
(239,239,232)
#F2F1ED
(242,241,237)
#F5F3F2
(245,243,242)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE1C5; }

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

This text font color is #DAE1C5.


Background Color

.myBgColor { background-color: #DAE1C5; }

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

This div background color is #DAE1C5.


Border color

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

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

This div border color is #DAE1C5.


Opacity

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

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

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

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

This text has shadow with #DAE1C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE1C5 on black background.


Color preview on white background

This text has color #DAE1C5 on white background.



Black color preview on #DAE1C5 background

This text has black color on #DAE1C5 background.


White color preview on #DAE1C5 background

This text has white color on #DAE1C5 background.