COLOR #DAEFC4

HEX: #DAEFC4
RGB: (218,239,196)

Color info

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

RGB color model

#DAEFC4 color RGB value is (218,239,196).

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

RGB channels and saturation

R 218 of 255 = 85%
G 239 of 255 = 94%
B 196 of 255 = 77%

218
239
196

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

Portions of RGB colors in percentages

R + G + B =
218 + 239 + 196 = 653 (100%)
R 218 of 653 ~ 33.38%
G 239 of 653 ~ 36.6%
B 196 of 653 ~ 30.02%

%33.38
%36.6
%30.02

CMYK color model

#DAEFC4 color CMYK value is (9,0,18,6).

  • cyan value is 8.79%
  • magenta value is 0.00%
  • yellow value is 17.99%
  • key color value is 6.27%
CMYK:
(9,0,18,6)
C9M0Y18K6 
(9%,0%,18%,6%)
(0.09/0.00/0.18/0.06)	

CMYK percentages

%8.79
%0
%17.99
%6.27

Codes

Color #DAEFC4 in popluar color models

DAEFC4
RGB218239196
HSL89°57.33%85.29%
HSB/HSV89°17.99%93.73%
CMYK8.79%0.00%17.99%
6.27%

Color #DAEFC4 in popluar number systems.

HEXDAEFC4
Decimal218239196
Binary110110101110111111000100
Octal332357304

Shades and tints

Shades of #DAEFC4

#DAEFC4
(218,239,196)
#C7DAB3
(199,218,179)
#B4C5A2
(180,197,162)
#A1B091
(161,176,145)
#8E9B80
(142,155,128)
#7B866F
(123,134,111)
#68715E
(104,113,94)
#555C4D
(85,92,77)
#42473C
(66,71,60)
#2F322B
(47,50,43)
#1C1D1A
(28,29,26)
#000000
(0,0,0)

Tints of #DAEFC4

#DAEFC4
(218,239,196)
#DDF0C9
(221,240,201)
#E0F1CE
(224,241,206)
#E3F2D3
(227,242,211)
#E6F3D8
(230,243,216)
#E9F4DD
(233,244,221)
#ECF5E2
(236,245,226)
#EFF6E7
(239,246,231)
#F2F7EC
(242,247,236)
#F5F8F1
(245,248,241)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEFC4; }

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

This text font color is #DAEFC4.


Background Color

.myBgColor { background-color: #DAEFC4; }

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

This div background color is #DAEFC4.


Border color

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

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

This div border color is #DAEFC4.


Opacity

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

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

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

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

This text has shadow with #DAEFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEFC4 on black background.


Color preview on white background

This text has color #DAEFC4 on white background.



Black color preview on #DAEFC4 background

This text has black color on #DAEFC4 background.


White color preview on #DAEFC4 background

This text has white color on #DAEFC4 background.