COLOR #DAEACC

HEX: #DAEACC RGB: (218,234,204)

Color info

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

RGB color model

#DAEACC color RGB value is (218,234,204).

RGB: (218,234,204) (85%, 92%, 80%)

RGB channels and saturation

R 218 of 255 = 85%
G 234 of 255 = 92%
B 204 of 255 = 80%

218
234
204

R + G + B ~ 86%. #DAEACC is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 234 + 204 = 656 (100%)
R 218 of 656 ~ 33.23%
G 234 of 656 ~ 35.67%
B 204 of 656 ~ 31.1'%

%33.23
%35.67
%31.1

CMYK color model

#DAEACC color CMYK value is (7,0,13,8).

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

CMYK: (7,0,13,8)
C7M0Y13K8 (7%, 0%, 13%, 8%)
(0.07 / 0.00 / 0.13 / 0.08)

CMYK percentages

%6.84
%0
%12.82
%8.24

Codes

Color #DAEACC in popluar color models

DA EA CC
RGB 218 234 204
HSL 92° 41.67% 85.88%
HSB/HSV 92° 12.82% 91.76%
CMYK 6.84% 0.00% 12.82%
8.24%

Color #DAEACC in popluar number systems.

HEX DA EA CC
Decimal 218 234 204
Binary 11011010 11101010 11001100
Octal 332 352 314

Shades and tints

Shades of #DAEACC

#DAEACC
(218,234,204)
#C7D5BA
(199,213,186)
#B4C0A8
(180,192,168)
#A1AB96
(161,171,150)
#8E9684
(142,150,132)
#7B8172
(123,129,114)
#686C60
(104,108,96)
#55574E
(85,87,78)
#42423C
(66,66,60)
#2F2D2A
(47,45,42)
#1C1818
(28,24,24)
#000000
(0,0,0)

Tints of #DAEACC

#DAEACC
(218,234,204)
#DDEBD0
(221,235,208)
#E0ECD4
(224,236,212)
#E3EDD8
(227,237,216)
#E6EEDC
(230,238,220)
#E9EFE0
(233,239,224)
#ECF0E4
(236,240,228)
#EFF1E8
(239,241,232)
#F2F2EC
(242,242,236)
#F5F3F0
(245,243,240)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEACC; }

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

This text font color is #DAEACC.

Background Color

.myBgColor { background-color: #DAEACC; }

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

This div background color is #DAEACC.

Border color

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

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

This div border color is #DAEACC.

Opacity

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

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

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

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

This text has shadow with #DAEACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEACC.

Preview

Color preview on black background

This text has color #DAEACC on black background.


Color preview on white background

This text has color #DAEACC on white background.


Black color preview on #DAEACC background

This text has black color on #DAEACC background.


White color preview on #DAEACC background

This text has white color on #DAEACC background.


Related colors

Complementary color

Complementary color for #hex is #251533.


I love getcolorcode.com

Triadic colors

1 #CCDAEA and #EACCDA with #DAEACC are triadic colors.

2 #CCEADA and #EADACC with #DAEACC are triadic colors.