COLOR #DAF2BD

HEX: #DAF2BD RGB: (218,242,189)

Color info

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

RGB color model

#DAF2BD color RGB value is (218,242,189).

RGB: (218,242,189) (85%, 95%, 74%)

RGB channels and saturation

R 218 of 255 = 85%
G 242 of 255 = 95%
B 189 of 255 = 74%

218
242
189

R + G + B ~ 85%. #DAF2BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 242 + 189 = 649 (100%)
R 218 of 649 ~ 33.59%
G 242 of 649 ~ 37.29%
B 189 of 649 ~ 29.12'%

%33.59
%37.29
%29.12

CMYK color model

#DAF2BD color CMYK value is (10,0,22,5).

  • cyan value is 9.92%
  • magenta value is 0.00%
  • yellow value is 21.90%
  • key color value is 5.10%
CMYK: (10,0,22,5) C10M0Y22K5 (10%,0%,22%,5%) (0.10/0.00/0.22/0.05) 

CMYK percentages

%9.92
%0
%21.9
%5.1

Codes

Color #DAF2BD in popluar color models

DA F2 BD
RGB 218 242 189
HSL 87° 67.09% 84.51%
HSB/HSV 87° 21.90% 94.90%
CMYK 9.92% 0.00% 21.90%
5.10%

Color #DAF2BD in popluar number systems.

HEX DA F2 BD
Decimal 218 242 189
Binary 11011010 11110010 10111101
Octal 332 362 275

Shades and tints

Shades of #DAF2BD

#DAF2BD
(218,242,189)
#C7DCAC
(199,220,172)
#B4C69B
(180,198,155)
#A1B08A
(161,176,138)
#8E9A79
(142,154,121)
#7B8468
(123,132,104)
#686E57
(104,110,87)
#555846
(85,88,70)
#424235
(66,66,53)
#2F2C24
(47,44,36)
#1C1613
(28,22,19)
#000000
(0,0,0)

Tints of #DAF2BD

#DAF2BD
(218,242,189)
#DDF3C3
(221,243,195)
#E0F4C9
(224,244,201)
#E3F5CF
(227,245,207)
#E6F6D5
(230,246,213)
#E9F7DB
(233,247,219)
#ECF8E1
(236,248,225)
#EFF9E7
(239,249,231)
#F2FAED
(242,250,237)
#F5FBF3
(245,251,243)
#F8FCF9
(248,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF2BD color. Also use rgb(218,242,189) instead hex code.

Text Font Color

.myTextColor { color: #DAF2BD; }

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

This text font color is #DAF2BD.

Background Color

.myBgColor { background-color: #DAF2BD; }

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

This div background color is #DAF2BD.

Border color

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

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

This div border color is #DAF2BD.

Opacity

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

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

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

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

This text has shadow with #DAF2BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF2BD.

Preview

Color preview on black background

This text has color #DAF2BD on black background.


Color preview on white background

This text has color #DAF2BD on white background.


Black color preview on #DAF2BD background

This text has black color on #DAF2BD background.


White color preview on #DAF2BD background

This text has white color on #DAF2BD background.


Related colors

Complementary color

Complementary color for #hex is #250D42.


I love getcolorcode.com

Triadic colors

1 #BDDAF2 and #F2BDDA with #DAF2BD are triadic colors.

2 #BDF2DA and #F2DABD with #DAF2BD are triadic colors.