COLOR #D3F3B2

HEX: #D3F3B2 RGB: (211,243,178)

Color info

#D3F3B2 contains mainly red and green colors. Web safe color of #D3F3B2 is #CCFF99 (or #CF9).

RGB color model

#D3F3B2 color RGB value is (211,243,178).

RGB: (211,243,178) (83%, 95%, 70%)

RGB channels and saturation

R 211 of 255 = 83%
G 243 of 255 = 95%
B 178 of 255 = 70%

211
243
178

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

Portions of RGB colors in percentages

R + G + B = 211 + 243 + 178 = 632 (100%)
R 211 of 632 ~ 33.39%
G 243 of 632 ~ 38.45%
B 178 of 632 ~ 28.16'%

%33.39
%38.45
%28.16

CMYK color model

#D3F3B2 color CMYK value is (13,0,27,5).

  • cyan value is 13.17%
  • magenta value is 0.00%
  • yellow value is 26.75%
  • key color value is 4.71%

CMYK: (13,0,27,5)
C13M0Y27K5 (13%, 0%, 27%, 5%)
(0.13 / 0.00 / 0.27 / 0.05)

CMYK percentages

%13.17
%0
%26.75
%4.71

Codes

Color #D3F3B2 in popluar color models

D3 F3 B2
RGB 211 243 178
HSL 90° 73.03% 82.55%
HSB/HSV 90° 26.75% 95.29%
CMYK 13.17% 0.00% 26.75%
4.71%

Color #D3F3B2 in popluar number systems.

HEX D3 F3 B2
Decimal 211 243 178
Binary 11010011 11110011 10110010
Octal 323 363 262

Shades and tints

Shades of #D3F3B2

#D3F3B2
(211,243,178)
#C0DDA2
(192,221,162)
#ADC792
(173,199,146)
#9AB182
(154,177,130)
#879B72
(135,155,114)
#748562
(116,133,98)
#616F52
(97,111,82)
#4E5942
(78,89,66)
#3B4332
(59,67,50)
#282D22
(40,45,34)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #D3F3B2

#D3F3B2
(211,243,178)
#D7F4B9
(215,244,185)
#DBF5C0
(219,245,192)
#DFF6C7
(223,246,199)
#E3F7CE
(227,247,206)
#E7F8D5
(231,248,213)
#EBF9DC
(235,249,220)
#EFFAE3
(239,250,227)
#F3FBEA
(243,251,234)
#F7FCF1
(247,252,241)
#FBFDF8
(251,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3F3B2 color. Also use rgb(211,243,178) instead hex code.

Text Font Color

.myTextColor { color: #D3F3B2; }

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

This text font color is #D3F3B2.

Background Color

.myBgColor { background-color: #D3F3B2; }

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

This div background color is #D3F3B2.

Border color

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

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

This div border color is #D3F3B2.

Opacity

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

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

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

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

This text has shadow with #D3F3B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3F3B2.

Preview

Color preview on black background

This text has color #D3F3B2 on black background.


Color preview on white background

This text has color #D3F3B2 on white background.


Black color preview on #D3F3B2 background

This text has black color on #D3F3B2 background.


White color preview on #D3F3B2 background

This text has white color on #D3F3B2 background.


Related colors

Complementary color

Complementary color for #hex is #2C0C4D.


I love getcolorcode.com

Triadic colors

1 #B2D3F3 and #F3B2D3 with #D3F3B2 are triadic colors.

2 #B2F3D3 and #F3D3B2 with #D3F3B2 are triadic colors.