COLOR #DAF7B7

HEX: #DAF7B7 RGB: (218,247,183)

Color info

#DAF7B7 contains mainly red and green colors. Web safe color of #DAF7B7 is #CCFFCC (or #CFC).

RGB color model

#DAF7B7 color RGB value is (218,247,183).

RGB: (218,247,183) (85%, 97%, 72%)

RGB channels and saturation

R 218 of 255 = 85%
G 247 of 255 = 97%
B 183 of 255 = 72%

218
247
183

R + G + B ~ 85%. #DAF7B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 247 + 183 = 648 (100%)
R 218 of 648 ~ 33.64%
G 247 of 648 ~ 38.12%
B 183 of 648 ~ 28.24'%

%33.64
%38.12
%28.24

CMYK color model

#DAF7B7 color CMYK value is (12,0,26,3).

  • cyan value is 11.74%
  • magenta value is 0.00%
  • yellow value is 25.91%
  • key color value is 3.14%

CMYK: (12,0,26,3)
C12M0Y26K3 (12%, 0%, 26%, 3%)
(0.12 / 0.00 / 0.26 / 0.03)

CMYK percentages

%11.74
%0
%25.91
%3.14

Codes

Color #DAF7B7 in popluar color models

DA F7 B7
RGB 218 247 183
HSL 87° 80.00% 84.31%
HSB/HSV 87° 25.91% 96.86%
CMYK 11.74% 0.00% 25.91%
3.14%

Color #DAF7B7 in popluar number systems.

HEX DA F7 B7
Decimal 218 247 183
Binary 11011010 11110111 10110111
Octal 332 367 267

Shades and tints

Shades of #DAF7B7

#DAF7B7
(218,247,183)
#C7E1A7
(199,225,167)
#B4CB97
(180,203,151)
#A1B587
(161,181,135)
#8E9F77
(142,159,119)
#7B8967
(123,137,103)
#687357
(104,115,87)
#555D47
(85,93,71)
#424737
(66,71,55)
#2F3127
(47,49,39)
#1C1B17
(28,27,23)
#000000
(0,0,0)

Tints of #DAF7B7

#DAF7B7
(218,247,183)
#DDF7BD
(221,247,189)
#E0F7C3
(224,247,195)
#E3F7C9
(227,247,201)
#E6F7CF
(230,247,207)
#E9F7D5
(233,247,213)
#ECF7DB
(236,247,219)
#EFF7E1
(239,247,225)
#F2F7E7
(242,247,231)
#F5F7ED
(245,247,237)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF7B7 color. Also use rgb(218,247,183) instead hex code.

Text Font Color

.myTextColor { color: #DAF7B7; }

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

This text font color is #DAF7B7.

Background Color

.myBgColor { background-color: #DAF7B7; }

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

This div background color is #DAF7B7.

Border color

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

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

This div border color is #DAF7B7.

Opacity

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

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

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

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

This text has shadow with #DAF7B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF7B7.

Preview

Color preview on black background

This text has color #DAF7B7 on black background.


Color preview on white background

This text has color #DAF7B7 on white background.


Black color preview on #DAF7B7 background

This text has black color on #DAF7B7 background.


White color preview on #DAF7B7 background

This text has white color on #DAF7B7 background.


Related colors

Complementary color

Complementary color for #hex is #250848.


I love getcolorcode.com

Triadic colors

1 #B7DAF7 and #F7B7DA with #DAF7B7 are triadic colors.

2 #B7F7DA and #F7DAB7 with #DAF7B7 are triadic colors.