COLOR #D3F2BD

HEX: #D3F2BD RGB: (211,242,189)

Color info

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

RGB color model

#D3F2BD color RGB value is (211,242,189).

RGB: (211,242,189) (83%, 95%, 74%)

RGB channels and saturation

R 211 of 255 = 83%
G 242 of 255 = 95%
B 189 of 255 = 74%

211
242
189

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

Portions of RGB colors in percentages

R + G + B = 211 + 242 + 189 = 642 (100%)
R 211 of 642 ~ 32.87%
G 242 of 642 ~ 37.69%
B 189 of 642 ~ 29.44'%

%32.87
%37.69
%29.44

CMYK color model

#D3F2BD color CMYK value is (13,0,22,5).

  • cyan value is 12.81%
  • magenta value is 0.00%
  • yellow value is 21.90%
  • key color value is 5.10%

CMYK: (13,0,22,5)
C13M0Y22K5 (13%, 0%, 22%, 5%)
(0.13 / 0.00 / 0.22 / 0.05)

CMYK percentages

%12.81
%0
%21.9
%5.1

Codes

Color #D3F2BD in popluar color models

D3 F2 BD
RGB 211 242 189
HSL 95° 67.09% 84.51%
HSB/HSV 95° 21.90% 94.90%
CMYK 12.81% 0.00% 21.90%
5.10%

Color #D3F2BD in popluar number systems.

HEX D3 F2 BD
Decimal 211 242 189
Binary 11010011 11110010 10111101
Octal 323 362 275

Shades and tints

Shades of #D3F2BD

#D3F2BD
(211,242,189)
#C0DCAC
(192,220,172)
#ADC69B
(173,198,155)
#9AB08A
(154,176,138)
#879A79
(135,154,121)
#748468
(116,132,104)
#616E57
(97,110,87)
#4E5846
(78,88,70)
#3B4235
(59,66,53)
#282C24
(40,44,36)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #D3F2BD

#D3F2BD
(211,242,189)
#D7F3C3
(215,243,195)
#DBF4C9
(219,244,201)
#DFF5CF
(223,245,207)
#E3F6D5
(227,246,213)
#E7F7DB
(231,247,219)
#EBF8E1
(235,248,225)
#EFF9E7
(239,249,231)
#F3FAED
(243,250,237)
#F7FBF3
(247,251,243)
#FBFCF9
(251,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3F2BD color. Also use rgb(211,242,189) instead hex code.

Text Font Color

.myTextColor { color: #D3F2BD; }

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

This text font color is #D3F2BD.

Background Color

.myBgColor { background-color: #D3F2BD; }

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

This div background color is #D3F2BD.

Border color

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

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

This div border color is #D3F2BD.

Opacity

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

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

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

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

This text has shadow with #D3F2BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3F2BD.

Preview

Color preview on black background

This text has color #D3F2BD on black background.


Color preview on white background

This text has color #D3F2BD on white background.


Black color preview on #D3F2BD background

This text has black color on #D3F2BD background.


White color preview on #D3F2BD background

This text has white color on #D3F2BD background.


Related colors

Complementary color

Complementary color for #hex is #2C0D42.


I love getcolorcode.com

Triadic colors

1 #BDD3F2 and #F2BDD3 with #D3F2BD are triadic colors.

2 #BDF2D3 and #F2D3BD with #D3F2BD are triadic colors.