COLOR #D3FFE3

HEX: #D3FFE3
RGB: (211,255,227)

Color info

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

RGB color model

#D3FFE3 color RGB value is (211,255,227).

  • red value is 211;
  • green value is 255;
  • blue value is 227.
RGB:
(211,255,227)
(83%,100%,89%)

RGB channels and saturation

R 211 of 255 = 83%
G 255 of 255 = 100%
B 227 of 255 = 89%

211
255
227

R + G + B ~ 91%. #D3FFE3 is light color.

Portions of RGB colors in percentages

R + G + B =
211 + 255 + 227 = 693 (100%)
R 211 of 693 ~ 30.45%
G 255 of 693 ~ 36.8%
B 227 of 693 ~ 32.76%

%30.45
%36.8
%32.76

CMYK color model

#D3FFE3 color CMYK value is (17,0,11,0).

  • cyan value is 17.25%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 0.00%
CMYK:
(17,0,11,0)
C17M0Y11K0 
(17%,0%,11%,0%)
(0.17/0.00/0.11/0.00)	

CMYK percentages

%17.25
%0
%10.98
%0

Codes

Color #D3FFE3 in popluar color models

D3FFE3
RGB211255227
HSL142°100.00%91.37%
HSB/HSV142°17.25%100.00%
CMYK17.25%0.00%10.98%
0.00%

Color #D3FFE3 in popluar number systems.

HEXD3FFE3
Decimal211255227
Binary110100111111111111100011
Octal323377343

Shades and tints

Shades of #D3FFE3

#D3FFE3
(211,255,227)
#C0E8CF
(192,232,207)
#ADD1BB
(173,209,187)
#9ABAA7
(154,186,167)
#87A393
(135,163,147)
#748C7F
(116,140,127)
#61756B
(97,117,107)
#4E5E57
(78,94,87)
#3B4743
(59,71,67)
#28302F
(40,48,47)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #D3FFE3

#D3FFE3
(211,255,227)
#D7FFE5
(215,255,229)
#DBFFE7
(219,255,231)
#DFFFE9
(223,255,233)
#E3FFEB
(227,255,235)
#E7FFED
(231,255,237)
#EBFFEF
(235,255,239)
#EFFFF1
(239,255,241)
#F3FFF3
(243,255,243)
#F7FFF5
(247,255,245)
#FBFFF7
(251,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3FFE3 color. Also use rgb(211,255,227) instead hex code.

Text Font Color

.myTextColor { color: #D3FFE3; }

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

This text font color is #D3FFE3.


Background Color

.myBgColor { background-color: #D3FFE3; }

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

This div background color is #D3FFE3.


Border color

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

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

This div border color is #D3FFE3.


Opacity

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

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

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

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

This text has shadow with #D3FFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3FFE3 on black background.


Color preview on white background

This text has color #D3FFE3 on white background.



Black color preview on #D3FFE3 background

This text has black color on #D3FFE3 background.


White color preview on #D3FFE3 background

This text has white color on #D3FFE3 background.