COLOR #DAF9B8

HEX: #DAF9B8 RGB: (218,249,184)

Color info

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

RGB color model

#DAF9B8 color RGB value is (218,249,184).

RGB: (218,249,184) (85%, 98%, 72%)

RGB channels and saturation

R 218 of 255 = 85%
G 249 of 255 = 98%
B 184 of 255 = 72%

218
249
184

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

Portions of RGB colors in percentages

R + G + B = 218 + 249 + 184 = 651 (100%)
R 218 of 651 ~ 33.49%
G 249 of 651 ~ 38.25%
B 184 of 651 ~ 28.26'%

%33.49
%38.25
%28.26

CMYK color model

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

  • cyan value is 12.45%
  • magenta value is 0.00%
  • yellow value is 26.10%
  • 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
%26.1
%2.35

Codes

Color #DAF9B8 in popluar color models

DA F9 B8
RGB 218 249 184
HSL 89° 84.42% 84.90%
HSB/HSV 89° 26.10% 97.65%
CMYK 12.45% 0.00% 26.10%
2.35%

Color #DAF9B8 in popluar number systems.

HEX DA F9 B8
Decimal 218 249 184
Binary 11011010 11111001 10111000
Octal 332 371 270

Shades and tints

Shades of #DAF9B8

#DAF9B8
(218,249,184)
#C7E3A8
(199,227,168)
#B4CD98
(180,205,152)
#A1B788
(161,183,136)
#8EA178
(142,161,120)
#7B8B68
(123,139,104)
#687558
(104,117,88)
#555F48
(85,95,72)
#424938
(66,73,56)
#2F3328
(47,51,40)
#1C1D18
(28,29,24)
#000000
(0,0,0)

Tints of #DAF9B8

#DAF9B8
(218,249,184)
#DDF9BE
(221,249,190)
#E0F9C4
(224,249,196)
#E3F9CA
(227,249,202)
#E6F9D0
(230,249,208)
#E9F9D6
(233,249,214)
#ECF9DC
(236,249,220)
#EFF9E2
(239,249,226)
#F2F9E8
(242,249,232)
#F5F9EE
(245,249,238)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF9B8; }

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

This text font color is #DAF9B8.

Background Color

.myBgColor { background-color: #DAF9B8; }

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

This div background color is #DAF9B8.

Border color

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

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

This div border color is #DAF9B8.

Opacity

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

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

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

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

This text has shadow with #DAF9B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF9B8.

Preview

Color preview on black background

This text has color #DAF9B8 on black background.


Color preview on white background

This text has color #DAF9B8 on white background.


Black color preview on #DAF9B8 background

This text has black color on #DAF9B8 background.


White color preview on #DAF9B8 background

This text has white color on #DAF9B8 background.


Related colors

Complementary color

Complementary color for #hex is #250647.


I love getcolorcode.com

Triadic colors

1 #B8DAF9 and #F9B8DA with #DAF9B8 are triadic colors.

2 #B8F9DA and #F9DAB8 with #DAF9B8 are triadic colors.