COLOR #DAE0C0

HEX: #DAE0C0
RGB: (218,224,192)

Color info

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

RGB color model

#DAE0C0 color RGB value is (218,224,192).

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

RGB channels and saturation

R 218 of 255 = 85%
G 224 of 255 = 88%
B 192 of 255 = 75%

218
224
192

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

Portions of RGB colors in percentages

R + G + B =
218 + 224 + 192 = 634 (100%)
R 218 of 634 ~ 34.38%
G 224 of 634 ~ 35.33%
B 192 of 634 ~ 30.28%

%34.38
%35.33
%30.28

CMYK color model

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

  • cyan value is 2.68%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 12.16%
CMYK: (3,0,14,12) C3M0Y14K12 (3%,0%,14%,12%) (0.03/0.00/0.14/0.12)

CMYK percentages

%2.68
%0
%14.29
%12.16

Codes

Color #DAE0C0 in popluar color models

DAE0C0
RGB218224192
HSL71°34.04%81.57%
HSB/HSV71°14.29%87.84%
CMYK2.68%0.00%14.29%
12.16%

Color #DAE0C0 in popluar number systems.

HEXDAE0C0
Decimal218224192
Binary110110101110000011000000
Octal332340300

Shades and tints

Shades of #DAE0C0

#DAE0C0
(218,224,192)
#C7CCAF
(199,204,175)
#B4B89E
(180,184,158)
#A1A48D
(161,164,141)
#8E907C
(142,144,124)
#7B7C6B
(123,124,107)
#68685A
(104,104,90)
#555449
(85,84,73)
#424038
(66,64,56)
#2F2C27
(47,44,39)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #DAE0C0

#DAE0C0
(218,224,192)
#DDE2C5
(221,226,197)
#E0E4CA
(224,228,202)
#E3E6CF
(227,230,207)
#E6E8D4
(230,232,212)
#E9EAD9
(233,234,217)
#ECECDE
(236,236,222)
#EFEEE3
(239,238,227)
#F2F0E8
(242,240,232)
#F5F2ED
(245,242,237)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE0C0; }

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

This text font color is #DAE0C0.


Background Color

.myBgColor { background-color: #DAE0C0; }

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

This div background color is #DAE0C0.


Border color

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

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

This div border color is #DAE0C0.


Opacity

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

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

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

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

This text has shadow with #DAE0C0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DAE0C0 on black background.


Color preview on white background

This text has color #DAE0C0 on white background.



Black color preview on #DAE0C0 background

This text has black color on #DAE0C0 background.


White color preview on #DAE0C0 background

This text has white color on #DAE0C0 background.