COLOR #D7FAEB

HEX: #D7FAEB
RGB: (215,250,235)

Color info

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

RGB color model

#D7FAEB color RGB value is (215,250,235).

  • red value is 215;
  • green value is 250;
  • blue value is 235.
RGB:
(215,250,235)
(84%,98%,92%)

RGB channels and saturation

R 215 of 255 = 84%
G 250 of 255 = 98%
B 235 of 255 = 92%

215
250
235

R + G + B ~ 91%. #D7FAEB is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 250 + 235 = 700 (100%)
R 215 of 700 ~ 30.71%
G 250 of 700 ~ 35.71%
B 235 of 700 ~ 33.57%

%30.71
%35.71
%33.57

CMYK color model

#D7FAEB color CMYK value is (14,0,6,2).

  • cyan value is 14.00%
  • magenta value is 0.00%
  • yellow value is 6.00%
  • key color value is 1.96%
CMYK:
(14,0,6,2)
C14M0Y6K2 
(14%,0%,6%,2%)
(0.14/0.00/0.06/0.02)	

CMYK percentages

%14
%0
%6
%1.96

Codes

Color #D7FAEB in popluar color models

D7FAEB
RGB215250235
HSL154°77.78%91.18%
HSB/HSV154°14.00%98.04%
CMYK14.00%0.00%6.00%
1.96%

Color #D7FAEB in popluar number systems.

HEXD7FAEB
Decimal215250235
Binary110101111111101011101011
Octal327372353

Shades and tints

Shades of #D7FAEB

#D7FAEB
(215,250,235)
#C4E4D6
(196,228,214)
#B1CEC1
(177,206,193)
#9EB8AC
(158,184,172)
#8BA297
(139,162,151)
#788C82
(120,140,130)
#65766D
(101,118,109)
#526058
(82,96,88)
#3F4A43
(63,74,67)
#2C342E
(44,52,46)
#191E19
(25,30,25)
#000000
(0,0,0)

Tints of #D7FAEB

#D7FAEB
(215,250,235)
#DAFAEC
(218,250,236)
#DDFAED
(221,250,237)
#E0FAEE
(224,250,238)
#E3FAEF
(227,250,239)
#E6FAF0
(230,250,240)
#E9FAF1
(233,250,241)
#ECFAF2
(236,250,242)
#EFFAF3
(239,250,243)
#F2FAF4
(242,250,244)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7FAEB color. Also use rgb(215,250,235) instead hex code.

Text Font Color

.myTextColor { color: #D7FAEB; }

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

This text font color is #D7FAEB.


Background Color

.myBgColor { background-color: #D7FAEB; }

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

This div background color is #D7FAEB.


Border color

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

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

This div border color is #D7FAEB.


Opacity

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

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

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

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

This text has shadow with #D7FAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7FAEB on black background.


Color preview on white background

This text has color #D7FAEB on white background.



Black color preview on #D7FAEB background

This text has black color on #D7FAEB background.


White color preview on #D7FAEB background

This text has white color on #D7FAEB background.