COLOR #D3EBE3

HEX: #D3EBE3 RGB: (211,235,227)

Color info

#D3EBE3 contains red, green and blue colors in about the same proportion. Web safe color of #D3EBE3 is #CCFFCC (or #CFC).

RGB color model

#D3EBE3 color RGB value is (211,235,227).

RGB: (211,235,227) (83%, 92%, 89%)

RGB channels and saturation

R 211 of 255 = 83%
G 235 of 255 = 92%
B 227 of 255 = 89%

211
235
227

R + G + B ~ 88%. #D3EBE3 is light color.

Portions of RGB colors in percentages

R + G + B = 211 + 235 + 227 = 673 (100%)
R 211 of 673 ~ 31.35%
G 235 of 673 ~ 34.92%
B 227 of 673 ~ 33.73'%

%31.35
%34.92
%33.73

CMYK color model

#D3EBE3 color CMYK value is (10,0,3,8).

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

CMYK: (10,0,3,8)
C10M0Y3K8 (10%, 0%, 3%, 8%)
(0.10 / 0.00 / 0.03 / 0.08)

CMYK percentages

%10.21
%0
%3.4
%7.84

Codes

Color #D3EBE3 in popluar color models

D3 EB E3
RGB 211 235 227
HSL 160° 37.50% 87.45%
HSB/HSV 160° 10.21% 92.16%
CMYK 10.21% 0.00% 3.40%
7.84%

Color #D3EBE3 in popluar number systems.

HEX D3 EB E3
Decimal 211 235 227
Binary 11010011 11101011 11100011
Octal 323 353 343

Shades and tints

Shades of #D3EBE3

#D3EBE3
(211,235,227)
#C0D6CF
(192,214,207)
#ADC1BB
(173,193,187)
#9AACA7
(154,172,167)
#879793
(135,151,147)
#74827F
(116,130,127)
#616D6B
(97,109,107)
#4E5857
(78,88,87)
#3B4343
(59,67,67)
#282E2F
(40,46,47)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #D3EBE3

#D3EBE3
(211,235,227)
#D7ECE5
(215,236,229)
#DBEDE7
(219,237,231)
#DFEEE9
(223,238,233)
#E3EFEB
(227,239,235)
#E7F0ED
(231,240,237)
#EBF1EF
(235,241,239)
#EFF2F1
(239,242,241)
#F3F3F3
(243,243,243)
#F7F4F5
(247,244,245)
#FBF5F7
(251,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EBE3; }

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

This text font color is #D3EBE3.

Background Color

.myBgColor { background-color: #D3EBE3; }

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

This div background color is #D3EBE3.

Border color

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

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

This div border color is #D3EBE3.

Opacity

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

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

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

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

This text has shadow with #D3EBE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3EBE3.

Preview

Color preview on black background

This text has color #D3EBE3 on black background.


Color preview on white background

This text has color #D3EBE3 on white background.


Black color preview on #D3EBE3 background

This text has black color on #D3EBE3 background.


White color preview on #D3EBE3 background

This text has white color on #D3EBE3 background.


Related colors

Complementary color

Complementary color for #hex is #2C141C.


I love getcolorcode.com

Triadic colors

1 #E3D3EB and #EBE3D3 with #D3EBE3 are triadic colors.

2 #E3EBD3 and #EBD3E3 with #D3EBE3 are triadic colors.