COLOR #DAEAC8

HEX: #DAEAC8
RGB: (218,234,200)

Color info

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

RGB color model

#DAEAC8 color RGB value is (218,234,200).

  • red value is 218;
  • green value is 234;
  • blue value is 200.
RGB:
(218,234,200)
(85%,92%,78%)

RGB channels and saturation

R 218 of 255 = 85%
G 234 of 255 = 92%
B 200 of 255 = 78%

218
234
200

R + G + B ~ 85%. #DAEAC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 234 + 200 = 652 (100%)
R 218 of 652 ~ 33.44%
G 234 of 652 ~ 35.89%
B 200 of 652 ~ 30.67%

%33.44
%35.89
%30.67

CMYK color model

#DAEAC8 color CMYK value is (7,0,15,8).

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 14.53%
  • key color value is 8.24%
CMYK:
(7,0,15,8)
C7M0Y15K8 
(7%,0%,15%,8%)
(0.07/0.00/0.15/0.08)	

CMYK percentages

%6.84
%0
%14.53
%8.24

Codes

Color #DAEAC8 in popluar color models

DAEAC8
RGB218234200
HSL88°44.74%85.10%
HSB/HSV88°14.53%91.76%
CMYK6.84%0.00%14.53%
8.24%

Color #DAEAC8 in popluar number systems.

HEXDAEAC8
Decimal218234200
Binary110110101110101011001000
Octal332352310

Shades and tints

Shades of #DAEAC8

#DAEAC8
(218,234,200)
#C7D5B6
(199,213,182)
#B4C0A4
(180,192,164)
#A1AB92
(161,171,146)
#8E9680
(142,150,128)
#7B816E
(123,129,110)
#686C5C
(104,108,92)
#55574A
(85,87,74)
#424238
(66,66,56)
#2F2D26
(47,45,38)
#1C1814
(28,24,20)
#000000
(0,0,0)

Tints of #DAEAC8

#DAEAC8
(218,234,200)
#DDEBCD
(221,235,205)
#E0ECD2
(224,236,210)
#E3EDD7
(227,237,215)
#E6EEDC
(230,238,220)
#E9EFE1
(233,239,225)
#ECF0E6
(236,240,230)
#EFF1EB
(239,241,235)
#F2F2F0
(242,242,240)
#F5F3F5
(245,243,245)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAEAC8 color. Also use rgb(218,234,200) instead hex code.

Text Font Color

.myTextColor { color: #DAEAC8; }

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

This text font color is #DAEAC8.


Background Color

.myBgColor { background-color: #DAEAC8; }

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

This div background color is #DAEAC8.


Border color

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

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

This div border color is #DAEAC8.


Opacity

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

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

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

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

This text has shadow with #DAEAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEAC8 on black background.


Color preview on white background

This text has color #DAEAC8 on white background.



Black color preview on #DAEAC8 background

This text has black color on #DAEAC8 background.


White color preview on #DAEAC8 background

This text has white color on #DAEAC8 background.