COLOR #D5EBF3

HEX: #D5EBF3 RGB: (213,235,243)

Color info

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

RGB color model

#D5EBF3 color RGB value is (213,235,243).

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

RGB channels and saturation

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

213
235
243

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

Portions of RGB colors in percentages

R + G + B = 213 + 235 + 243 = 691 (100%)
R 213 of 691 ~ 30.82%
G 235 of 691 ~ 34.01%
B 243 of 691 ~ 35.17'%

%30.82
%34.01
%35.17

CMYK color model

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

  • cyan value is 12.35%
  • magenta value is 3.29%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (12,3,0,5)
C12M3Y0K5 (12%, 3%, 0%, 5%)
(0.12 / 0.03 / 0.00 / 0.05)

CMYK percentages

%12.35
%3.29
%0
%4.71

Codes

Color #D5EBF3 in popluar color models

D5 EB F3
RGB 213 235 243
HSL 196° 55.56% 89.41%
HSB/HSV 196° 12.35% 95.29%
CMYK 12.35% 3.29% 0.00%
4.71%

Color #D5EBF3 in popluar number systems.

HEX D5 EB F3
Decimal 213 235 243
Binary 11010101 11101011 11110011
Octal 325 353 363

Shades and tints

Shades of #D5EBF3

#D5EBF3
(213,235,243)
#C2D6DD
(194,214,221)
#AFC1C7
(175,193,199)
#9CACB1
(156,172,177)
#89979B
(137,151,155)
#768285
(118,130,133)
#636D6F
(99,109,111)
#505859
(80,88,89)
#3D4343
(61,67,67)
#2A2E2D
(42,46,45)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #D5EBF3

#D5EBF3
(213,235,243)
#D8ECF4
(216,236,244)
#DBEDF5
(219,237,245)
#DEEEF6
(222,238,246)
#E1EFF7
(225,239,247)
#E4F0F8
(228,240,248)
#E7F1F9
(231,241,249)
#EAF2FA
(234,242,250)
#EDF3FB
(237,243,251)
#F0F4FC
(240,244,252)
#F3F5FD
(243,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EBF3; }

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

This text font color is #D5EBF3.

Background Color

.myBgColor { background-color: #D5EBF3; }

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

This div background color is #D5EBF3.

Border color

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

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

This div border color is #D5EBF3.

Opacity

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

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

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

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

This text has shadow with #D5EBF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5EBF3.

Preview

Color preview on black background

This text has color #D5EBF3 on black background.


Color preview on white background

This text has color #D5EBF3 on white background.


Black color preview on #D5EBF3 background

This text has black color on #D5EBF3 background.


White color preview on #D5EBF3 background

This text has white color on #D5EBF3 background.


Related colors

Complementary color

Complementary color for #hex is #2A140C.


I love getcolorcode.com

Triadic colors

1 #F3D5EB and #EBF3D5 with #D5EBF3 are triadic colors.

2 #F3EBD5 and #EBD5F3 with #D5EBF3 are triadic colors.