COLOR #D3E2E6

HEX: #D3E2E6 RGB: (211,226,230)

Color info

#D3E2E6 contains red, green and blue colors in about the same proportion. Web safe color of #D3E2E6 is #CCCCCC (or #CCC).

RGB color model

#D3E2E6 color RGB value is (211,226,230).

RGB: (211,226,230) (83%, 89%, 90%)

RGB channels and saturation

R 211 of 255 = 83%
G 226 of 255 = 89%
B 230 of 255 = 90%

211
226
230

R + G + B ~ 87%. #D3E2E6 is light color.

Portions of RGB colors in percentages

R + G + B = 211 + 226 + 230 = 667 (100%)
R 211 of 667 ~ 31.63%
G 226 of 667 ~ 33.88%
B 230 of 667 ~ 34.48'%

%31.63
%33.88
%34.48

CMYK color model

#D3E2E6 color CMYK value is (8,2,0,10).

  • cyan value is 8.26%
  • magenta value is 1.74%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (8,2,0,10) C8M2Y0K10 (8%,2%,0%,10%) (0.08/0.02/0.00/0.10) 

CMYK percentages

%8.26
%1.74
%0
%9.8

Codes

Color #D3E2E6 in popluar color models

D3 E2 E6
RGB 211 226 230
HSL 193° 27.54% 86.47%
HSB/HSV 193° 8.26% 90.20%
CMYK 8.26% 1.74% 0.00%
9.80%

Color #D3E2E6 in popluar number systems.

HEX D3 E2 E6
Decimal 211 226 230
Binary 11010011 11100010 11100110
Octal 323 342 346

Shades and tints

Shades of #D3E2E6

#D3E2E6
(211,226,230)
#C0CED2
(192,206,210)
#ADBABE
(173,186,190)
#9AA6AA
(154,166,170)
#879296
(135,146,150)
#747E82
(116,126,130)
#616A6E
(97,106,110)
#4E565A
(78,86,90)
#3B4246
(59,66,70)
#282E32
(40,46,50)
#151A1E
(21,26,30)
#000000
(0,0,0)

Tints of #D3E2E6

#D3E2E6
(211,226,230)
#D7E4E8
(215,228,232)
#DBE6EA
(219,230,234)
#DFE8EC
(223,232,236)
#E3EAEE
(227,234,238)
#E7ECF0
(231,236,240)
#EBEEF2
(235,238,242)
#EFF0F4
(239,240,244)
#F3F2F6
(243,242,246)
#F7F4F8
(247,244,248)
#FBF6FA
(251,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E2E6 color. Also use rgb(211,226,230) instead hex code.

Text Font Color

.myTextColor { color: #D3E2E6; }

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

This text font color is #D3E2E6.

Background Color

.myBgColor { background-color: #D3E2E6; }

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

This div background color is #D3E2E6.

Border color

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

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

This div border color is #D3E2E6.

Opacity

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

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

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

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

This text has shadow with #D3E2E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3E2E6.

Preview

Color preview on black background

This text has color #D3E2E6 on black background.


Color preview on white background

This text has color #D3E2E6 on white background.


Black color preview on #D3E2E6 background

This text has black color on #D3E2E6 background.


White color preview on #D3E2E6 background

This text has white color on #D3E2E6 background.


Related colors

Complementary color

Complementary color for #hex is #2C1D19.


I love getcolorcode.com

Triadic colors

1 #E6D3E2 and #E2E6D3 with #D3E2E6 are triadic colors.

2 #E6E2D3 and #E2D3E6 with #D3E2E6 are triadic colors.