COLOR #D4EBE3

HEX: #D4EBE3 RGB: (212,235,227)

Color info

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

RGB color model

#D4EBE3 color RGB value is (212,235,227).

RGB: (212,235,227) (83%, 92%, 89%)

RGB channels and saturation

R 212 of 255 = 83%
G 235 of 255 = 92%
B 227 of 255 = 89%

212
235
227

R + G + B ~ 88%. #D4EBE3 is light color.

Portions of RGB colors in percentages

R + G + B = 212 + 235 + 227 = 674 (100%)
R 212 of 674 ~ 31.45%
G 235 of 674 ~ 34.87%
B 227 of 674 ~ 33.68'%

%31.45
%34.87
%33.68

CMYK color model

#D4EBE3 color CMYK value is (10,0,3,8).

  • cyan value is 9.79%
  • magenta value is 0.00%
  • yellow value is 3.40%
  • key color value is 7.84%

CMYK: (10,0,3,8)
C10M0Y3K8 (10%, 0%, 3%, 8%)
(0.10 / 0.00 / 0.03 / 0.08)

CMYK percentages

%9.79
%0
%3.4
%7.84

Codes

Color #D4EBE3 in popluar color models

D4 EB E3
RGB 212 235 227
HSL 159° 36.51% 87.65%
HSB/HSV 159° 9.79% 92.16%
CMYK 9.79% 0.00% 3.40%
7.84%

Color #D4EBE3 in popluar number systems.

HEX D4 EB E3
Decimal 212 235 227
Binary 11010100 11101011 11100011
Octal 324 353 343

Shades and tints

Shades of #D4EBE3

#D4EBE3
(212,235,227)
#C1D6CF
(193,214,207)
#AEC1BB
(174,193,187)
#9BACA7
(155,172,167)
#889793
(136,151,147)
#75827F
(117,130,127)
#626D6B
(98,109,107)
#4F5857
(79,88,87)
#3C4343
(60,67,67)
#292E2F
(41,46,47)
#16191B
(22,25,27)
#000000
(0,0,0)

Tints of #D4EBE3

#D4EBE3
(212,235,227)
#D7ECE5
(215,236,229)
#DAEDE7
(218,237,231)
#DDEEE9
(221,238,233)
#E0EFEB
(224,239,235)
#E3F0ED
(227,240,237)
#E6F1EF
(230,241,239)
#E9F2F1
(233,242,241)
#ECF3F3
(236,243,243)
#EFF4F5
(239,244,245)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4EBE3 color. Also use rgb(212,235,227) instead hex code.

Text Font Color

.myTextColor { color: #D4EBE3; }

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

This text font color is #D4EBE3.

Background Color

.myBgColor { background-color: #D4EBE3; }

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

This div background color is #D4EBE3.

Border color

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

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

This div border color is #D4EBE3.

Opacity

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

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

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

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

This text has shadow with #D4EBE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4EBE3.

Preview

Color preview on black background

This text has color #D4EBE3 on black background.


Color preview on white background

This text has color #D4EBE3 on white background.


Black color preview on #D4EBE3 background

This text has black color on #D4EBE3 background.


White color preview on #D4EBE3 background

This text has white color on #D4EBE3 background.


Related colors

Complementary color

Complementary color for #hex is #2B141C.


I love getcolorcode.com

Triadic colors

1 #E3D4EB and #EBE3D4 with #D4EBE3 are triadic colors.

2 #E3EBD4 and #EBD4E3 with #D4EBE3 are triadic colors.