COLOR #DAEABC

HEX: #DAEABC RGB: (218,234,188)

Color info

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

RGB color model

#DAEABC color RGB value is (218,234,188).

RGB: (218,234,188) (85%, 92%, 74%)

RGB channels and saturation

R 218 of 255 = 85%
G 234 of 255 = 92%
B 188 of 255 = 74%

218
234
188

R + G + B ~ 84%. #DAEABC is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 234 + 188 = 640 (100%)
R 218 of 640 ~ 34.06%
G 234 of 640 ~ 36.56%
B 188 of 640 ~ 29.38'%

%34.06
%36.56
%29.38

CMYK color model

#DAEABC color CMYK value is (7,0,20,8).

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

CMYK: (7,0,20,8)
C7M0Y20K8 (7%, 0%, 20%, 8%)
(0.07 / 0.00 / 0.20 / 0.08)

CMYK percentages

%6.84
%0
%19.66
%8.24

Codes

Color #DAEABC in popluar color models

DA EA BC
RGB 218 234 188
HSL 81° 52.27% 82.75%
HSB/HSV 81° 19.66% 91.76%
CMYK 6.84% 0.00% 19.66%
8.24%

Color #DAEABC in popluar number systems.

HEX DA EA BC
Decimal 218 234 188
Binary 11011010 11101010 10111100
Octal 332 352 274

Shades and tints

Shades of #DAEABC

#DAEABC
(218,234,188)
#C7D5AB
(199,213,171)
#B4C09A
(180,192,154)
#A1AB89
(161,171,137)
#8E9678
(142,150,120)
#7B8167
(123,129,103)
#686C56
(104,108,86)
#555745
(85,87,69)
#424234
(66,66,52)
#2F2D23
(47,45,35)
#1C1812
(28,24,18)
#000000
(0,0,0)

Tints of #DAEABC

#DAEABC
(218,234,188)
#DDEBC2
(221,235,194)
#E0ECC8
(224,236,200)
#E3EDCE
(227,237,206)
#E6EED4
(230,238,212)
#E9EFDA
(233,239,218)
#ECF0E0
(236,240,224)
#EFF1E6
(239,241,230)
#F2F2EC
(242,242,236)
#F5F3F2
(245,243,242)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEABC; }

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

This text font color is #DAEABC.

Background Color

.myBgColor { background-color: #DAEABC; }

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

This div background color is #DAEABC.

Border color

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

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

This div border color is #DAEABC.

Opacity

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

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

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

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

This text has shadow with #DAEABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEABC.

Preview

Color preview on black background

This text has color #DAEABC on black background.


Color preview on white background

This text has color #DAEABC on white background.


Black color preview on #DAEABC background

This text has black color on #DAEABC background.


White color preview on #DAEABC background

This text has white color on #DAEABC background.


Related colors

Complementary color

Complementary color for #hex is #251543.


I love getcolorcode.com

Triadic colors

1 #BCDAEA and #EABCDA with #DAEABC are triadic colors.

2 #BCEADA and #EADABC with #DAEABC are triadic colors.