COLOR #DAFBE3

HEX: #DAFBE3
RGB: (218,251,227)

Color info

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

RGB color model

#DAFBE3 color RGB value is (218,251,227).

  • red value is 218;
  • green value is 251;
  • blue value is 227.
RGB:
(218,251,227)
(85%,98%,89%)

RGB channels and saturation

R 218 of 255 = 85%
G 251 of 255 = 98%
B 227 of 255 = 89%

218
251
227

R + G + B ~ 91%. #DAFBE3 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 251 + 227 = 696 (100%)
R 218 of 696 ~ 31.32%
G 251 of 696 ~ 36.06%
B 227 of 696 ~ 32.61%

%31.32
%36.06
%32.61

CMYK color model

#DAFBE3 color CMYK value is (13,0,10,2).

  • cyan value is 13.15%
  • magenta value is 0.00%
  • yellow value is 9.56%
  • key color value is 1.57%
CMYK:
(13,0,10,2)
C13M0Y10K2 
(13%,0%,10%,2%)
(0.13/0.00/0.10/0.02)	

CMYK percentages

%13.15
%0
%9.56
%1.57

Codes

Color #DAFBE3 in popluar color models

DAFBE3
RGB218251227
HSL136°80.49%91.96%
HSB/HSV136°13.15%98.43%
CMYK13.15%0.00%9.56%
1.57%

Color #DAFBE3 in popluar number systems.

HEXDAFBE3
Decimal218251227
Binary110110101111101111100011
Octal332373343

Shades and tints

Shades of #DAFBE3

#DAFBE3
(218,251,227)
#C7E5CF
(199,229,207)
#B4CFBB
(180,207,187)
#A1B9A7
(161,185,167)
#8EA393
(142,163,147)
#7B8D7F
(123,141,127)
#68776B
(104,119,107)
#556157
(85,97,87)
#424B43
(66,75,67)
#2F352F
(47,53,47)
#1C1F1B
(28,31,27)
#000000
(0,0,0)

Tints of #DAFBE3

#DAFBE3
(218,251,227)
#DDFBE5
(221,251,229)
#E0FBE7
(224,251,231)
#E3FBE9
(227,251,233)
#E6FBEB
(230,251,235)
#E9FBED
(233,251,237)
#ECFBEF
(236,251,239)
#EFFBF1
(239,251,241)
#F2FBF3
(242,251,243)
#F5FBF5
(245,251,245)
#F8FBF7
(248,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAFBE3 color. Also use rgb(218,251,227) instead hex code.

Text Font Color

.myTextColor { color: #DAFBE3; }

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

This text font color is #DAFBE3.


Background Color

.myBgColor { background-color: #DAFBE3; }

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

This div background color is #DAFBE3.


Border color

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

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

This div border color is #DAFBE3.


Opacity

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

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

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

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

This text has shadow with #DAFBE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAFBE3 on black background.


Color preview on white background

This text has color #DAFBE3 on white background.



Black color preview on #DAFBE3 background

This text has black color on #DAFBE3 background.


White color preview on #DAFBE3 background

This text has white color on #DAFBE3 background.