COLOR #DAEAAE

HEX: #DAEAAE RGB: (218,234,174)

Color info

#DAEAAE contains mainly red and green colors. Web safe color of #DAEAAE is #CCFF99 (or #CF9).

RGB color model

#DAEAAE color RGB value is (218,234,174).

RGB: (218,234,174) (85%, 92%, 68%)

RGB channels and saturation

R 218 of 255 = 85%
G 234 of 255 = 92%
B 174 of 255 = 68%

218
234
174

R + G + B ~ 82%. #DAEAAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 234 + 174 = 626 (100%)
R 218 of 626 ~ 34.82%
G 234 of 626 ~ 37.38%
B 174 of 626 ~ 27.8'%

%34.82
%37.38
%27.8

CMYK color model

#DAEAAE color CMYK value is (7,0,26,8).

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 25.64%
  • key color value is 8.24%

CMYK: (7,0,26,8)
C7M0Y26K8 (7%, 0%, 26%, 8%)
(0.07 / 0.00 / 0.26 / 0.08)

CMYK percentages

%6.84
%0
%25.64
%8.24

Codes

Color #DAEAAE in popluar color models

DA EA AE
RGB 218 234 174
HSL 76° 58.82% 80.00%
HSB/HSV 76° 25.64% 91.76%
CMYK 6.84% 0.00% 25.64%
8.24%

Color #DAEAAE in popluar number systems.

HEX DA EA AE
Decimal 218 234 174
Binary 11011010 11101010 10101110
Octal 332 352 256

Shades and tints

Shades of #DAEAAE

#DAEAAE
(218,234,174)
#C7D59F
(199,213,159)
#B4C090
(180,192,144)
#A1AB81
(161,171,129)
#8E9672
(142,150,114)
#7B8163
(123,129,99)
#686C54
(104,108,84)
#555745
(85,87,69)
#424236
(66,66,54)
#2F2D27
(47,45,39)
#1C1818
(28,24,24)
#000000
(0,0,0)

Tints of #DAEAAE

#DAEAAE
(218,234,174)
#DDEBB5
(221,235,181)
#E0ECBC
(224,236,188)
#E3EDC3
(227,237,195)
#E6EECA
(230,238,202)
#E9EFD1
(233,239,209)
#ECF0D8
(236,240,216)
#EFF1DF
(239,241,223)
#F2F2E6
(242,242,230)
#F5F3ED
(245,243,237)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEAAE; }

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

This text font color is #DAEAAE.

Background Color

.myBgColor { background-color: #DAEAAE; }

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

This div background color is #DAEAAE.

Border color

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

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

This div border color is #DAEAAE.

Opacity

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

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

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

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

This text has shadow with #DAEAAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEAAE.

Preview

Color preview on black background

This text has color #DAEAAE on black background.


Color preview on white background

This text has color #DAEAAE on white background.


Black color preview on #DAEAAE background

This text has black color on #DAEAAE background.


White color preview on #DAEAAE background

This text has white color on #DAEAAE background.


Related colors

Complementary color

Complementary color for #hex is #251551.


I love getcolorcode.com

Triadic colors

1 #AEDAEA and #EAAEDA with #DAEAAE are triadic colors.

2 #AEEADA and #EADAAE with #DAEAAE are triadic colors.