COLOR #DAFCF3

HEX: #DAFCF3
RGB: (218,252,243)

Color info

#DAFCF3 contains red, green and blue colors in about the same proportion. Web safe color of #DAFCF3 is #CCFFFF (or #CFF).

RGB color model

#DAFCF3 color RGB value is (218,252,243).

  • red value is 218;
  • green value is 252;
  • blue value is 243.
RGB:
(218,252,243)
(85%,99%,95%)

RGB channels and saturation

R 218 of 255 = 85%
G 252 of 255 = 99%
B 243 of 255 = 95%

218
252
243

R + G + B ~ 93%. #DAFCF3 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 252 + 243 = 713 (100%)
R 218 of 713 ~ 30.58%
G 252 of 713 ~ 35.34%
B 243 of 713 ~ 34.08%

%30.58
%35.34
%34.08

CMYK color model

#DAFCF3 color CMYK value is (13,0,4,1).

  • cyan value is 13.49%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 1.18%
CMYK:
(13,0,4,1)
C13M0Y4K1 
(13%,0%,4%,1%)
(0.13/0.00/0.04/0.01)	

CMYK percentages

%13.49
%0
%3.57
%1.18

Codes

Color #DAFCF3 in popluar color models

DAFCF3
RGB218252243
HSL164°85.00%92.16%
HSB/HSV164°13.49%98.82%
CMYK13.49%0.00%3.57%
1.18%

Color #DAFCF3 in popluar number systems.

HEXDAFCF3
Decimal218252243
Binary110110101111110011110011
Octal332374363

Shades and tints

Shades of #DAFCF3

#DAFCF3
(218,252,243)
#C7E6DD
(199,230,221)
#B4D0C7
(180,208,199)
#A1BAB1
(161,186,177)
#8EA49B
(142,164,155)
#7B8E85
(123,142,133)
#68786F
(104,120,111)
#556259
(85,98,89)
#424C43
(66,76,67)
#2F362D
(47,54,45)
#1C2017
(28,32,23)
#000000
(0,0,0)

Tints of #DAFCF3

#DAFCF3
(218,252,243)
#DDFCF4
(221,252,244)
#E0FCF5
(224,252,245)
#E3FCF6
(227,252,246)
#E6FCF7
(230,252,247)
#E9FCF8
(233,252,248)
#ECFCF9
(236,252,249)
#EFFCFA
(239,252,250)
#F2FCFB
(242,252,251)
#F5FCFC
(245,252,252)
#F8FCFD
(248,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAFCF3 color. Also use rgb(218,252,243) instead hex code.

Text Font Color

.myTextColor { color: #DAFCF3; }

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

This text font color is #DAFCF3.


Background Color

.myBgColor { background-color: #DAFCF3; }

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

This div background color is #DAFCF3.


Border color

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

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

This div border color is #DAFCF3.


Opacity

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

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

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

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

This text has shadow with #DAFCF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAFCF3 on black background.


Color preview on white background

This text has color #DAFCF3 on white background.



Black color preview on #DAFCF3 background

This text has black color on #DAFCF3 background.


White color preview on #DAFCF3 background

This text has white color on #DAFCF3 background.