COLOR #DAEFBC

HEX: #DAEFBC RGB: (218,239,188)

Color info

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

RGB color model

#DAEFBC color RGB value is (218,239,188).

RGB: (218,239,188) (85%, 94%, 74%)

RGB channels and saturation

R 218 of 255 = 85%
G 239 of 255 = 94%
B 188 of 255 = 74%

218
239
188

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

Portions of RGB colors in percentages

R + G + B = 218 + 239 + 188 = 645 (100%)
R 218 of 645 ~ 33.8%
G 239 of 645 ~ 37.05%
B 188 of 645 ~ 29.15'%

%33.8
%37.05
%29.15

CMYK color model

#DAEFBC color CMYK value is (9,0,21,6).

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

CMYK: (9,0,21,6)
C9M0Y21K6 (9%, 0%, 21%, 6%)
(0.09 / 0.00 / 0.21 / 0.06)

CMYK percentages

%8.79
%0
%21.34
%6.27

Codes

Color #DAEFBC in popluar color models

DA EF BC
RGB 218 239 188
HSL 85° 61.45% 83.73%
HSB/HSV 85° 21.34% 93.73%
CMYK 8.79% 0.00% 21.34%
6.27%

Color #DAEFBC in popluar number systems.

HEX DA EF BC
Decimal 218 239 188
Binary 11011010 11101111 10111100
Octal 332 357 274

Shades and tints

Shades of #DAEFBC

#DAEFBC
(218,239,188)
#C7DAAB
(199,218,171)
#B4C59A
(180,197,154)
#A1B089
(161,176,137)
#8E9B78
(142,155,120)
#7B8667
(123,134,103)
#687156
(104,113,86)
#555C45
(85,92,69)
#424734
(66,71,52)
#2F3223
(47,50,35)
#1C1D12
(28,29,18)
#000000
(0,0,0)

Tints of #DAEFBC

#DAEFBC
(218,239,188)
#DDF0C2
(221,240,194)
#E0F1C8
(224,241,200)
#E3F2CE
(227,242,206)
#E6F3D4
(230,243,212)
#E9F4DA
(233,244,218)
#ECF5E0
(236,245,224)
#EFF6E6
(239,246,230)
#F2F7EC
(242,247,236)
#F5F8F2
(245,248,242)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEFBC; }

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

This text font color is #DAEFBC.

Background Color

.myBgColor { background-color: #DAEFBC; }

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

This div background color is #DAEFBC.

Border color

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

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

This div border color is #DAEFBC.

Opacity

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

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

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

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

This text has shadow with #DAEFBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEFBC.

Preview

Color preview on black background

This text has color #DAEFBC on black background.


Color preview on white background

This text has color #DAEFBC on white background.


Black color preview on #DAEFBC background

This text has black color on #DAEFBC background.


White color preview on #DAEFBC background

This text has white color on #DAEFBC background.


Related colors

Complementary color

Complementary color for #hex is #251043.


I love getcolorcode.com

Triadic colors

1 #BCDAEF and #EFBCDA with #DAEFBC are triadic colors.

2 #BCEFDA and #EFDABC with #DAEFBC are triadic colors.