COLOR #DAE7BF

HEX: #DAE7BF RGB: (218,231,191)

Color info

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

RGB color model

#DAE7BF color RGB value is (218,231,191).

RGB: (218,231,191) (85%, 91%, 75%)

RGB channels and saturation

R 218 of 255 = 85%
G 231 of 255 = 91%
B 191 of 255 = 75%

218
231
191

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

Portions of RGB colors in percentages

R + G + B = 218 + 231 + 191 = 640 (100%)
R 218 of 640 ~ 34.06%
G 231 of 640 ~ 36.09%
B 191 of 640 ~ 29.84'%

%34.06
%36.09
%29.84

CMYK color model

#DAE7BF color CMYK value is (6,0,17,9).

  • cyan value is 5.63%
  • magenta value is 0.00%
  • yellow value is 17.32%
  • key color value is 9.41%

CMYK: (6,0,17,9)
C6M0Y17K9 (6%, 0%, 17%, 9%)
(0.06 / 0.00 / 0.17 / 0.09)

CMYK percentages

%5.63
%0
%17.32
%9.41

Codes

Color #DAE7BF in popluar color models

DA E7 BF
RGB 218 231 191
HSL 80° 45.45% 82.75%
HSB/HSV 80° 17.32% 90.59%
CMYK 5.63% 0.00% 17.32%
9.41%

Color #DAE7BF in popluar number systems.

HEX DA E7 BF
Decimal 218 231 191
Binary 11011010 11100111 10111111
Octal 332 347 277

Shades and tints

Shades of #DAE7BF

#DAE7BF
(218,231,191)
#C7D2AE
(199,210,174)
#B4BD9D
(180,189,157)
#A1A88C
(161,168,140)
#8E937B
(142,147,123)
#7B7E6A
(123,126,106)
#686959
(104,105,89)
#555448
(85,84,72)
#423F37
(66,63,55)
#2F2A26
(47,42,38)
#1C1515
(28,21,21)
#000000
(0,0,0)

Tints of #DAE7BF

#DAE7BF
(218,231,191)
#DDE9C4
(221,233,196)
#E0EBC9
(224,235,201)
#E3EDCE
(227,237,206)
#E6EFD3
(230,239,211)
#E9F1D8
(233,241,216)
#ECF3DD
(236,243,221)
#EFF5E2
(239,245,226)
#F2F7E7
(242,247,231)
#F5F9EC
(245,249,236)
#F8FBF1
(248,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE7BF color. Also use rgb(218,231,191) instead hex code.

Text Font Color

.myTextColor { color: #DAE7BF; }

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

This text font color is #DAE7BF.

Background Color

.myBgColor { background-color: #DAE7BF; }

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

This div background color is #DAE7BF.

Border color

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

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

This div border color is #DAE7BF.

Opacity

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

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

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

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

This text has shadow with #DAE7BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE7BF.

Preview

Color preview on black background

This text has color #DAE7BF on black background.


Color preview on white background

This text has color #DAE7BF on white background.


Black color preview on #DAE7BF background

This text has black color on #DAE7BF background.


White color preview on #DAE7BF background

This text has white color on #DAE7BF background.


Related colors

Complementary color

Complementary color for #hex is #251840.


I love getcolorcode.com

Triadic colors

1 #BFDAE7 and #E7BFDA with #DAE7BF are triadic colors.

2 #BFE7DA and #E7DABF with #DAE7BF are triadic colors.