COLOR #D3FAE2

HEX: #D3FAE2 RGB: (211,250,226)

Color info

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

RGB color model

#D3FAE2 color RGB value is (211,250,226).

RGB: (211,250,226) (83%, 98%, 89%)

RGB channels and saturation

R 211 of 255 = 83%
G 250 of 255 = 98%
B 226 of 255 = 89%

211
250
226

R + G + B ~ 90%. #D3FAE2 is light color.

Portions of RGB colors in percentages

R + G + B = 211 + 250 + 226 = 687 (100%)
R 211 of 687 ~ 30.71%
G 250 of 687 ~ 36.39%
B 226 of 687 ~ 32.9'%

%30.71
%36.39
%32.9

CMYK color model

#D3FAE2 color CMYK value is (16,0,10,2).

  • cyan value is 15.60%
  • magenta value is 0.00%
  • yellow value is 9.60%
  • key color value is 1.96%

CMYK: (16,0,10,2)
C16M0Y10K2 (16%, 0%, 10%, 2%)
(0.16 / 0.00 / 0.10 / 0.02)

CMYK percentages

%15.6
%0
%9.6
%1.96

Codes

Color #D3FAE2 in popluar color models

D3 FA E2
RGB 211 250 226
HSL 143° 79.59% 90.39%
HSB/HSV 143° 15.60% 98.04%
CMYK 15.60% 0.00% 9.60%
1.96%

Color #D3FAE2 in popluar number systems.

HEX D3 FA E2
Decimal 211 250 226
Binary 11010011 11111010 11100010
Octal 323 372 342

Shades and tints

Shades of #D3FAE2

#D3FAE2
(211,250,226)
#C0E4CE
(192,228,206)
#ADCEBA
(173,206,186)
#9AB8A6
(154,184,166)
#87A292
(135,162,146)
#748C7E
(116,140,126)
#61766A
(97,118,106)
#4E6056
(78,96,86)
#3B4A42
(59,74,66)
#28342E
(40,52,46)
#151E1A
(21,30,26)
#000000
(0,0,0)

Tints of #D3FAE2

#D3FAE2
(211,250,226)
#D7FAE4
(215,250,228)
#DBFAE6
(219,250,230)
#DFFAE8
(223,250,232)
#E3FAEA
(227,250,234)
#E7FAEC
(231,250,236)
#EBFAEE
(235,250,238)
#EFFAF0
(239,250,240)
#F3FAF2
(243,250,242)
#F7FAF4
(247,250,244)
#FBFAF6
(251,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3FAE2 color. Also use rgb(211,250,226) instead hex code.

Text Font Color

.myTextColor { color: #D3FAE2; }

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

This text font color is #D3FAE2.

Background Color

.myBgColor { background-color: #D3FAE2; }

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

This div background color is #D3FAE2.

Border color

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

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

This div border color is #D3FAE2.

Opacity

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

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

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

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

This text has shadow with #D3FAE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3FAE2.

Preview

Color preview on black background

This text has color #D3FAE2 on black background.


Color preview on white background

This text has color #D3FAE2 on white background.


Black color preview on #D3FAE2 background

This text has black color on #D3FAE2 background.


White color preview on #D3FAE2 background

This text has white color on #D3FAE2 background.


Related colors

Complementary color

Complementary color for #hex is #2C051D.


I love getcolorcode.com

Triadic colors

1 #E2D3FA and #FAE2D3 with #D3FAE2 are triadic colors.

2 #E2FAD3 and #FAD3E2 with #D3FAE2 are triadic colors.