COLOR #D3FAB1

HEX: #D3FAB1
RGB: (211,250,177)

Color info

#D3FAB1 contains mainly red and green colors. Web safe color of #D3FAB1 is #CCFF99 (or #CF9).

RGB color model

#D3FAB1 color RGB value is (211,250,177).

  • red value is 211;
  • green value is 250;
  • blue value is 177.
RGB:
(211,250,177)
(83%,98%,69%)

RGB channels and saturation

R 211 of 255 = 83%
G 250 of 255 = 98%
B 177 of 255 = 69%

211
250
177

R + G + B ~ 83%. #D3FAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 250 + 177 = 638 (100%)
R 211 of 638 ~ 33.07%
G 250 of 638 ~ 39.18%
B 177 of 638 ~ 27.74%

%33.07
%39.18
%27.74

CMYK color model

#D3FAB1 color CMYK value is (16,0,29,2).

  • cyan value is 15.60%
  • magenta value is 0.00%
  • yellow value is 29.20%
  • key color value is 1.96%
CMYK:
(16,0,29,2)
C16M0Y29K2 
(16%,0%,29%,2%)
(0.16/0.00/0.29/0.02)	

CMYK percentages

%15.6
%0
%29.2
%1.96

Codes

Color #D3FAB1 in popluar color models

D3FAB1
RGB211250177
HSL92°87.95%83.73%
HSB/HSV92°29.20%98.04%
CMYK15.60%0.00%29.20%
1.96%

Color #D3FAB1 in popluar number systems.

HEXD3FAB1
Decimal211250177
Binary110100111111101010110001
Octal323372261

Shades and tints

Shades of #D3FAB1

#D3FAB1
(211,250,177)
#C0E4A1
(192,228,161)
#ADCE91
(173,206,145)
#9AB881
(154,184,129)
#87A271
(135,162,113)
#748C61
(116,140,97)
#617651
(97,118,81)
#4E6041
(78,96,65)
#3B4A31
(59,74,49)
#283421
(40,52,33)
#151E11
(21,30,17)
#000000
(0,0,0)

Tints of #D3FAB1

#D3FAB1
(211,250,177)
#D7FAB8
(215,250,184)
#DBFABF
(219,250,191)
#DFFAC6
(223,250,198)
#E3FACD
(227,250,205)
#E7FAD4
(231,250,212)
#EBFADB
(235,250,219)
#EFFAE2
(239,250,226)
#F3FAE9
(243,250,233)
#F7FAF0
(247,250,240)
#FBFAF7
(251,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3FAB1 color. Also use rgb(211,250,177) instead hex code.

Text Font Color

.myTextColor { color: #D3FAB1; }

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

This text font color is #D3FAB1.


Background Color

.myBgColor { background-color: #D3FAB1; }

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

This div background color is #D3FAB1.


Border color

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

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

This div border color is #D3FAB1.


Opacity

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

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

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

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

This text has shadow with #D3FAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3FAB1 on black background.


Color preview on white background

This text has color #D3FAB1 on white background.



Black color preview on #D3FAB1 background

This text has black color on #D3FAB1 background.


White color preview on #D3FAB1 background

This text has white color on #D3FAB1 background.