COLOR #DAF4C4

HEX: #DAF4C4 RGB: (218,244,196)

Color info

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

RGB color model

#DAF4C4 color RGB value is (218,244,196).

RGB: (218,244,196) (85%, 96%, 77%)

RGB channels and saturation

R 218 of 255 = 85%
G 244 of 255 = 96%
B 196 of 255 = 77%

218
244
196

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

Portions of RGB colors in percentages

R + G + B = 218 + 244 + 196 = 658 (100%)
R 218 of 658 ~ 33.13%
G 244 of 658 ~ 37.08%
B 196 of 658 ~ 29.79'%

%33.13
%37.08
%29.79

CMYK color model

#DAF4C4 color CMYK value is (11,0,20,4).

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

CMYK: (11,0,20,4)
C11M0Y20K4 (11%, 0%, 20%, 4%)
(0.11 / 0.00 / 0.20 / 0.04)

CMYK percentages

%10.66
%0
%19.67
%4.31

Codes

Color #DAF4C4 in popluar color models

DA F4 C4
RGB 218 244 196
HSL 93° 68.57% 86.27%
HSB/HSV 93° 19.67% 95.69%
CMYK 10.66% 0.00% 19.67%
4.31%

Color #DAF4C4 in popluar number systems.

HEX DA F4 C4
Decimal 218 244 196
Binary 11011010 11110100 11000100
Octal 332 364 304

Shades and tints

Shades of #DAF4C4

#DAF4C4
(218,244,196)
#C7DEB3
(199,222,179)
#B4C8A2
(180,200,162)
#A1B291
(161,178,145)
#8E9C80
(142,156,128)
#7B866F
(123,134,111)
#68705E
(104,112,94)
#555A4D
(85,90,77)
#42443C
(66,68,60)
#2F2E2B
(47,46,43)
#1C181A
(28,24,26)
#000000
(0,0,0)

Tints of #DAF4C4

#DAF4C4
(218,244,196)
#DDF5C9
(221,245,201)
#E0F6CE
(224,246,206)
#E3F7D3
(227,247,211)
#E6F8D8
(230,248,216)
#E9F9DD
(233,249,221)
#ECFAE2
(236,250,226)
#EFFBE7
(239,251,231)
#F2FCEC
(242,252,236)
#F5FDF1
(245,253,241)
#F8FEF6
(248,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF4C4; }

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

This text font color is #DAF4C4.

Background Color

.myBgColor { background-color: #DAF4C4; }

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

This div background color is #DAF4C4.

Border color

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

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

This div border color is #DAF4C4.

Opacity

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

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

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

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

This text has shadow with #DAF4C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF4C4.

Preview

Color preview on black background

This text has color #DAF4C4 on black background.


Color preview on white background

This text has color #DAF4C4 on white background.


Black color preview on #DAF4C4 background

This text has black color on #DAF4C4 background.


White color preview on #DAF4C4 background

This text has white color on #DAF4C4 background.


Related colors

Complementary color

Complementary color for #hex is #250B3B.


I love getcolorcode.com

Triadic colors

1 #C4DAF4 and #F4C4DA with #DAF4C4 are triadic colors.

2 #C4F4DA and #F4DAC4 with #DAF4C4 are triadic colors.