COLOR #D5F3EA

HEX: #D5F3EA
RGB: (213,243,234)

Color info

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

RGB color model

#D5F3EA color RGB value is (213,243,234).

  • red value is 213;
  • green value is 243;
  • blue value is 234.
RGB:
(213,243,234)
(84%,95%,92%)

RGB channels and saturation

R 213 of 255 = 84%
G 243 of 255 = 95%
B 234 of 255 = 92%

213
243
234

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

Portions of RGB colors in percentages

R + G + B =
213 + 243 + 234 = 690 (100%)
R 213 of 690 ~ 30.87%
G 243 of 690 ~ 35.22%
B 234 of 690 ~ 33.91%

%30.87
%35.22
%33.91

CMYK color model

#D5F3EA color CMYK value is (12,0,4,5).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 4.71%
CMYK:
(12,0,4,5)
C12M0Y4K5 
(12%,0%,4%,5%)
(0.12/0.00/0.04/0.05)	

CMYK percentages

%12.35
%0
%3.7
%4.71

Codes

Color #D5F3EA in popluar color models

D5F3EA
RGB213243234
HSL162°55.56%89.41%
HSB/HSV162°12.35%95.29%
CMYK12.35%0.00%3.70%
4.71%

Color #D5F3EA in popluar number systems.

HEXD5F3EA
Decimal213243234
Binary110101011111001111101010
Octal325363352

Shades and tints

Shades of #D5F3EA

#D5F3EA
(213,243,234)
#C2DDD5
(194,221,213)
#AFC7C0
(175,199,192)
#9CB1AB
(156,177,171)
#899B96
(137,155,150)
#768581
(118,133,129)
#636F6C
(99,111,108)
#505957
(80,89,87)
#3D4342
(61,67,66)
#2A2D2D
(42,45,45)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #D5F3EA

#D5F3EA
(213,243,234)
#D8F4EB
(216,244,235)
#DBF5EC
(219,245,236)
#DEF6ED
(222,246,237)
#E1F7EE
(225,247,238)
#E4F8EF
(228,248,239)
#E7F9F0
(231,249,240)
#EAFAF1
(234,250,241)
#EDFBF2
(237,251,242)
#F0FCF3
(240,252,243)
#F3FDF4
(243,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F3EA color. Also use rgb(213,243,234) instead hex code.

Text Font Color

.myTextColor { color: #D5F3EA; }

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

This text font color is #D5F3EA.


Background Color

.myBgColor { background-color: #D5F3EA; }

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

This div background color is #D5F3EA.


Border color

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

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

This div border color is #D5F3EA.


Opacity

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

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

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

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

This text has shadow with #D5F3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F3EA on black background.


Color preview on white background

This text has color #D5F3EA on white background.



Black color preview on #D5F3EA background

This text has black color on #D5F3EA background.


White color preview on #D5F3EA background

This text has white color on #D5F3EA background.