COLOR #DAF995

HEX: #DAF995 RGB: (218,249,149)

Color info

#DAF995 contains mainly red and green colors. Web safe color of #DAF995 is #CCFF99 (or #CF9).

RGB color model

#DAF995 color RGB value is (218,249,149).

RGB: (218,249,149) (85%, 98%, 58%)

RGB channels and saturation

R 218 of 255 = 85%
G 249 of 255 = 98%
B 149 of 255 = 58%

218
249
149

R + G + B ~ 80%. #DAF995 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 249 + 149 = 616 (100%)
R 218 of 616 ~ 35.39%
G 249 of 616 ~ 40.42%
B 149 of 616 ~ 24.19'%

%35.39
%40.42
%24.19

CMYK color model

#DAF995 color CMYK value is (12,0,40,2).

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

CMYK: (12,0,40,2)
C12M0Y40K2 (12%, 0%, 40%, 2%)
(0.12 / 0.00 / 0.40 / 0.02)

CMYK percentages

%12.45
%0
%40.16
%2.35

Codes

Color #DAF995 in popluar color models

DA F9 95
RGB 218 249 149
HSL 79° 89.29% 78.04%
HSB/HSV 79° 40.16% 97.65%
CMYK 12.45% 0.00% 40.16%
2.35%

Color #DAF995 in popluar number systems.

HEX DA F9 95
Decimal 218 249 149
Binary 11011010 11111001 10010101
Octal 332 371 225

Shades and tints

Shades of #DAF995

#DAF995
(218,249,149)
#C7E388
(199,227,136)
#B4CD7B
(180,205,123)
#A1B76E
(161,183,110)
#8EA161
(142,161,97)
#7B8B54
(123,139,84)
#687547
(104,117,71)
#555F3A
(85,95,58)
#42492D
(66,73,45)
#2F3320
(47,51,32)
#1C1D13
(28,29,19)
#000000
(0,0,0)

Tints of #DAF995

#DAF995
(218,249,149)
#DDF99E
(221,249,158)
#E0F9A7
(224,249,167)
#E3F9B0
(227,249,176)
#E6F9B9
(230,249,185)
#E9F9C2
(233,249,194)
#ECF9CB
(236,249,203)
#EFF9D4
(239,249,212)
#F2F9DD
(242,249,221)
#F5F9E6
(245,249,230)
#F8F9EF
(248,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF995; }

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

This text font color is #DAF995.

Background Color

.myBgColor { background-color: #DAF995; }

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

This div background color is #DAF995.

Border color

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

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

This div border color is #DAF995.

Opacity

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

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

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

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

This text has shadow with #DAF995 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF995.

Preview

Color preview on black background

This text has color #DAF995 on black background.


Color preview on white background

This text has color #DAF995 on white background.


Black color preview on #DAF995 background

This text has black color on #DAF995 background.


White color preview on #DAF995 background

This text has white color on #DAF995 background.


Related colors

Complementary color

Complementary color for #hex is #25066A.


I love getcolorcode.com

Triadic colors

1 #95DAF9 and #F995DA with #DAF995 are triadic colors.

2 #95F9DA and #F9DA95 with #DAF995 are triadic colors.