COLOR #DAEEC4

HEX: #DAEEC4 RGB: (218,238,196)

Color info

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

RGB color model

#DAEEC4 color RGB value is (218,238,196).

RGB: (218,238,196) (85%, 93%, 77%)

RGB channels and saturation

R 218 of 255 = 85%
G 238 of 255 = 93%
B 196 of 255 = 77%

218
238
196

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

Portions of RGB colors in percentages

R + G + B = 218 + 238 + 196 = 652 (100%)
R 218 of 652 ~ 33.44%
G 238 of 652 ~ 36.5%
B 196 of 652 ~ 30.06'%

%33.44
%36.5
%30.06

CMYK color model

#DAEEC4 color CMYK value is (8,0,18,7).

  • cyan value is 8.40%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 6.67%

CMYK: (8,0,18,7)
C8M0Y18K7 (8%, 0%, 18%, 7%)
(0.08 / 0.00 / 0.18 / 0.07)

CMYK percentages

%8.4
%0
%17.65
%6.67

Codes

Color #DAEEC4 in popluar color models

DA EE C4
RGB 218 238 196
HSL 89° 55.26% 85.10%
HSB/HSV 89° 17.65% 93.33%
CMYK 8.40% 0.00% 17.65%
6.67%

Color #DAEEC4 in popluar number systems.

HEX DA EE C4
Decimal 218 238 196
Binary 11011010 11101110 11000100
Octal 332 356 304

Shades and tints

Shades of #DAEEC4

#DAEEC4
(218,238,196)
#C7D9B3
(199,217,179)
#B4C4A2
(180,196,162)
#A1AF91
(161,175,145)
#8E9A80
(142,154,128)
#7B856F
(123,133,111)
#68705E
(104,112,94)
#555B4D
(85,91,77)
#42463C
(66,70,60)
#2F312B
(47,49,43)
#1C1C1A
(28,28,26)
#000000
(0,0,0)

Tints of #DAEEC4

#DAEEC4
(218,238,196)
#DDEFC9
(221,239,201)
#E0F0CE
(224,240,206)
#E3F1D3
(227,241,211)
#E6F2D8
(230,242,216)
#E9F3DD
(233,243,221)
#ECF4E2
(236,244,226)
#EFF5E7
(239,245,231)
#F2F6EC
(242,246,236)
#F5F7F1
(245,247,241)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEEC4; }

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

This text font color is #DAEEC4.

Background Color

.myBgColor { background-color: #DAEEC4; }

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

This div background color is #DAEEC4.

Border color

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

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

This div border color is #DAEEC4.

Opacity

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

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

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

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

This text has shadow with #DAEEC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEEC4.

Preview

Color preview on black background

This text has color #DAEEC4 on black background.


Color preview on white background

This text has color #DAEEC4 on white background.


Black color preview on #DAEEC4 background

This text has black color on #DAEEC4 background.


White color preview on #DAEEC4 background

This text has white color on #DAEEC4 background.


Related colors

Complementary color

Complementary color for #hex is #25113B.


I love getcolorcode.com

Triadic colors

1 #C4DAEE and #EEC4DA with #DAEEC4 are triadic colors.

2 #C4EEDA and #EEDAC4 with #DAEEC4 are triadic colors.