COLOR #D3FEE6

HEX: #D3FEE6
RGB: (211,254,230)

Color info

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

RGB color model

#D3FEE6 color RGB value is (211,254,230).

  • red value is 211;
  • green value is 254;
  • blue value is 230.
RGB:
(211,254,230)
(83%,100%,90%)

RGB channels and saturation

R 211 of 255 = 83%
G 254 of 255 = 100%
B 230 of 255 = 90%

211
254
230

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

Portions of RGB colors in percentages

R + G + B =
211 + 254 + 230 = 695 (100%)
R 211 of 695 ~ 30.36%
G 254 of 695 ~ 36.55%
B 230 of 695 ~ 33.09%

%30.36
%36.55
%33.09

CMYK color model

#D3FEE6 color CMYK value is (17,0,9,0).

  • cyan value is 16.93%
  • magenta value is 0.00%
  • yellow value is 9.45%
  • key color value is 0.39%
CMYK:
(17,0,9,0)
C17M0Y9K0 
(17%,0%,9%,0%)
(0.17/0.00/0.09/0.00)	

CMYK percentages

%16.93
%0
%9.45
%0.39

Codes

Color #D3FEE6 in popluar color models

D3FEE6
RGB211254230
HSL147°95.56%91.18%
HSB/HSV147°16.93%99.61%
CMYK16.93%0.00%9.45%
0.39%

Color #D3FEE6 in popluar number systems.

HEXD3FEE6
Decimal211254230
Binary110100111111111011100110
Octal323376346

Shades and tints

Shades of #D3FEE6

#D3FEE6
(211,254,230)
#C0E7D2
(192,231,210)
#ADD0BE
(173,208,190)
#9AB9AA
(154,185,170)
#87A296
(135,162,150)
#748B82
(116,139,130)
#61746E
(97,116,110)
#4E5D5A
(78,93,90)
#3B4646
(59,70,70)
#282F32
(40,47,50)
#15181E
(21,24,30)
#000000
(0,0,0)

Tints of #D3FEE6

#D3FEE6
(211,254,230)
#D7FEE8
(215,254,232)
#DBFEEA
(219,254,234)
#DFFEEC
(223,254,236)
#E3FEEE
(227,254,238)
#E7FEF0
(231,254,240)
#EBFEF2
(235,254,242)
#EFFEF4
(239,254,244)
#F3FEF6
(243,254,246)
#F7FEF8
(247,254,248)
#FBFEFA
(251,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3FEE6 color. Also use rgb(211,254,230) instead hex code.

Text Font Color

.myTextColor { color: #D3FEE6; }

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

This text font color is #D3FEE6.


Background Color

.myBgColor { background-color: #D3FEE6; }

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

This div background color is #D3FEE6.


Border color

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

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

This div border color is #D3FEE6.


Opacity

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

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

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

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

This text has shadow with #D3FEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3FEE6 on black background.


Color preview on white background

This text has color #D3FEE6 on white background.



Black color preview on #D3FEE6 background

This text has black color on #D3FEE6 background.


White color preview on #D3FEE6 background

This text has white color on #D3FEE6 background.