COLOR #D5FCF3

HEX: #D5FCF3 RGB: (213,252,243)

Color info

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

RGB color model

#D5FCF3 color RGB value is (213,252,243).

RGB: (213,252,243) (84%, 99%, 95%)

RGB channels and saturation

R 213 of 255 = 84%
G 252 of 255 = 99%
B 243 of 255 = 95%

213
252
243

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

Portions of RGB colors in percentages

R + G + B = 213 + 252 + 243 = 708 (100%)
R 213 of 708 ~ 30.08%
G 252 of 708 ~ 35.59%
B 243 of 708 ~ 34.32'%

%30.08
%35.59
%34.32

CMYK color model

#D5FCF3 color CMYK value is (15,0,4,1).

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 1.18%
CMYK: (15,0,4,1) C15M0Y4K1 (15%,0%,4%,1%) (0.15/0.00/0.04/0.01) 

CMYK percentages

%15.48
%0
%3.57
%1.18

Codes

Color #D5FCF3 in popluar color models

D5 FC F3
RGB 213 252 243
HSL 166° 86.67% 91.18%
HSB/HSV 166° 15.48% 98.82%
CMYK 15.48% 0.00% 3.57%
1.18%

Color #D5FCF3 in popluar number systems.

HEX D5 FC F3
Decimal 213 252 243
Binary 11010101 11111100 11110011
Octal 325 374 363

Shades and tints

Shades of #D5FCF3

#D5FCF3
(213,252,243)
#C2E6DD
(194,230,221)
#AFD0C7
(175,208,199)
#9CBAB1
(156,186,177)
#89A49B
(137,164,155)
#768E85
(118,142,133)
#63786F
(99,120,111)
#506259
(80,98,89)
#3D4C43
(61,76,67)
#2A362D
(42,54,45)
#172017
(23,32,23)
#000000
(0,0,0)

Tints of #D5FCF3

#D5FCF3
(213,252,243)
#D8FCF4
(216,252,244)
#DBFCF5
(219,252,245)
#DEFCF6
(222,252,246)
#E1FCF7
(225,252,247)
#E4FCF8
(228,252,248)
#E7FCF9
(231,252,249)
#EAFCFA
(234,252,250)
#EDFCFB
(237,252,251)
#F0FCFC
(240,252,252)
#F3FCFD
(243,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5FCF3 color. Also use rgb(213,252,243) instead hex code.

Text Font Color

.myTextColor { color: #D5FCF3; }

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

This text font color is #D5FCF3.

Background Color

.myBgColor { background-color: #D5FCF3; }

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

This div background color is #D5FCF3.

Border color

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

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

This div border color is #D5FCF3.

Opacity

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

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

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

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

This text has shadow with #D5FCF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5FCF3.

Preview

Color preview on black background

This text has color #D5FCF3 on black background.


Color preview on white background

This text has color #D5FCF3 on white background.


Black color preview on #D5FCF3 background

This text has black color on #D5FCF3 background.


White color preview on #D5FCF3 background

This text has white color on #D5FCF3 background.


Related colors

Complementary color

Complementary color for #hex is #2A030C.


I love getcolorcode.com

Triadic colors

1 #F3D5FC and #FCF3D5 with #D5FCF3 are triadic colors.

2 #F3FCD5 and #FCD5F3 with #D5FCF3 are triadic colors.