COLOR #D4F3D2

HEX: #D4F3D2 RGB: (212,243,210)

Color info

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

RGB color model

#D4F3D2 color RGB value is (212,243,210).

RGB: (212,243,210) (83%, 95%, 82%)

RGB channels and saturation

R 212 of 255 = 83%
G 243 of 255 = 95%
B 210 of 255 = 82%

212
243
210

R + G + B ~ 87%. #D4F3D2 is light color.

Portions of RGB colors in percentages

R + G + B = 212 + 243 + 210 = 665 (100%)
R 212 of 665 ~ 31.88%
G 243 of 665 ~ 36.54%
B 210 of 665 ~ 31.58'%

%31.88
%36.54
%31.58

CMYK color model

#D4F3D2 color CMYK value is (13,0,14,5).

  • cyan value is 12.76%
  • magenta value is 0.00%
  • yellow value is 13.58%
  • key color value is 4.71%

CMYK: (13,0,14,5)
C13M0Y14K5 (13%, 0%, 14%, 5%)
(0.13 / 0.00 / 0.14 / 0.05)

CMYK percentages

%12.76
%0
%13.58
%4.71

Codes

Color #D4F3D2 in popluar color models

D4 F3 D2
RGB 212 243 210
HSL 116° 57.89% 88.82%
HSB/HSV 116° 13.58% 95.29%
CMYK 12.76% 0.00% 13.58%
4.71%

Color #D4F3D2 in popluar number systems.

HEX D4 F3 D2
Decimal 212 243 210
Binary 11010100 11110011 11010010
Octal 324 363 322

Shades and tints

Shades of #D4F3D2

#D4F3D2
(212,243,210)
#C1DDBF
(193,221,191)
#AEC7AC
(174,199,172)
#9BB199
(155,177,153)
#889B86
(136,155,134)
#758573
(117,133,115)
#626F60
(98,111,96)
#4F594D
(79,89,77)
#3C433A
(60,67,58)
#292D27
(41,45,39)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #D4F3D2

#D4F3D2
(212,243,210)
#D7F4D6
(215,244,214)
#DAF5DA
(218,245,218)
#DDF6DE
(221,246,222)
#E0F7E2
(224,247,226)
#E3F8E6
(227,248,230)
#E6F9EA
(230,249,234)
#E9FAEE
(233,250,238)
#ECFBF2
(236,251,242)
#EFFCF6
(239,252,246)
#F2FDFA
(242,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4F3D2 color. Also use rgb(212,243,210) instead hex code.

Text Font Color

.myTextColor { color: #D4F3D2; }

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

This text font color is #D4F3D2.

Background Color

.myBgColor { background-color: #D4F3D2; }

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

This div background color is #D4F3D2.

Border color

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

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

This div border color is #D4F3D2.

Opacity

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

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

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

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

This text has shadow with #D4F3D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4F3D2.

Preview

Color preview on black background

This text has color #D4F3D2 on black background.


Color preview on white background

This text has color #D4F3D2 on white background.


Black color preview on #D4F3D2 background

This text has black color on #D4F3D2 background.


White color preview on #D4F3D2 background

This text has white color on #D4F3D2 background.


Related colors

Complementary color

Complementary color for #hex is #2B0C2D.


I love getcolorcode.com

Triadic colors

1 #D2D4F3 and #F3D2D4 with #D4F3D2 are triadic colors.

2 #D2F3D4 and #F3D4D2 with #D4F3D2 are triadic colors.