COLOR #D5EBB2

HEX: #D5EBB2
RGB: (213,235,178)

Color info

#D5EBB2 contains red, green and blue colors in about the same proportion. Web safe color of #D5EBB2 is #CCFF99 (or #CF9).

RGB color model

#D5EBB2 color RGB value is (213,235,178).

  • red value is 213;
  • green value is 235;
  • blue value is 178.
RGB:
(213,235,178)
(84%,92%,70%)

RGB channels and saturation

R 213 of 255 = 84%
G 235 of 255 = 92%
B 178 of 255 = 70%

213
235
178

R + G + B ~ 82%. #D5EBB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 235 + 178 = 626 (100%)
R 213 of 626 ~ 34.03%
G 235 of 626 ~ 37.54%
B 178 of 626 ~ 28.43%

%34.03
%37.54
%28.43

CMYK color model

#D5EBB2 color CMYK value is (9,0,24,8).

  • cyan value is 9.36%
  • magenta value is 0.00%
  • yellow value is 24.26%
  • key color value is 7.84%
CMYK:
(9,0,24,8)
C9M0Y24K8 
(9%,0%,24%,8%)
(0.09/0.00/0.24/0.08)	

CMYK percentages

%9.36
%0
%24.26
%7.84

Codes

Color #D5EBB2 in popluar color models

D5EBB2
RGB213235178
HSL83°58.76%80.98%
HSB/HSV83°24.26%92.16%
CMYK9.36%0.00%24.26%
7.84%

Color #D5EBB2 in popluar number systems.

HEXD5EBB2
Decimal213235178
Binary110101011110101110110010
Octal325353262

Shades and tints

Shades of #D5EBB2

#D5EBB2
(213,235,178)
#C2D6A2
(194,214,162)
#AFC192
(175,193,146)
#9CAC82
(156,172,130)
#899772
(137,151,114)
#768262
(118,130,98)
#636D52
(99,109,82)
#505842
(80,88,66)
#3D4332
(61,67,50)
#2A2E22
(42,46,34)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #D5EBB2

#D5EBB2
(213,235,178)
#D8ECB9
(216,236,185)
#DBEDC0
(219,237,192)
#DEEEC7
(222,238,199)
#E1EFCE
(225,239,206)
#E4F0D5
(228,240,213)
#E7F1DC
(231,241,220)
#EAF2E3
(234,242,227)
#EDF3EA
(237,243,234)
#F0F4F1
(240,244,241)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5EBB2 color. Also use rgb(213,235,178) instead hex code.

Text Font Color

.myTextColor { color: #D5EBB2; }

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

This text font color is #D5EBB2.


Background Color

.myBgColor { background-color: #D5EBB2; }

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

This div background color is #D5EBB2.


Border color

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

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

This div border color is #D5EBB2.


Opacity

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

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

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

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

This text has shadow with #D5EBB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EBB2 on black background.


Color preview on white background

This text has color #D5EBB2 on white background.



Black color preview on #D5EBB2 background

This text has black color on #D5EBB2 background.


White color preview on #D5EBB2 background

This text has white color on #D5EBB2 background.