COLOR #DAF6C6

HEX: #DAF6C6 RGB: (218,246,198)

Color info

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

RGB color model

#DAF6C6 color RGB value is (218,246,198).

RGB: (218,246,198) (85%, 96%, 78%)

RGB channels and saturation

R 218 of 255 = 85%
G 246 of 255 = 96%
B 198 of 255 = 78%

218
246
198

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

Portions of RGB colors in percentages

R + G + B = 218 + 246 + 198 = 662 (100%)
R 218 of 662 ~ 32.93%
G 246 of 662 ~ 37.16%
B 198 of 662 ~ 29.91'%

%32.93
%37.16
%29.91

CMYK color model

#DAF6C6 color CMYK value is (11,0,20,4).

  • cyan value is 11.38%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • key color value is 3.53%
CMYK: (11,0,20,4) C11M0Y20K4 (11%,0%,20%,4%) (0.11/0.00/0.20/0.04) 

CMYK percentages

%11.38
%0
%19.51
%3.53

Codes

Color #DAF6C6 in popluar color models

DA F6 C6
RGB 218 246 198
HSL 95° 72.73% 87.06%
HSB/HSV 95° 19.51% 96.47%
CMYK 11.38% 0.00% 19.51%
3.53%

Color #DAF6C6 in popluar number systems.

HEX DA F6 C6
Decimal 218 246 198
Binary 11011010 11110110 11000110
Octal 332 366 306

Shades and tints

Shades of #DAF6C6

#DAF6C6
(218,246,198)
#C7E0B4
(199,224,180)
#B4CAA2
(180,202,162)
#A1B490
(161,180,144)
#8E9E7E
(142,158,126)
#7B886C
(123,136,108)
#68725A
(104,114,90)
#555C48
(85,92,72)
#424636
(66,70,54)
#2F3024
(47,48,36)
#1C1A12
(28,26,18)
#000000
(0,0,0)

Tints of #DAF6C6

#DAF6C6
(218,246,198)
#DDF6CB
(221,246,203)
#E0F6D0
(224,246,208)
#E3F6D5
(227,246,213)
#E6F6DA
(230,246,218)
#E9F6DF
(233,246,223)
#ECF6E4
(236,246,228)
#EFF6E9
(239,246,233)
#F2F6EE
(242,246,238)
#F5F6F3
(245,246,243)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF6C6 color. Also use rgb(218,246,198) instead hex code.

Text Font Color

.myTextColor { color: #DAF6C6; }

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

This text font color is #DAF6C6.

Background Color

.myBgColor { background-color: #DAF6C6; }

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

This div background color is #DAF6C6.

Border color

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

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

This div border color is #DAF6C6.

Opacity

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

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

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

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

This text has shadow with #DAF6C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF6C6.

Preview

Color preview on black background

This text has color #DAF6C6 on black background.


Color preview on white background

This text has color #DAF6C6 on white background.


Black color preview on #DAF6C6 background

This text has black color on #DAF6C6 background.


White color preview on #DAF6C6 background

This text has white color on #DAF6C6 background.


Related colors

Complementary color

Complementary color for #hex is #250939.


I love getcolorcode.com

Triadic colors

1 #C6DAF6 and #F6C6DA with #DAF6C6 are triadic colors.

2 #C6F6DA and #F6DAC6 with #DAF6C6 are triadic colors.