COLOR #D3EBE9

HEX: #D3EBE9 RGB: (211,235,233)

Color info

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

RGB color model

#D3EBE9 color RGB value is (211,235,233).

RGB: (211,235,233) (83%, 92%, 91%)

RGB channels and saturation

R 211 of 255 = 83%
G 235 of 255 = 92%
B 233 of 255 = 91%

211
235
233

R + G + B ~ 89%. #D3EBE9 is light color.

Portions of RGB colors in percentages

R + G + B = 211 + 235 + 233 = 679 (100%)
R 211 of 679 ~ 31.08%
G 235 of 679 ~ 34.61%
B 233 of 679 ~ 34.32'%

%31.08
%34.61
%34.32

CMYK color model

#D3EBE9 color CMYK value is (10,0,1,8).

  • cyan value is 10.21%
  • magenta value is 0.00%
  • yellow value is 0.85%
  • key color value is 7.84%

CMYK: (10,0,1,8)
C10M0Y1K8 (10%, 0%, 1%, 8%)
(0.10 / 0.00 / 0.01 / 0.08)

CMYK percentages

%10.21
%0
%0.85
%7.84

Codes

Color #D3EBE9 in popluar color models

D3 EB E9
RGB 211 235 233
HSL 175° 37.50% 87.45%
HSB/HSV 175° 10.21% 92.16%
CMYK 10.21% 0.00% 0.85%
7.84%

Color #D3EBE9 in popluar number systems.

HEX D3 EB E9
Decimal 211 235 233
Binary 11010011 11101011 11101001
Octal 323 353 351

Shades and tints

Shades of #D3EBE9

#D3EBE9
(211,235,233)
#C0D6D4
(192,214,212)
#ADC1BF
(173,193,191)
#9AACAA
(154,172,170)
#879795
(135,151,149)
#748280
(116,130,128)
#616D6B
(97,109,107)
#4E5856
(78,88,86)
#3B4341
(59,67,65)
#282E2C
(40,46,44)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #D3EBE9

#D3EBE9
(211,235,233)
#D7ECEB
(215,236,235)
#DBEDED
(219,237,237)
#DFEEEF
(223,238,239)
#E3EFF1
(227,239,241)
#E7F0F3
(231,240,243)
#EBF1F5
(235,241,245)
#EFF2F7
(239,242,247)
#F3F3F9
(243,243,249)
#F7F4FB
(247,244,251)
#FBF5FD
(251,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EBE9; }

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

This text font color is #D3EBE9.

Background Color

.myBgColor { background-color: #D3EBE9; }

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

This div background color is #D3EBE9.

Border color

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

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

This div border color is #D3EBE9.

Opacity

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

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

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

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

This text has shadow with #D3EBE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3EBE9.

Preview

Color preview on black background

This text has color #D3EBE9 on black background.


Color preview on white background

This text has color #D3EBE9 on white background.


Black color preview on #D3EBE9 background

This text has black color on #D3EBE9 background.


White color preview on #D3EBE9 background

This text has white color on #D3EBE9 background.


Related colors

Complementary color

Complementary color for #hex is #2C1416.


I love getcolorcode.com

Triadic colors

1 #E9D3EB and #EBE9D3 with #D3EBE9 are triadic colors.

2 #E9EBD3 and #EBD3E9 with #D3EBE9 are triadic colors.