COLOR #DAEFC9

HEX: #DAEFC9 RGB: (218,239,201)

Color info

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

RGB color model

#DAEFC9 color RGB value is (218,239,201).

RGB: (218,239,201) (85%, 94%, 79%)

RGB channels and saturation

R 218 of 255 = 85%
G 239 of 255 = 94%
B 201 of 255 = 79%

218
239
201

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

Portions of RGB colors in percentages

R + G + B = 218 + 239 + 201 = 658 (100%)
R 218 of 658 ~ 33.13%
G 239 of 658 ~ 36.32%
B 201 of 658 ~ 30.55'%

%33.13
%36.32
%30.55

CMYK color model

#DAEFC9 color CMYK value is (9,0,16,6).

  • cyan value is 8.79%
  • magenta value is 0.00%
  • yellow value is 15.90%
  • key color value is 6.27%

CMYK: (9,0,16,6)
C9M0Y16K6 (9%, 0%, 16%, 6%)
(0.09 / 0.00 / 0.16 / 0.06)

CMYK percentages

%8.79
%0
%15.9
%6.27

Codes

Color #DAEFC9 in popluar color models

DA EF C9
RGB 218 239 201
HSL 93° 54.29% 86.27%
HSB/HSV 93° 15.90% 93.73%
CMYK 8.79% 0.00% 15.90%
6.27%

Color #DAEFC9 in popluar number systems.

HEX DA EF C9
Decimal 218 239 201
Binary 11011010 11101111 11001001
Octal 332 357 311

Shades and tints

Shades of #DAEFC9

#DAEFC9
(218,239,201)
#C7DAB7
(199,218,183)
#B4C5A5
(180,197,165)
#A1B093
(161,176,147)
#8E9B81
(142,155,129)
#7B866F
(123,134,111)
#68715D
(104,113,93)
#555C4B
(85,92,75)
#424739
(66,71,57)
#2F3227
(47,50,39)
#1C1D15
(28,29,21)
#000000
(0,0,0)

Tints of #DAEFC9

#DAEFC9
(218,239,201)
#DDF0CD
(221,240,205)
#E0F1D1
(224,241,209)
#E3F2D5
(227,242,213)
#E6F3D9
(230,243,217)
#E9F4DD
(233,244,221)
#ECF5E1
(236,245,225)
#EFF6E5
(239,246,229)
#F2F7E9
(242,247,233)
#F5F8ED
(245,248,237)
#F8F9F1
(248,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEFC9; }

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

This text font color is #DAEFC9.

Background Color

.myBgColor { background-color: #DAEFC9; }

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

This div background color is #DAEFC9.

Border color

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

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

This div border color is #DAEFC9.

Opacity

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

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

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

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

This text has shadow with #DAEFC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEFC9.

Preview

Color preview on black background

This text has color #DAEFC9 on black background.


Color preview on white background

This text has color #DAEFC9 on white background.


Black color preview on #DAEFC9 background

This text has black color on #DAEFC9 background.


White color preview on #DAEFC9 background

This text has white color on #DAEFC9 background.


Related colors

Complementary color

Complementary color for #hex is #251036.


I love getcolorcode.com

Triadic colors

1 #C9DAEF and #EFC9DA with #DAEFC9 are triadic colors.

2 #C9EFDA and #EFDAC9 with #DAEFC9 are triadic colors.