COLOR #D3F1EB

HEX: #D3F1EB
RGB: (211,241,235)

Color info

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

RGB color model

#D3F1EB color RGB value is (211,241,235).

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

RGB channels and saturation

R 211 of 255 = 83%
G 241 of 255 = 95%
B 235 of 255 = 92%

211
241
235

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

Portions of RGB colors in percentages

R + G + B =
211 + 241 + 235 = 687 (100%)
R 211 of 687 ~ 30.71%
G 241 of 687 ~ 35.08%
B 235 of 687 ~ 34.21%

%30.71
%35.08
%34.21

CMYK color model

#D3F1EB color CMYK value is (12,0,2,5).

  • cyan value is 12.45%
  • magenta value is 0.00%
  • yellow value is 2.49%
  • key color value is 5.49%
CMYK:
(12,0,2,5)
C12M0Y2K5 
(12%,0%,2%,5%)
(0.12/0.00/0.02/0.05)	

CMYK percentages

%12.45
%0
%2.49
%5.49

Codes

Color #D3F1EB in popluar color models

D3F1EB
RGB211241235
HSL168°51.72%88.63%
HSB/HSV168°12.45%94.51%
CMYK12.45%0.00%2.49%
5.49%

Color #D3F1EB in popluar number systems.

HEXD3F1EB
Decimal211241235
Binary110100111111000111101011
Octal323361353

Shades and tints

Shades of #D3F1EB

#D3F1EB
(211,241,235)
#C0DCD6
(192,220,214)
#ADC7C1
(173,199,193)
#9AB2AC
(154,178,172)
#879D97
(135,157,151)
#748882
(116,136,130)
#61736D
(97,115,109)
#4E5E58
(78,94,88)
#3B4943
(59,73,67)
#28342E
(40,52,46)
#151F19
(21,31,25)
#000000
(0,0,0)

Tints of #D3F1EB

#D3F1EB
(211,241,235)
#D7F2EC
(215,242,236)
#DBF3ED
(219,243,237)
#DFF4EE
(223,244,238)
#E3F5EF
(227,245,239)
#E7F6F0
(231,246,240)
#EBF7F1
(235,247,241)
#EFF8F2
(239,248,242)
#F3F9F3
(243,249,243)
#F7FAF4
(247,250,244)
#FBFBF5
(251,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3F1EB; }

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

This text font color is #D3F1EB.


Background Color

.myBgColor { background-color: #D3F1EB; }

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

This div background color is #D3F1EB.


Border color

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

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

This div border color is #D3F1EB.


Opacity

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

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

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

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

This text has shadow with #D3F1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3F1EB on black background.


Color preview on white background

This text has color #D3F1EB on white background.



Black color preview on #D3F1EB background

This text has black color on #D3F1EB background.


White color preview on #D3F1EB background

This text has white color on #D3F1EB background.