COLOR #D4FAF8

HEX: #D4FAF8 RGB: (212,250,248)

Color info

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

RGB color model

#D4FAF8 color RGB value is (212,250,248).

RGB: (212,250,248) (83%, 98%, 97%)

RGB channels and saturation

R 212 of 255 = 83%
G 250 of 255 = 98%
B 248 of 255 = 97%

212
250
248

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

Portions of RGB colors in percentages

R + G + B = 212 + 250 + 248 = 710 (100%)
R 212 of 710 ~ 29.86%
G 250 of 710 ~ 35.21%
B 248 of 710 ~ 34.93'%

%29.86
%35.21
%34.93

CMYK color model

#D4FAF8 color CMYK value is (15,0,1,2).

  • cyan value is 15.20%
  • magenta value is 0.00%
  • yellow value is 0.80%
  • key color value is 1.96%

CMYK: (15,0,1,2)
C15M0Y1K2 (15%, 0%, 1%, 2%)
(0.15 / 0.00 / 0.01 / 0.02)

CMYK percentages

%15.2
%0
%0.8
%1.96

Codes

Color #D4FAF8 in popluar color models

D4 FA F8
RGB 212 250 248
HSL 177° 79.17% 90.59%
HSB/HSV 177° 15.20% 98.04%
CMYK 15.20% 0.00% 0.80%
1.96%

Color #D4FAF8 in popluar number systems.

HEX D4 FA F8
Decimal 212 250 248
Binary 11010100 11111010 11111000
Octal 324 372 370

Shades and tints

Shades of #D4FAF8

#D4FAF8
(212,250,248)
#C1E4E2
(193,228,226)
#AECECC
(174,206,204)
#9BB8B6
(155,184,182)
#88A2A0
(136,162,160)
#758C8A
(117,140,138)
#627674
(98,118,116)
#4F605E
(79,96,94)
#3C4A48
(60,74,72)
#293432
(41,52,50)
#161E1C
(22,30,28)
#000000
(0,0,0)

Tints of #D4FAF8

#D4FAF8
(212,250,248)
#D7FAF8
(215,250,248)
#DAFAF8
(218,250,248)
#DDFAF8
(221,250,248)
#E0FAF8
(224,250,248)
#E3FAF8
(227,250,248)
#E6FAF8
(230,250,248)
#E9FAF8
(233,250,248)
#ECFAF8
(236,250,248)
#EFFAF8
(239,250,248)
#F2FAF8
(242,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4FAF8 color. Also use rgb(212,250,248) instead hex code.

Text Font Color

.myTextColor { color: #D4FAF8; }

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

This text font color is #D4FAF8.

Background Color

.myBgColor { background-color: #D4FAF8; }

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

This div background color is #D4FAF8.

Border color

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

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

This div border color is #D4FAF8.

Opacity

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

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

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

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

This text has shadow with #D4FAF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4FAF8.

Preview

Color preview on black background

This text has color #D4FAF8 on black background.


Color preview on white background

This text has color #D4FAF8 on white background.


Black color preview on #D4FAF8 background

This text has black color on #D4FAF8 background.


White color preview on #D4FAF8 background

This text has white color on #D4FAF8 background.


Related colors

Complementary color

Complementary color for #hex is #2B0507.


I love getcolorcode.com

Triadic colors

1 #F8D4FA and #FAF8D4 with #D4FAF8 are triadic colors.

2 #F8FAD4 and #FAD4F8 with #D4FAF8 are triadic colors.