COLOR #DAF0CB

HEX: #DAF0CB
RGB: (218,240,203)

Color info

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

RGB color model

#DAF0CB color RGB value is (218,240,203).

  • red value is 218;
  • green value is 240;
  • blue value is 203.
RGB:
(218,240,203)
(85%,94%,80%)

RGB channels and saturation

R 218 of 255 = 85%
G 240 of 255 = 94%
B 203 of 255 = 80%

218
240
203

R + G + B ~ 86%. #DAF0CB is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 240 + 203 = 661 (100%)
R 218 of 661 ~ 32.98%
G 240 of 661 ~ 36.31%
B 203 of 661 ~ 30.71%

%32.98
%36.31
%30.71

CMYK color model

#DAF0CB color CMYK value is (9,0,15,6).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 5.88%
CMYK:
(9,0,15,6)
C9M0Y15K6 
(9%,0%,15%,6%)
(0.09/0.00/0.15/0.06)	

CMYK percentages

%9.17
%0
%15.42
%5.88

Codes

Color #DAF0CB in popluar color models

DAF0CB
RGB218240203
HSL96°55.22%86.86%
HSB/HSV96°15.42%94.12%
CMYK9.17%0.00%15.42%
5.88%

Color #DAF0CB in popluar number systems.

HEXDAF0CB
Decimal218240203
Binary110110101111000011001011
Octal332360313

Shades and tints

Shades of #DAF0CB

#DAF0CB
(218,240,203)
#C7DBB9
(199,219,185)
#B4C6A7
(180,198,167)
#A1B195
(161,177,149)
#8E9C83
(142,156,131)
#7B8771
(123,135,113)
#68725F
(104,114,95)
#555D4D
(85,93,77)
#42483B
(66,72,59)
#2F3329
(47,51,41)
#1C1E17
(28,30,23)
#000000
(0,0,0)

Tints of #DAF0CB

#DAF0CB
(218,240,203)
#DDF1CF
(221,241,207)
#E0F2D3
(224,242,211)
#E3F3D7
(227,243,215)
#E6F4DB
(230,244,219)
#E9F5DF
(233,245,223)
#ECF6E3
(236,246,227)
#EFF7E7
(239,247,231)
#F2F8EB
(242,248,235)
#F5F9EF
(245,249,239)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF0CB color. Also use rgb(218,240,203) instead hex code.

Text Font Color

.myTextColor { color: #DAF0CB; }

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

This text font color is #DAF0CB.


Background Color

.myBgColor { background-color: #DAF0CB; }

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

This div background color is #DAF0CB.


Border color

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

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

This div border color is #DAF0CB.


Opacity

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

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

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

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

This text has shadow with #DAF0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF0CB on black background.


Color preview on white background

This text has color #DAF0CB on white background.



Black color preview on #DAF0CB background

This text has black color on #DAF0CB background.


White color preview on #DAF0CB background

This text has white color on #DAF0CB background.