COLOR #D3F5EB

HEX: #D3F5EB
RGB: (211,245,235)

Color info

#D3F5EB contains red, green and blue colors in about the same proportion. Web safe color of #D3F5EB is #CCFFFF (or #CFF).

RGB color model

#D3F5EB color RGB value is (211,245,235).

  • red value is 211;
  • green value is 245;
  • blue value is 235.
RGB:
(211,245,235)
(83%,96%,92%)

RGB channels and saturation

R 211 of 255 = 83%
G 245 of 255 = 96%
B 235 of 255 = 92%

211
245
235

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

Portions of RGB colors in percentages

R + G + B =
211 + 245 + 235 = 691 (100%)
R 211 of 691 ~ 30.54%
G 245 of 691 ~ 35.46%
B 235 of 691 ~ 34.01%

%30.54
%35.46
%34.01

CMYK color model

#D3F5EB color CMYK value is (14,0,4,4).

  • cyan value is 13.88%
  • magenta value is 0.00%
  • yellow value is 4.08%
  • key color value is 3.92%
CMYK:
(14,0,4,4)
C14M0Y4K4 
(14%,0%,4%,4%)
(0.14/0.00/0.04/0.04)	

CMYK percentages

%13.88
%0
%4.08
%3.92

Codes

Color #D3F5EB in popluar color models

D3F5EB
RGB211245235
HSL162°62.96%89.41%
HSB/HSV162°13.88%96.08%
CMYK13.88%0.00%4.08%
3.92%

Color #D3F5EB in popluar number systems.

HEXD3F5EB
Decimal211245235
Binary110100111111010111101011
Octal323365353

Shades and tints

Shades of #D3F5EB

#D3F5EB
(211,245,235)
#C0DFD6
(192,223,214)
#ADC9C1
(173,201,193)
#9AB3AC
(154,179,172)
#879D97
(135,157,151)
#748782
(116,135,130)
#61716D
(97,113,109)
#4E5B58
(78,91,88)
#3B4543
(59,69,67)
#282F2E
(40,47,46)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #D3F5EB

#D3F5EB
(211,245,235)
#D7F5EC
(215,245,236)
#DBF5ED
(219,245,237)
#DFF5EE
(223,245,238)
#E3F5EF
(227,245,239)
#E7F5F0
(231,245,240)
#EBF5F1
(235,245,241)
#EFF5F2
(239,245,242)
#F3F5F3
(243,245,243)
#F7F5F4
(247,245,244)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3F5EB color. Also use rgb(211,245,235) instead hex code.

Text Font Color

.myTextColor { color: #D3F5EB; }

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

This text font color is #D3F5EB.


Background Color

.myBgColor { background-color: #D3F5EB; }

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

This div background color is #D3F5EB.


Border color

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

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

This div border color is #D3F5EB.


Opacity

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

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

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

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

This text has shadow with #D3F5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3F5EB on black background.


Color preview on white background

This text has color #D3F5EB on white background.



Black color preview on #D3F5EB background

This text has black color on #D3F5EB background.


White color preview on #D3F5EB background

This text has white color on #D3F5EB background.