COLOR #DAF4CA

HEX: #DAF4CA
RGB: (218,244,202)

Color info

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

RGB color model

#DAF4CA color RGB value is (218,244,202).

  • red value is 218;
  • green value is 244;
  • blue value is 202.
RGB:
(218,244,202)
(85%,96%,79%)

RGB channels and saturation

R 218 of 255 = 85%
G 244 of 255 = 96%
B 202 of 255 = 79%

218
244
202

R + G + B ~ 87%. #DAF4CA is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 244 + 202 = 664 (100%)
R 218 of 664 ~ 32.83%
G 244 of 664 ~ 36.75%
B 202 of 664 ~ 30.42%

%32.83
%36.75
%30.42

CMYK color model

#DAF4CA color CMYK value is (11,0,17,4).

  • cyan value is 10.66%
  • magenta value is 0.00%
  • yellow value is 17.21%
  • key color value is 4.31%
CMYK:
(11,0,17,4)
C11M0Y17K4 
(11%,0%,17%,4%)
(0.11/0.00/0.17/0.04)	

CMYK percentages

%10.66
%0
%17.21
%4.31

Codes

Color #DAF4CA in popluar color models

DAF4CA
RGB218244202
HSL97°65.63%87.45%
HSB/HSV97°17.21%95.69%
CMYK10.66%0.00%17.21%
4.31%

Color #DAF4CA in popluar number systems.

HEXDAF4CA
Decimal218244202
Binary110110101111010011001010
Octal332364312

Shades and tints

Shades of #DAF4CA

#DAF4CA
(218,244,202)
#C7DEB8
(199,222,184)
#B4C8A6
(180,200,166)
#A1B294
(161,178,148)
#8E9C82
(142,156,130)
#7B8670
(123,134,112)
#68705E
(104,112,94)
#555A4C
(85,90,76)
#42443A
(66,68,58)
#2F2E28
(47,46,40)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #DAF4CA

#DAF4CA
(218,244,202)
#DDF5CE
(221,245,206)
#E0F6D2
(224,246,210)
#E3F7D6
(227,247,214)
#E6F8DA
(230,248,218)
#E9F9DE
(233,249,222)
#ECFAE2
(236,250,226)
#EFFBE6
(239,251,230)
#F2FCEA
(242,252,234)
#F5FDEE
(245,253,238)
#F8FEF2
(248,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF4CA; }

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

This text font color is #DAF4CA.


Background Color

.myBgColor { background-color: #DAF4CA; }

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

This div background color is #DAF4CA.


Border color

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

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

This div border color is #DAF4CA.


Opacity

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

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

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

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

This text has shadow with #DAF4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF4CA on black background.


Color preview on white background

This text has color #DAF4CA on white background.



Black color preview on #DAF4CA background

This text has black color on #DAF4CA background.


White color preview on #DAF4CA background

This text has white color on #DAF4CA background.