COLOR #D6EFB8

HEX: #D6EFB8 RGB: (214,239,184)

Color info

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

RGB color model

#D6EFB8 color RGB value is (214,239,184).

RGB: (214,239,184) (84%, 94%, 72%)

RGB channels and saturation

R 214 of 255 = 84%
G 239 of 255 = 94%
B 184 of 255 = 72%

214
239
184

R + G + B ~ 83%. #D6EFB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 239 + 184 = 637 (100%)
R 214 of 637 ~ 33.59%
G 239 of 637 ~ 37.52%
B 184 of 637 ~ 28.89'%

%33.59
%37.52
%28.89

CMYK color model

#D6EFB8 color CMYK value is (10,0,23,6).

  • cyan value is 10.46%
  • magenta value is 0.00%
  • yellow value is 23.01%
  • key color value is 6.27%

CMYK: (10,0,23,6)
C10M0Y23K6 (10%, 0%, 23%, 6%)
(0.10 / 0.00 / 0.23 / 0.06)

CMYK percentages

%10.46
%0
%23.01
%6.27

Codes

Color #D6EFB8 in popluar color models

D6 EF B8
RGB 214 239 184
HSL 87° 63.22% 82.94%
HSB/HSV 87° 23.01% 93.73%
CMYK 10.46% 0.00% 23.01%
6.27%

Color #D6EFB8 in popluar number systems.

HEX D6 EF B8
Decimal 214 239 184
Binary 11010110 11101111 10111000
Octal 326 357 270

Shades and tints

Shades of #D6EFB8

#D6EFB8
(214,239,184)
#C3DAA8
(195,218,168)
#B0C598
(176,197,152)
#9DB088
(157,176,136)
#8A9B78
(138,155,120)
#778668
(119,134,104)
#647158
(100,113,88)
#515C48
(81,92,72)
#3E4738
(62,71,56)
#2B3228
(43,50,40)
#181D18
(24,29,24)
#000000
(0,0,0)

Tints of #D6EFB8

#D6EFB8
(214,239,184)
#D9F0BE
(217,240,190)
#DCF1C4
(220,241,196)
#DFF2CA
(223,242,202)
#E2F3D0
(226,243,208)
#E5F4D6
(229,244,214)
#E8F5DC
(232,245,220)
#EBF6E2
(235,246,226)
#EEF7E8
(238,247,232)
#F1F8EE
(241,248,238)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6EFB8 color. Also use rgb(214,239,184) instead hex code.

Text Font Color

.myTextColor { color: #D6EFB8; }

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

This text font color is #D6EFB8.

Background Color

.myBgColor { background-color: #D6EFB8; }

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

This div background color is #D6EFB8.

Border color

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

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

This div border color is #D6EFB8.

Opacity

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

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

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

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

This text has shadow with #D6EFB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6EFB8.

Preview

Color preview on black background

This text has color #D6EFB8 on black background.


Color preview on white background

This text has color #D6EFB8 on white background.


Black color preview on #D6EFB8 background

This text has black color on #D6EFB8 background.


White color preview on #D6EFB8 background

This text has white color on #D6EFB8 background.


Related colors

Complementary color

Complementary color for #hex is #291047.


I love getcolorcode.com

Triadic colors

1 #B8D6EF and #EFB8D6 with #D6EFB8 are triadic colors.

2 #B8EFD6 and #EFD6B8 with #D6EFB8 are triadic colors.