COLOR #DAE5C0

HEX: #DAE5C0
RGB: (218,229,192)

Color info

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

RGB color model

#DAE5C0 color RGB value is (218,229,192).

  • red value is 218;
  • green value is 229;
  • blue value is 192.
RGB:
(218,229,192)
(85%,90%,75%)

RGB channels and saturation

R 218 of 255 = 85%
G 229 of 255 = 90%
B 192 of 255 = 75%

218
229
192

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

Portions of RGB colors in percentages

R + G + B =
218 + 229 + 192 = 639 (100%)
R 218 of 639 ~ 34.12%
G 229 of 639 ~ 35.84%
B 192 of 639 ~ 30.05%

%34.12
%35.84
%30.05

CMYK color model

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

  • cyan value is 4.80%
  • magenta value is 0.00%
  • yellow value is 16.16%
  • key color value is 10.20%
CMYK:
(5,0,16,10)
C5M0Y16K10 
(5%,0%,16%,10%)
(0.05/0.00/0.16/0.10)	

CMYK percentages

%4.8
%0
%16.16
%10.2

Codes

Color #DAE5C0 in popluar color models

DAE5C0
RGB218229192
HSL78°41.57%82.55%
HSB/HSV78°16.16%89.80%
CMYK4.80%0.00%16.16%
10.20%

Color #DAE5C0 in popluar number systems.

HEXDAE5C0
Decimal218229192
Binary110110101110010111000000
Octal332345300

Shades and tints

Shades of #DAE5C0

#DAE5C0
(218,229,192)
#C7D1AF
(199,209,175)
#B4BD9E
(180,189,158)
#A1A98D
(161,169,141)
#8E957C
(142,149,124)
#7B816B
(123,129,107)
#686D5A
(104,109,90)
#555949
(85,89,73)
#424538
(66,69,56)
#2F3127
(47,49,39)
#1C1D16
(28,29,22)
#000000
(0,0,0)

Tints of #DAE5C0

#DAE5C0
(218,229,192)
#DDE7C5
(221,231,197)
#E0E9CA
(224,233,202)
#E3EBCF
(227,235,207)
#E6EDD4
(230,237,212)
#E9EFD9
(233,239,217)
#ECF1DE
(236,241,222)
#EFF3E3
(239,243,227)
#F2F5E8
(242,245,232)
#F5F7ED
(245,247,237)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE5C0 color. Also use rgb(218,229,192) instead hex code.

Text Font Color

.myTextColor { color: #DAE5C0; }

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

This text font color is #DAE5C0.


Background Color

.myBgColor { background-color: #DAE5C0; }

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

This div background color is #DAE5C0.


Border color

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

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

This div border color is #DAE5C0.


Opacity

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

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

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

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

This text has shadow with #DAE5C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE5C0 on black background.


Color preview on white background

This text has color #DAE5C0 on white background.



Black color preview on #DAE5C0 background

This text has black color on #DAE5C0 background.


White color preview on #DAE5C0 background

This text has white color on #DAE5C0 background.