COLOR #DAF9F3

HEX: #DAF9F3
RGB: (218,249,243)

Color info

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

RGB color model

#DAF9F3 color RGB value is (218,249,243).

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

RGB channels and saturation

R 218 of 255 = 85%
G 249 of 255 = 98%
B 243 of 255 = 95%

218
249
243

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

Portions of RGB colors in percentages

R + G + B =
218 + 249 + 243 = 710 (100%)
R 218 of 710 ~ 30.7%
G 249 of 710 ~ 35.07%
B 243 of 710 ~ 34.23%

%30.7
%35.07
%34.23

CMYK color model

#DAF9F3 color CMYK value is (12,0,2,2).

  • cyan value is 12.45%
  • magenta value is 0.00%
  • yellow value is 2.41%
  • key color value is 2.35%
CMYK:
(12,0,2,2)
C12M0Y2K2 
(12%,0%,2%,2%)
(0.12/0.00/0.02/0.02)	

CMYK percentages

%12.45
%0
%2.41
%2.35

Codes

Color #DAF9F3 in popluar color models

DAF9F3
RGB218249243
HSL168°72.09%91.57%
HSB/HSV168°12.45%97.65%
CMYK12.45%0.00%2.41%
2.35%

Color #DAF9F3 in popluar number systems.

HEXDAF9F3
Decimal218249243
Binary110110101111100111110011
Octal332371363

Shades and tints

Shades of #DAF9F3

#DAF9F3
(218,249,243)
#C7E3DD
(199,227,221)
#B4CDC7
(180,205,199)
#A1B7B1
(161,183,177)
#8EA19B
(142,161,155)
#7B8B85
(123,139,133)
#68756F
(104,117,111)
#555F59
(85,95,89)
#424943
(66,73,67)
#2F332D
(47,51,45)
#1C1D17
(28,29,23)
#000000
(0,0,0)

Tints of #DAF9F3

#DAF9F3
(218,249,243)
#DDF9F4
(221,249,244)
#E0F9F5
(224,249,245)
#E3F9F6
(227,249,246)
#E6F9F7
(230,249,247)
#E9F9F8
(233,249,248)
#ECF9F9
(236,249,249)
#EFF9FA
(239,249,250)
#F2F9FB
(242,249,251)
#F5F9FC
(245,249,252)
#F8F9FD
(248,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF9F3; }

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

This text font color is #DAF9F3.


Background Color

.myBgColor { background-color: #DAF9F3; }

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

This div background color is #DAF9F3.


Border color

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

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

This div border color is #DAF9F3.


Opacity

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

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

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

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

This text has shadow with #DAF9F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF9F3 on black background.


Color preview on white background

This text has color #DAF9F3 on white background.



Black color preview on #DAF9F3 background

This text has black color on #DAF9F3 background.


White color preview on #DAF9F3 background

This text has white color on #DAF9F3 background.