COLOR #D2F9FC

HEX: #D2F9FC RGB: (210,249,252)

Color info

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

RGB color model

#D2F9FC color RGB value is (210,249,252).

RGB: (210,249,252) (82%, 98%, 99%)

RGB channels and saturation

R 210 of 255 = 82%
G 249 of 255 = 98%
B 252 of 255 = 99%

210
249
252

R + G + B ~ 93%. #D2F9FC is light color.

Portions of RGB colors in percentages

R + G + B = 210 + 249 + 252 = 711 (100%)
R 210 of 711 ~ 29.54%
G 249 of 711 ~ 35.02%
B 252 of 711 ~ 35.44'%

%29.54
%35.02
%35.44

CMYK color model

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

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

CMYK: (17,1,0,1)
C17M1Y0K1 (17%, 1%, 0%, 1%)
(0.17 / 0.01 / 0.00 / 0.01)

CMYK percentages

%16.67
%1.19
%0
%1.18

Codes

Color #D2F9FC in popluar color models

D2 F9 FC
RGB 210 249 252
HSL 184° 87.50% 90.59%
HSB/HSV 184° 16.67% 98.82%
CMYK 16.67% 1.19% 0.00%
1.18%

Color #D2F9FC in popluar number systems.

HEX D2 F9 FC
Decimal 210 249 252
Binary 11010010 11111001 11111100
Octal 322 371 374

Shades and tints

Shades of #D2F9FC

#D2F9FC
(210,249,252)
#BFE3E6
(191,227,230)
#ACCDD0
(172,205,208)
#99B7BA
(153,183,186)
#86A1A4
(134,161,164)
#738B8E
(115,139,142)
#607578
(96,117,120)
#4D5F62
(77,95,98)
#3A494C
(58,73,76)
#273336
(39,51,54)
#141D20
(20,29,32)
#000000
(0,0,0)

Tints of #D2F9FC

#D2F9FC
(210,249,252)
#D6F9FC
(214,249,252)
#DAF9FC
(218,249,252)
#DEF9FC
(222,249,252)
#E2F9FC
(226,249,252)
#E6F9FC
(230,249,252)
#EAF9FC
(234,249,252)
#EEF9FC
(238,249,252)
#F2F9FC
(242,249,252)
#F6F9FC
(246,249,252)
#FAF9FC
(250,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2F9FC; }

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

This text font color is #D2F9FC.

Background Color

.myBgColor { background-color: #D2F9FC; }

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

This div background color is #D2F9FC.

Border color

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

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

This div border color is #D2F9FC.

Opacity

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

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

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

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

This text has shadow with #D2F9FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2F9FC.

Preview

Color preview on black background

This text has color #D2F9FC on black background.


Color preview on white background

This text has color #D2F9FC on white background.


Black color preview on #D2F9FC background

This text has black color on #D2F9FC background.


White color preview on #D2F9FC background

This text has white color on #D2F9FC background.


Related colors

Complementary color

Complementary color for #hex is #2D0603.


I love getcolorcode.com

Triadic colors

1 #FCD2F9 and #F9FCD2 with #D2F9FC are triadic colors.

2 #FCF9D2 and #F9D2FC with #D2F9FC are triadic colors.