COLOR #D3EFB4

HEX: #D3EFB4 RGB: (211,239,180)

Color info

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

RGB color model

#D3EFB4 color RGB value is (211,239,180).

RGB: (211,239,180) (83%, 94%, 71%)

RGB channels and saturation

R 211 of 255 = 83%
G 239 of 255 = 94%
B 180 of 255 = 71%

211
239
180

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

Portions of RGB colors in percentages

R + G + B = 211 + 239 + 180 = 630 (100%)
R 211 of 630 ~ 33.49%
G 239 of 630 ~ 37.94%
B 180 of 630 ~ 28.57'%

%33.49
%37.94
%28.57

CMYK color model

#D3EFB4 color CMYK value is (12,0,25,6).

  • cyan value is 11.72%
  • magenta value is 0.00%
  • yellow value is 24.69%
  • key color value is 6.27%

CMYK: (12,0,25,6)
C12M0Y25K6 (12%, 0%, 25%, 6%)
(0.12 / 0.00 / 0.25 / 0.06)

CMYK percentages

%11.72
%0
%24.69
%6.27

Codes

Color #D3EFB4 in popluar color models

D3 EF B4
RGB 211 239 180
HSL 88° 64.84% 82.16%
HSB/HSV 88° 24.69% 93.73%
CMYK 11.72% 0.00% 24.69%
6.27%

Color #D3EFB4 in popluar number systems.

HEX D3 EF B4
Decimal 211 239 180
Binary 11010011 11101111 10110100
Octal 323 357 264

Shades and tints

Shades of #D3EFB4

#D3EFB4
(211,239,180)
#C0DAA4
(192,218,164)
#ADC594
(173,197,148)
#9AB084
(154,176,132)
#879B74
(135,155,116)
#748664
(116,134,100)
#617154
(97,113,84)
#4E5C44
(78,92,68)
#3B4734
(59,71,52)
#283224
(40,50,36)
#151D14
(21,29,20)
#000000
(0,0,0)

Tints of #D3EFB4

#D3EFB4
(211,239,180)
#D7F0BA
(215,240,186)
#DBF1C0
(219,241,192)
#DFF2C6
(223,242,198)
#E3F3CC
(227,243,204)
#E7F4D2
(231,244,210)
#EBF5D8
(235,245,216)
#EFF6DE
(239,246,222)
#F3F7E4
(243,247,228)
#F7F8EA
(247,248,234)
#FBF9F0
(251,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3EFB4 color. Also use rgb(211,239,180) instead hex code.

Text Font Color

.myTextColor { color: #D3EFB4; }

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

This text font color is #D3EFB4.

Background Color

.myBgColor { background-color: #D3EFB4; }

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

This div background color is #D3EFB4.

Border color

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

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

This div border color is #D3EFB4.

Opacity

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

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

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

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

This text has shadow with #D3EFB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3EFB4.

Preview

Color preview on black background

This text has color #D3EFB4 on black background.


Color preview on white background

This text has color #D3EFB4 on white background.


Black color preview on #D3EFB4 background

This text has black color on #D3EFB4 background.


White color preview on #D3EFB4 background

This text has white color on #D3EFB4 background.


Related colors

Complementary color

Complementary color for #hex is #2C104B.


I love getcolorcode.com

Triadic colors

1 #B4D3EF and #EFB4D3 with #D3EFB4 are triadic colors.

2 #B4EFD3 and #EFD3B4 with #D3EFB4 are triadic colors.