COLOR #D5F2EB

HEX: #D5F2EB RGB: (213,242,235)

Color info

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

RGB color model

#D5F2EB color RGB value is (213,242,235).

RGB: (213,242,235) (84%, 95%, 92%)

RGB channels and saturation

R 213 of 255 = 84%
G 242 of 255 = 95%
B 235 of 255 = 92%

213
242
235

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

Portions of RGB colors in percentages

R + G + B = 213 + 242 + 235 = 690 (100%)
R 213 of 690 ~ 30.87%
G 242 of 690 ~ 35.07%
B 235 of 690 ~ 34.06'%

%30.87
%35.07
%34.06

CMYK color model

#D5F2EB color CMYK value is (12,0,3,5).

  • cyan value is 11.98%
  • magenta value is 0.00%
  • yellow value is 2.89%
  • key color value is 5.10%
CMYK: (12,0,3,5) C12M0Y3K5 (12%,0%,3%,5%) (0.12/0.00/0.03/0.05) 

CMYK percentages

%11.98
%0
%2.89
%5.1

Codes

Color #D5F2EB in popluar color models

D5 F2 EB
RGB 213 242 235
HSL 166° 52.73% 89.22%
HSB/HSV 166° 11.98% 94.90%
CMYK 11.98% 0.00% 2.89%
5.10%

Color #D5F2EB in popluar number systems.

HEX D5 F2 EB
Decimal 213 242 235
Binary 11010101 11110010 11101011
Octal 325 362 353

Shades and tints

Shades of #D5F2EB

#D5F2EB
(213,242,235)
#C2DCD6
(194,220,214)
#AFC6C1
(175,198,193)
#9CB0AC
(156,176,172)
#899A97
(137,154,151)
#768482
(118,132,130)
#636E6D
(99,110,109)
#505858
(80,88,88)
#3D4243
(61,66,67)
#2A2C2E
(42,44,46)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #D5F2EB

#D5F2EB
(213,242,235)
#D8F3EC
(216,243,236)
#DBF4ED
(219,244,237)
#DEF5EE
(222,245,238)
#E1F6EF
(225,246,239)
#E4F7F0
(228,247,240)
#E7F8F1
(231,248,241)
#EAF9F2
(234,249,242)
#EDFAF3
(237,250,243)
#F0FBF4
(240,251,244)
#F3FCF5
(243,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F2EB color. Also use rgb(213,242,235) instead hex code.

Text Font Color

.myTextColor { color: #D5F2EB; }

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

This text font color is #D5F2EB.

Background Color

.myBgColor { background-color: #D5F2EB; }

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

This div background color is #D5F2EB.

Border color

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

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

This div border color is #D5F2EB.

Opacity

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

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

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

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

This text has shadow with #D5F2EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5F2EB.

Preview

Color preview on black background

This text has color #D5F2EB on black background.


Color preview on white background

This text has color #D5F2EB on white background.


Black color preview on #D5F2EB background

This text has black color on #D5F2EB background.


White color preview on #D5F2EB background

This text has white color on #D5F2EB background.


Related colors

Complementary color

Complementary color for #hex is #2A0D14.


I love getcolorcode.com

Triadic colors

1 #EBD5F2 and #F2EBD5 with #D5F2EB are triadic colors.

2 #EBF2D5 and #F2D5EB with #D5F2EB are triadic colors.