COLOR #DAE195

HEX: #DAE195
RGB: (218,225,149)

Color info

#DAE195 contains mainly red and green colors. Web safe color of #DAE195 is #CCCC99 (or #CC9).

RGB color model

#DAE195 color RGB value is (218,225,149).

  • red value is 218;
  • green value is 225;
  • blue value is 149.
RGB:
(218,225,149)
(85%,88%,58%)

RGB channels and saturation

R 218 of 255 = 85%
G 225 of 255 = 88%
B 149 of 255 = 58%

218
225
149

R + G + B ~ 77%. #DAE195 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 225 + 149 = 592 (100%)
R 218 of 592 ~ 36.82%
G 225 of 592 ~ 38.01%
B 149 of 592 ~ 25.17%

%36.82
%38.01
%25.17

CMYK color model

#DAE195 color CMYK value is (3,0,34,12).

  • cyan value is 3.11%
  • magenta value is 0.00%
  • yellow value is 33.78%
  • key color value is 11.76%
CMYK:
(3,0,34,12)
C3M0Y34K12 
(3%,0%,34%,12%)
(0.03/0.00/0.34/0.12)	

CMYK percentages

%3.11
%0
%33.78
%11.76

Codes

Color #DAE195 in popluar color models

DAE195
RGB218225149
HSL66°55.88%73.33%
HSB/HSV66°33.78%88.24%
CMYK3.11%0.00%33.78%
11.76%

Color #DAE195 in popluar number systems.

HEXDAE195
Decimal218225149
Binary110110101110000110010101
Octal332341225

Shades and tints

Shades of #DAE195

#DAE195
(218,225,149)
#C7CD88
(199,205,136)
#B4B97B
(180,185,123)
#A1A56E
(161,165,110)
#8E9161
(142,145,97)
#7B7D54
(123,125,84)
#686947
(104,105,71)
#55553A
(85,85,58)
#42412D
(66,65,45)
#2F2D20
(47,45,32)
#1C1913
(28,25,19)
#000000
(0,0,0)

Tints of #DAE195

#DAE195
(218,225,149)
#DDE39E
(221,227,158)
#E0E5A7
(224,229,167)
#E3E7B0
(227,231,176)
#E6E9B9
(230,233,185)
#E9EBC2
(233,235,194)
#ECEDCB
(236,237,203)
#EFEFD4
(239,239,212)
#F2F1DD
(242,241,221)
#F5F3E6
(245,243,230)
#F8F5EF
(248,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE195; }

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

This text font color is #DAE195.


Background Color

.myBgColor { background-color: #DAE195; }

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

This div background color is #DAE195.


Border color

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

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

This div border color is #DAE195.


Opacity

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

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

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

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

This text has shadow with #DAE195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE195 on black background.


Color preview on white background

This text has color #DAE195 on white background.



Black color preview on #DAE195 background

This text has black color on #DAE195 background.


White color preview on #DAE195 background

This text has white color on #DAE195 background.