COLOR #D2E3FC

HEX: #D2E3FC RGB: (210,227,252)

Color info

#D2E3FC contains red, green and blue colors in about the same proportion. Web safe color of #D2E3FC is #CCCCFF (or #CCF).

RGB color model

#D2E3FC color RGB value is (210,227,252).

RGB: (210,227,252) (82%, 89%, 99%)

RGB channels and saturation

R 210 of 255 = 82%
G 227 of 255 = 89%
B 252 of 255 = 99%

210
227
252

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

Portions of RGB colors in percentages

R + G + B = 210 + 227 + 252 = 689 (100%)
R 210 of 689 ~ 30.48%
G 227 of 689 ~ 32.95%
B 252 of 689 ~ 36.57'%

%30.48
%32.95
%36.57

CMYK color model

#D2E3FC color CMYK value is (17,10,0,1).

  • cyan value is 16.67%
  • magenta value is 9.92%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (17,10,0,1)
C17M10Y0K1 (17%, 10%, 0%, 1%)
(0.17 / 0.10 / 0.00 / 0.01)

CMYK percentages

%16.67
%9.92
%0
%1.18

Codes

Color #D2E3FC in popluar color models

D2 E3 FC
RGB 210 227 252
HSL 216° 87.50% 90.59%
HSB/HSV 216° 16.67% 98.82%
CMYK 16.67% 9.92% 0.00%
1.18%

Color #D2E3FC in popluar number systems.

HEX D2 E3 FC
Decimal 210 227 252
Binary 11010010 11100011 11111100
Octal 322 343 374

Shades and tints

Shades of #D2E3FC

#D2E3FC
(210,227,252)
#BFCFE6
(191,207,230)
#ACBBD0
(172,187,208)
#99A7BA
(153,167,186)
#8693A4
(134,147,164)
#737F8E
(115,127,142)
#606B78
(96,107,120)
#4D5762
(77,87,98)
#3A434C
(58,67,76)
#272F36
(39,47,54)
#141B20
(20,27,32)
#000000
(0,0,0)

Tints of #D2E3FC

#D2E3FC
(210,227,252)
#D6E5FC
(214,229,252)
#DAE7FC
(218,231,252)
#DEE9FC
(222,233,252)
#E2EBFC
(226,235,252)
#E6EDFC
(230,237,252)
#EAEFFC
(234,239,252)
#EEF1FC
(238,241,252)
#F2F3FC
(242,243,252)
#F6F5FC
(246,245,252)
#FAF7FC
(250,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E3FC color. Also use rgb(210,227,252) instead hex code.

Text Font Color

.myTextColor { color: #D2E3FC; }

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

This text font color is #D2E3FC.

Background Color

.myBgColor { background-color: #D2E3FC; }

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

This div background color is #D2E3FC.

Border color

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

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

This div border color is #D2E3FC.

Opacity

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

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

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

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

This text has shadow with #D2E3FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E3FC.

Preview

Color preview on black background

This text has color #D2E3FC on black background.


Color preview on white background

This text has color #D2E3FC on white background.


Black color preview on #D2E3FC background

This text has black color on #D2E3FC background.


White color preview on #D2E3FC background

This text has white color on #D2E3FC background.


Related colors

Complementary color

Complementary color for #hex is #2D1C03.


I love getcolorcode.com

Triadic colors

1 #FCD2E3 and #E3FCD2 with #D2E3FC are triadic colors.

2 #FCE3D2 and #E3D2FC with #D2E3FC are triadic colors.