COLOR #DAEDCC

HEX: #DAEDCC
RGB: (218,237,204)

Color info

#DAEDCC contains red, green and blue colors in about the same proportion. Web safe color of #DAEDCC is #CCFFCC (or #CFC).

RGB color model

#DAEDCC color RGB value is (218,237,204).

  • red value is 218;
  • green value is 237;
  • blue value is 204.
RGB:
(218,237,204)
(85%,93%,80%)

RGB channels and saturation

R 218 of 255 = 85%
G 237 of 255 = 93%
B 204 of 255 = 80%

218
237
204

R + G + B ~ 86%. #DAEDCC is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 237 + 204 = 659 (100%)
R 218 of 659 ~ 33.08%
G 237 of 659 ~ 35.96%
B 204 of 659 ~ 30.96%

%33.08
%35.96
%30.96

CMYK color model

#DAEDCC color CMYK value is (8,0,14,7).

  • cyan value is 8.02%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 7.06%
CMYK:
(8,0,14,7)
C8M0Y14K7 
(8%,0%,14%,7%)
(0.08/0.00/0.14/0.07)	

CMYK percentages

%8.02
%0
%13.92
%7.06

Codes

Color #DAEDCC in popluar color models

DAEDCC
RGB218237204
HSL95°47.83%86.47%
HSB/HSV95°13.92%92.94%
CMYK8.02%0.00%13.92%
7.06%

Color #DAEDCC in popluar number systems.

HEXDAEDCC
Decimal218237204
Binary110110101110110111001100
Octal332355314

Shades and tints

Shades of #DAEDCC

#DAEDCC
(218,237,204)
#C7D8BA
(199,216,186)
#B4C3A8
(180,195,168)
#A1AE96
(161,174,150)
#8E9984
(142,153,132)
#7B8472
(123,132,114)
#686F60
(104,111,96)
#555A4E
(85,90,78)
#42453C
(66,69,60)
#2F302A
(47,48,42)
#1C1B18
(28,27,24)
#000000
(0,0,0)

Tints of #DAEDCC

#DAEDCC
(218,237,204)
#DDEED0
(221,238,208)
#E0EFD4
(224,239,212)
#E3F0D8
(227,240,216)
#E6F1DC
(230,241,220)
#E9F2E0
(233,242,224)
#ECF3E4
(236,243,228)
#EFF4E8
(239,244,232)
#F2F5EC
(242,245,236)
#F5F6F0
(245,246,240)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAEDCC color. Also use rgb(218,237,204) instead hex code.

Text Font Color

.myTextColor { color: #DAEDCC; }

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

This text font color is #DAEDCC.


Background Color

.myBgColor { background-color: #DAEDCC; }

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

This div background color is #DAEDCC.


Border color

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

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

This div border color is #DAEDCC.


Opacity

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

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

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

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

This text has shadow with #DAEDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEDCC on black background.


Color preview on white background

This text has color #DAEDCC on white background.



Black color preview on #DAEDCC background

This text has black color on #DAEDCC background.


White color preview on #DAEDCC background

This text has white color on #DAEDCC background.