COLOR #DAF4BD

HEX: #DAF4BD RGB: (218,244,189)

Color info

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

RGB color model

#DAF4BD color RGB value is (218,244,189).

RGB: (218,244,189) (85%, 96%, 74%)

RGB channels and saturation

R 218 of 255 = 85%
G 244 of 255 = 96%
B 189 of 255 = 74%

218
244
189

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

Portions of RGB colors in percentages

R + G + B = 218 + 244 + 189 = 651 (100%)
R 218 of 651 ~ 33.49%
G 244 of 651 ~ 37.48%
B 189 of 651 ~ 29.03'%

%33.49
%37.48
%29.03

CMYK color model

#DAF4BD color CMYK value is (11,0,23,4).

  • cyan value is 10.66%
  • magenta value is 0.00%
  • yellow value is 22.54%
  • key color value is 4.31%

CMYK: (11,0,23,4)
C11M0Y23K4 (11%, 0%, 23%, 4%)
(0.11 / 0.00 / 0.23 / 0.04)

CMYK percentages

%10.66
%0
%22.54
%4.31

Codes

Color #DAF4BD in popluar color models

DA F4 BD
RGB 218 244 189
HSL 88° 71.43% 84.90%
HSB/HSV 88° 22.54% 95.69%
CMYK 10.66% 0.00% 22.54%
4.31%

Color #DAF4BD in popluar number systems.

HEX DA F4 BD
Decimal 218 244 189
Binary 11011010 11110100 10111101
Octal 332 364 275

Shades and tints

Shades of #DAF4BD

#DAF4BD
(218,244,189)
#C7DEAC
(199,222,172)
#B4C89B
(180,200,155)
#A1B28A
(161,178,138)
#8E9C79
(142,156,121)
#7B8668
(123,134,104)
#687057
(104,112,87)
#555A46
(85,90,70)
#424435
(66,68,53)
#2F2E24
(47,46,36)
#1C1813
(28,24,19)
#000000
(0,0,0)

Tints of #DAF4BD

#DAF4BD
(218,244,189)
#DDF5C3
(221,245,195)
#E0F6C9
(224,246,201)
#E3F7CF
(227,247,207)
#E6F8D5
(230,248,213)
#E9F9DB
(233,249,219)
#ECFAE1
(236,250,225)
#EFFBE7
(239,251,231)
#F2FCED
(242,252,237)
#F5FDF3
(245,253,243)
#F8FEF9
(248,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF4BD; }

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

This text font color is #DAF4BD.

Background Color

.myBgColor { background-color: #DAF4BD; }

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

This div background color is #DAF4BD.

Border color

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

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

This div border color is #DAF4BD.

Opacity

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

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

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

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

This text has shadow with #DAF4BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF4BD.

Preview

Color preview on black background

This text has color #DAF4BD on black background.


Color preview on white background

This text has color #DAF4BD on white background.


Black color preview on #DAF4BD background

This text has black color on #DAF4BD background.


White color preview on #DAF4BD background

This text has white color on #DAF4BD background.


Related colors

Complementary color

Complementary color for #hex is #250B42.


I love getcolorcode.com

Triadic colors

1 #BDDAF4 and #F4BDDA with #DAF4BD are triadic colors.

2 #BDF4DA and #F4DABD with #DAF4BD are triadic colors.