COLOR #DAEAC3

HEX: #DAEAC3
RGB: (218,234,195)

Color info

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

RGB color model

#DAEAC3 color RGB value is (218,234,195).

  • red value is 218;
  • green value is 234;
  • blue value is 195.
RGB:
(218,234,195)
(85%,92%,76%)

RGB channels and saturation

R 218 of 255 = 85%
G 234 of 255 = 92%
B 195 of 255 = 76%

218
234
195

R + G + B ~ 84%. #DAEAC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 234 + 195 = 647 (100%)
R 218 of 647 ~ 33.69%
G 234 of 647 ~ 36.17%
B 195 of 647 ~ 30.14%

%33.69
%36.17
%30.14

CMYK color model

#DAEAC3 color CMYK value is (7,0,17,8).

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 8.24%
CMYK:
(7,0,17,8)
C7M0Y17K8 
(7%,0%,17%,8%)
(0.07/0.00/0.17/0.08)	

CMYK percentages

%6.84
%0
%16.67
%8.24

Codes

Color #DAEAC3 in popluar color models

DAEAC3
RGB218234195
HSL85°48.15%84.12%
HSB/HSV85°16.67%91.76%
CMYK6.84%0.00%16.67%
8.24%

Color #DAEAC3 in popluar number systems.

HEXDAEAC3
Decimal218234195
Binary110110101110101011000011
Octal332352303

Shades and tints

Shades of #DAEAC3

#DAEAC3
(218,234,195)
#C7D5B2
(199,213,178)
#B4C0A1
(180,192,161)
#A1AB90
(161,171,144)
#8E967F
(142,150,127)
#7B816E
(123,129,110)
#686C5D
(104,108,93)
#55574C
(85,87,76)
#42423B
(66,66,59)
#2F2D2A
(47,45,42)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #DAEAC3

#DAEAC3
(218,234,195)
#DDEBC8
(221,235,200)
#E0ECCD
(224,236,205)
#E3EDD2
(227,237,210)
#E6EED7
(230,238,215)
#E9EFDC
(233,239,220)
#ECF0E1
(236,240,225)
#EFF1E6
(239,241,230)
#F2F2EB
(242,242,235)
#F5F3F0
(245,243,240)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAEAC3 color. Also use rgb(218,234,195) instead hex code.

Text Font Color

.myTextColor { color: #DAEAC3; }

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

This text font color is #DAEAC3.


Background Color

.myBgColor { background-color: #DAEAC3; }

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

This div background color is #DAEAC3.


Border color

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

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

This div border color is #DAEAC3.


Opacity

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

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

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

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

This text has shadow with #DAEAC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEAC3 on black background.


Color preview on white background

This text has color #DAEAC3 on white background.



Black color preview on #DAEAC3 background

This text has black color on #DAEAC3 background.


White color preview on #DAEAC3 background

This text has white color on #DAEAC3 background.