COLOR #D5EAC1

HEX: #D5EAC1 RGB: (213,234,193)

Color info

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

RGB color model

#D5EAC1 color RGB value is (213,234,193).

RGB: (213,234,193) (84%, 92%, 76%)

RGB channels and saturation

R 213 of 255 = 84%
G 234 of 255 = 92%
B 193 of 255 = 76%

213
234
193

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

Portions of RGB colors in percentages

R + G + B = 213 + 234 + 193 = 640 (100%)
R 213 of 640 ~ 33.28%
G 234 of 640 ~ 36.56%
B 193 of 640 ~ 30.16'%

%33.28
%36.56
%30.16

CMYK color model

#D5EAC1 color CMYK value is (9,0,18,8).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 17.52%
  • key color value is 8.24%

CMYK: (9,0,18,8)
C9M0Y18K8 (9%, 0%, 18%, 8%)
(0.09 / 0.00 / 0.18 / 0.08)

CMYK percentages

%8.97
%0
%17.52
%8.24

Codes

Color #D5EAC1 in popluar color models

D5 EA C1
RGB 213 234 193
HSL 91° 49.40% 83.73%
HSB/HSV 91° 17.52% 91.76%
CMYK 8.97% 0.00% 17.52%
8.24%

Color #D5EAC1 in popluar number systems.

HEX D5 EA C1
Decimal 213 234 193
Binary 11010101 11101010 11000001
Octal 325 352 301

Shades and tints

Shades of #D5EAC1

#D5EAC1
(213,234,193)
#C2D5B0
(194,213,176)
#AFC09F
(175,192,159)
#9CAB8E
(156,171,142)
#89967D
(137,150,125)
#76816C
(118,129,108)
#636C5B
(99,108,91)
#50574A
(80,87,74)
#3D4239
(61,66,57)
#2A2D28
(42,45,40)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #D5EAC1

#D5EAC1
(213,234,193)
#D8EBC6
(216,235,198)
#DBECCB
(219,236,203)
#DEEDD0
(222,237,208)
#E1EED5
(225,238,213)
#E4EFDA
(228,239,218)
#E7F0DF
(231,240,223)
#EAF1E4
(234,241,228)
#EDF2E9
(237,242,233)
#F0F3EE
(240,243,238)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5EAC1 color. Also use rgb(213,234,193) instead hex code.

Text Font Color

.myTextColor { color: #D5EAC1; }

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

This text font color is #D5EAC1.

Background Color

.myBgColor { background-color: #D5EAC1; }

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

This div background color is #D5EAC1.

Border color

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

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

This div border color is #D5EAC1.

Opacity

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

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

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

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

This text has shadow with #D5EAC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5EAC1.

Preview

Color preview on black background

This text has color #D5EAC1 on black background.


Color preview on white background

This text has color #D5EAC1 on white background.


Black color preview on #D5EAC1 background

This text has black color on #D5EAC1 background.


White color preview on #D5EAC1 background

This text has white color on #D5EAC1 background.


Related colors

Complementary color

Complementary color for #hex is #2A153E.


I love getcolorcode.com

Triadic colors

1 #C1D5EA and #EAC1D5 with #D5EAC1 are triadic colors.

2 #C1EAD5 and #EAD5C1 with #D5EAC1 are triadic colors.