COLOR #DAEAC4

HEX: #DAEAC4
RGB: (218,234,196)

Color info

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

RGB color model

#DAEAC4 color RGB value is (218,234,196).

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

RGB channels and saturation

R 218 of 255 = 85%
G 234 of 255 = 92%
B 196 of 255 = 77%

218
234
196

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

Portions of RGB colors in percentages

R + G + B =
218 + 234 + 196 = 648 (100%)
R 218 of 648 ~ 33.64%
G 234 of 648 ~ 36.11%
B 196 of 648 ~ 30.25%

%33.64
%36.11
%30.25

CMYK color model

#DAEAC4 color CMYK value is (7,0,16,8).

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 16.24%
  • key color value is 8.24%
CMYK:
(7,0,16,8)
C7M0Y16K8 
(7%,0%,16%,8%)
(0.07/0.00/0.16/0.08)	

CMYK percentages

%6.84
%0
%16.24
%8.24

Codes

Color #DAEAC4 in popluar color models

DAEAC4
RGB218234196
HSL85°47.50%84.31%
HSB/HSV85°16.24%91.76%
CMYK6.84%0.00%16.24%
8.24%

Color #DAEAC4 in popluar number systems.

HEXDAEAC4
Decimal218234196
Binary110110101110101011000100
Octal332352304

Shades and tints

Shades of #DAEAC4

#DAEAC4
(218,234,196)
#C7D5B3
(199,213,179)
#B4C0A2
(180,192,162)
#A1AB91
(161,171,145)
#8E9680
(142,150,128)
#7B816F
(123,129,111)
#686C5E
(104,108,94)
#55574D
(85,87,77)
#42423C
(66,66,60)
#2F2D2B
(47,45,43)
#1C181A
(28,24,26)
#000000
(0,0,0)

Tints of #DAEAC4

#DAEAC4
(218,234,196)
#DDEBC9
(221,235,201)
#E0ECCE
(224,236,206)
#E3EDD3
(227,237,211)
#E6EED8
(230,238,216)
#E9EFDD
(233,239,221)
#ECF0E2
(236,240,226)
#EFF1E7
(239,241,231)
#F2F2EC
(242,242,236)
#F5F3F1
(245,243,241)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEAC4; }

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

This text font color is #DAEAC4.


Background Color

.myBgColor { background-color: #DAEAC4; }

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

This div background color is #DAEAC4.


Border color

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

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

This div border color is #DAEAC4.


Opacity

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

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

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

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

This text has shadow with #DAEAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEAC4 on black background.


Color preview on white background

This text has color #DAEAC4 on white background.



Black color preview on #DAEAC4 background

This text has black color on #DAEAC4 background.


White color preview on #DAEAC4 background

This text has white color on #DAEAC4 background.