COLOR #DAF9BE

HEX: #DAF9BE RGB: (218,249,190)

Color info

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

RGB color model

#DAF9BE color RGB value is (218,249,190).

RGB: (218,249,190) (85%, 98%, 75%)

RGB channels and saturation

R 218 of 255 = 85%
G 249 of 255 = 98%
B 190 of 255 = 75%

218
249
190

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

Portions of RGB colors in percentages

R + G + B = 218 + 249 + 190 = 657 (100%)
R 218 of 657 ~ 33.18%
G 249 of 657 ~ 37.9%
B 190 of 657 ~ 28.92'%

%33.18
%37.9
%28.92

CMYK color model

#DAF9BE color CMYK value is (12,0,24,2).

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

CMYK: (12,0,24,2)
C12M0Y24K2 (12%, 0%, 24%, 2%)
(0.12 / 0.00 / 0.24 / 0.02)

CMYK percentages

%12.45
%0
%23.69
%2.35

Codes

Color #DAF9BE in popluar color models

DA F9 BE
RGB 218 249 190
HSL 92° 83.10% 86.08%
HSB/HSV 92° 23.69% 97.65%
CMYK 12.45% 0.00% 23.69%
2.35%

Color #DAF9BE in popluar number systems.

HEX DA F9 BE
Decimal 218 249 190
Binary 11011010 11111001 10111110
Octal 332 371 276

Shades and tints

Shades of #DAF9BE

#DAF9BE
(218,249,190)
#C7E3AD
(199,227,173)
#B4CD9C
(180,205,156)
#A1B78B
(161,183,139)
#8EA17A
(142,161,122)
#7B8B69
(123,139,105)
#687558
(104,117,88)
#555F47
(85,95,71)
#424936
(66,73,54)
#2F3325
(47,51,37)
#1C1D14
(28,29,20)
#000000
(0,0,0)

Tints of #DAF9BE

#DAF9BE
(218,249,190)
#DDF9C3
(221,249,195)
#E0F9C8
(224,249,200)
#E3F9CD
(227,249,205)
#E6F9D2
(230,249,210)
#E9F9D7
(233,249,215)
#ECF9DC
(236,249,220)
#EFF9E1
(239,249,225)
#F2F9E6
(242,249,230)
#F5F9EB
(245,249,235)
#F8F9F0
(248,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF9BE; }

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

This text font color is #DAF9BE.

Background Color

.myBgColor { background-color: #DAF9BE; }

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

This div background color is #DAF9BE.

Border color

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

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

This div border color is #DAF9BE.

Opacity

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

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

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

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

This text has shadow with #DAF9BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF9BE.

Preview

Color preview on black background

This text has color #DAF9BE on black background.


Color preview on white background

This text has color #DAF9BE on white background.


Black color preview on #DAF9BE background

This text has black color on #DAF9BE background.


White color preview on #DAF9BE background

This text has white color on #DAF9BE background.


Related colors

Complementary color

Complementary color for #hex is #250641.


I love getcolorcode.com

Triadic colors

1 #BEDAF9 and #F9BEDA with #DAF9BE are triadic colors.

2 #BEF9DA and #F9DABE with #DAF9BE are triadic colors.