COLOR #DAFBEB

HEX: #DAFBEB
RGB: (218,251,235)

Color info

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

RGB color model

#DAFBEB color RGB value is (218,251,235).

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

RGB channels and saturation

R 218 of 255 = 85%
G 251 of 255 = 98%
B 235 of 255 = 92%

218
251
235

R + G + B ~ 92%. #DAFBEB is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 251 + 235 = 704 (100%)
R 218 of 704 ~ 30.97%
G 251 of 704 ~ 35.65%
B 235 of 704 ~ 33.38%

%30.97
%35.65
%33.38

CMYK color model

#DAFBEB color CMYK value is (13,0,6,2).

  • cyan value is 13.15%
  • magenta value is 0.00%
  • yellow value is 6.37%
  • key color value is 1.57%
CMYK:
(13,0,6,2)
C13M0Y6K2 
(13%,0%,6%,2%)
(0.13/0.00/0.06/0.02)	

CMYK percentages

%13.15
%0
%6.37
%1.57

Codes

Color #DAFBEB in popluar color models

DAFBEB
RGB218251235
HSL151°80.49%91.96%
HSB/HSV151°13.15%98.43%
CMYK13.15%0.00%6.37%
1.57%

Color #DAFBEB in popluar number systems.

HEXDAFBEB
Decimal218251235
Binary110110101111101111101011
Octal332373353

Shades and tints

Shades of #DAFBEB

#DAFBEB
(218,251,235)
#C7E5D6
(199,229,214)
#B4CFC1
(180,207,193)
#A1B9AC
(161,185,172)
#8EA397
(142,163,151)
#7B8D82
(123,141,130)
#68776D
(104,119,109)
#556158
(85,97,88)
#424B43
(66,75,67)
#2F352E
(47,53,46)
#1C1F19
(28,31,25)
#000000
(0,0,0)

Tints of #DAFBEB

#DAFBEB
(218,251,235)
#DDFBEC
(221,251,236)
#E0FBED
(224,251,237)
#E3FBEE
(227,251,238)
#E6FBEF
(230,251,239)
#E9FBF0
(233,251,240)
#ECFBF1
(236,251,241)
#EFFBF2
(239,251,242)
#F2FBF3
(242,251,243)
#F5FBF4
(245,251,244)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAFBEB; }

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

This text font color is #DAFBEB.


Background Color

.myBgColor { background-color: #DAFBEB; }

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

This div background color is #DAFBEB.


Border color

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

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

This div border color is #DAFBEB.


Opacity

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

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

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

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

This text has shadow with #DAFBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAFBEB on black background.


Color preview on white background

This text has color #DAFBEB on white background.



Black color preview on #DAFBEB background

This text has black color on #DAFBEB background.


White color preview on #DAFBEB background

This text has white color on #DAFBEB background.