COLOR #D5FAC8

HEX: #D5FAC8
RGB: (213,250,200)

Color info

#D5FAC8 contains red, green and blue colors in about the same proportion. Web safe color of #D5FAC8 is #CCFFCC (or #CFC).

RGB color model

#D5FAC8 color RGB value is (213,250,200).

  • red value is 213;
  • green value is 250;
  • blue value is 200.
RGB:
(213,250,200)
(84%,98%,78%)

RGB channels and saturation

R 213 of 255 = 84%
G 250 of 255 = 98%
B 200 of 255 = 78%

213
250
200

R + G + B ~ 87%. #D5FAC8 is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 250 + 200 = 663 (100%)
R 213 of 663 ~ 32.13%
G 250 of 663 ~ 37.71%
B 200 of 663 ~ 30.17%

%32.13
%37.71
%30.17

CMYK color model

#D5FAC8 color CMYK value is (15,0,20,2).

  • cyan value is 14.80%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 1.96%
CMYK:
(15,0,20,2)
C15M0Y20K2 
(15%,0%,20%,2%)
(0.15/0.00/0.20/0.02)	

CMYK percentages

%14.8
%0
%20
%1.96

Codes

Color #D5FAC8 in popluar color models

D5FAC8
RGB213250200
HSL104°83.33%88.24%
HSB/HSV104°20.00%98.04%
CMYK14.80%0.00%20.00%
1.96%

Color #D5FAC8 in popluar number systems.

HEXD5FAC8
Decimal213250200
Binary110101011111101011001000
Octal325372310

Shades and tints

Shades of #D5FAC8

#D5FAC8
(213,250,200)
#C2E4B6
(194,228,182)
#AFCEA4
(175,206,164)
#9CB892
(156,184,146)
#89A280
(137,162,128)
#768C6E
(118,140,110)
#63765C
(99,118,92)
#50604A
(80,96,74)
#3D4A38
(61,74,56)
#2A3426
(42,52,38)
#171E14
(23,30,20)
#000000
(0,0,0)

Tints of #D5FAC8

#D5FAC8
(213,250,200)
#D8FACD
(216,250,205)
#DBFAD2
(219,250,210)
#DEFAD7
(222,250,215)
#E1FADC
(225,250,220)
#E4FAE1
(228,250,225)
#E7FAE6
(231,250,230)
#EAFAEB
(234,250,235)
#EDFAF0
(237,250,240)
#F0FAF5
(240,250,245)
#F3FAFA
(243,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5FAC8 color. Also use rgb(213,250,200) instead hex code.

Text Font Color

.myTextColor { color: #D5FAC8; }

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

This text font color is #D5FAC8.


Background Color

.myBgColor { background-color: #D5FAC8; }

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

This div background color is #D5FAC8.


Border color

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

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

This div border color is #D5FAC8.


Opacity

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

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

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

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

This text has shadow with #D5FAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5FAC8 on black background.


Color preview on white background

This text has color #D5FAC8 on white background.



Black color preview on #D5FAC8 background

This text has black color on #D5FAC8 background.


White color preview on #D5FAC8 background

This text has white color on #D5FAC8 background.