COLOR #DAF9B9

HEX: #DAF9B9 RGB: (218,249,185)

Color info

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

RGB color model

#DAF9B9 color RGB value is (218,249,185).

RGB: (218,249,185) (85%, 98%, 73%)

RGB channels and saturation

R 218 of 255 = 85%
G 249 of 255 = 98%
B 185 of 255 = 73%

218
249
185

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

Portions of RGB colors in percentages

R + G + B = 218 + 249 + 185 = 652 (100%)
R 218 of 652 ~ 33.44%
G 249 of 652 ~ 38.19%
B 185 of 652 ~ 28.37'%

%33.44
%38.19
%28.37

CMYK color model

#DAF9B9 color CMYK value is (12,0,26,2).

  • cyan value is 12.45%
  • magenta value is 0.00%
  • yellow value is 25.70%
  • key color value is 2.35%

CMYK: (12,0,26,2)
C12M0Y26K2 (12%, 0%, 26%, 2%)
(0.12 / 0.00 / 0.26 / 0.02)

CMYK percentages

%12.45
%0
%25.7
%2.35

Codes

Color #DAF9B9 in popluar color models

DA F9 B9
RGB 218 249 185
HSL 89° 84.21% 85.10%
HSB/HSV 89° 25.70% 97.65%
CMYK 12.45% 0.00% 25.70%
2.35%

Color #DAF9B9 in popluar number systems.

HEX DA F9 B9
Decimal 218 249 185
Binary 11011010 11111001 10111001
Octal 332 371 271

Shades and tints

Shades of #DAF9B9

#DAF9B9
(218,249,185)
#C7E3A9
(199,227,169)
#B4CD99
(180,205,153)
#A1B789
(161,183,137)
#8EA179
(142,161,121)
#7B8B69
(123,139,105)
#687559
(104,117,89)
#555F49
(85,95,73)
#424939
(66,73,57)
#2F3329
(47,51,41)
#1C1D19
(28,29,25)
#000000
(0,0,0)

Tints of #DAF9B9

#DAF9B9
(218,249,185)
#DDF9BF
(221,249,191)
#E0F9C5
(224,249,197)
#E3F9CB
(227,249,203)
#E6F9D1
(230,249,209)
#E9F9D7
(233,249,215)
#ECF9DD
(236,249,221)
#EFF9E3
(239,249,227)
#F2F9E9
(242,249,233)
#F5F9EF
(245,249,239)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF9B9 color. Also use rgb(218,249,185) instead hex code.

Text Font Color

.myTextColor { color: #DAF9B9; }

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

This text font color is #DAF9B9.

Background Color

.myBgColor { background-color: #DAF9B9; }

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

This div background color is #DAF9B9.

Border color

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

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

This div border color is #DAF9B9.

Opacity

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

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

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

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

This text has shadow with #DAF9B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF9B9.

Preview

Color preview on black background

This text has color #DAF9B9 on black background.


Color preview on white background

This text has color #DAF9B9 on white background.


Black color preview on #DAF9B9 background

This text has black color on #DAF9B9 background.


White color preview on #DAF9B9 background

This text has white color on #DAF9B9 background.


Related colors

Complementary color

Complementary color for #hex is #250646.


I love getcolorcode.com

Triadic colors

1 #B9DAF9 and #F9B9DA with #DAF9B9 are triadic colors.

2 #B9F9DA and #F9DAB9 with #DAF9B9 are triadic colors.