COLOR #D7EBBF

HEX: #D7EBBF
RGB: (215,235,191)

Color info

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

RGB color model

#D7EBBF color RGB value is (215,235,191).

  • red value is 215;
  • green value is 235;
  • blue value is 191.
RGB:
(215,235,191)
(84%,92%,75%)

RGB channels and saturation

R 215 of 255 = 84%
G 235 of 255 = 92%
B 191 of 255 = 75%

215
235
191

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

Portions of RGB colors in percentages

R + G + B =
215 + 235 + 191 = 641 (100%)
R 215 of 641 ~ 33.54%
G 235 of 641 ~ 36.66%
B 191 of 641 ~ 29.8%

%33.54
%36.66
%29.8

CMYK color model

#D7EBBF color CMYK value is (9,0,19,8).

  • cyan value is 8.51%
  • magenta value is 0.00%
  • yellow value is 18.72%
  • key color value is 7.84%
CMYK:
(9,0,19,8)
C9M0Y19K8 
(9%,0%,19%,8%)
(0.09/0.00/0.19/0.08)	

CMYK percentages

%8.51
%0
%18.72
%7.84

Codes

Color #D7EBBF in popluar color models

D7EBBF
RGB215235191
HSL87°52.38%83.53%
HSB/HSV87°18.72%92.16%
CMYK8.51%0.00%18.72%
7.84%

Color #D7EBBF in popluar number systems.

HEXD7EBBF
Decimal215235191
Binary110101111110101110111111
Octal327353277

Shades and tints

Shades of #D7EBBF

#D7EBBF
(215,235,191)
#C4D6AE
(196,214,174)
#B1C19D
(177,193,157)
#9EAC8C
(158,172,140)
#8B977B
(139,151,123)
#78826A
(120,130,106)
#656D59
(101,109,89)
#525848
(82,88,72)
#3F4337
(63,67,55)
#2C2E26
(44,46,38)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #D7EBBF

#D7EBBF
(215,235,191)
#DAECC4
(218,236,196)
#DDEDC9
(221,237,201)
#E0EECE
(224,238,206)
#E3EFD3
(227,239,211)
#E6F0D8
(230,240,216)
#E9F1DD
(233,241,221)
#ECF2E2
(236,242,226)
#EFF3E7
(239,243,231)
#F2F4EC
(242,244,236)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7EBBF color. Also use rgb(215,235,191) instead hex code.

Text Font Color

.myTextColor { color: #D7EBBF; }

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

This text font color is #D7EBBF.


Background Color

.myBgColor { background-color: #D7EBBF; }

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

This div background color is #D7EBBF.


Border color

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

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

This div border color is #D7EBBF.


Opacity

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

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

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

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

This text has shadow with #D7EBBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EBBF on black background.


Color preview on white background

This text has color #D7EBBF on white background.



Black color preview on #D7EBBF background

This text has black color on #D7EBBF background.


White color preview on #D7EBBF background

This text has white color on #D7EBBF background.