COLOR #D0FAB4

HEX: #D0FAB4
RGB: (208,250,180)

Color info

#D0FAB4 contains mainly red and green colors. Web safe color of #D0FAB4 is #CCFFCC (or #CFC).

RGB color model

#D0FAB4 color RGB value is (208,250,180).

  • red value is 208;
  • green value is 250;
  • blue value is 180.
RGB:
(208,250,180)
(82%,98%,71%)

RGB channels and saturation

R 208 of 255 = 82%
G 250 of 255 = 98%
B 180 of 255 = 71%

208
250
180

R + G + B ~ 84%. #D0FAB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 250 + 180 = 638 (100%)
R 208 of 638 ~ 32.6%
G 250 of 638 ~ 39.18%
B 180 of 638 ~ 28.21%

%32.6
%39.18
%28.21

CMYK color model

#D0FAB4 color CMYK value is (17,0,28,2).

  • cyan value is 16.80%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 1.96%
CMYK:
(17,0,28,2)
C17M0Y28K2 
(17%,0%,28%,2%)
(0.17/0.00/0.28/0.02)	

CMYK percentages

%16.8
%0
%28
%1.96

Codes

Color #D0FAB4 in popluar color models

D0FAB4
RGB208250180
HSL96°87.50%84.31%
HSB/HSV96°28.00%98.04%
CMYK16.80%0.00%28.00%
1.96%

Color #D0FAB4 in popluar number systems.

HEXD0FAB4
Decimal208250180
Binary110100001111101010110100
Octal320372264

Shades and tints

Shades of #D0FAB4

#D0FAB4
(208,250,180)
#BEE4A4
(190,228,164)
#ACCE94
(172,206,148)
#9AB884
(154,184,132)
#88A274
(136,162,116)
#768C64
(118,140,100)
#647654
(100,118,84)
#526044
(82,96,68)
#404A34
(64,74,52)
#2E3424
(46,52,36)
#1C1E14
(28,30,20)
#000000
(0,0,0)

Tints of #D0FAB4

#D0FAB4
(208,250,180)
#D4FABA
(212,250,186)
#D8FAC0
(216,250,192)
#DCFAC6
(220,250,198)
#E0FACC
(224,250,204)
#E4FAD2
(228,250,210)
#E8FAD8
(232,250,216)
#ECFADE
(236,250,222)
#F0FAE4
(240,250,228)
#F4FAEA
(244,250,234)
#F8FAF0
(248,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0FAB4 color. Also use rgb(208,250,180) instead hex code.

Text Font Color

.myTextColor { color: #D0FAB4; }

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

This text font color is #D0FAB4.


Background Color

.myBgColor { background-color: #D0FAB4; }

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

This div background color is #D0FAB4.


Border color

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

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

This div border color is #D0FAB4.


Opacity

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

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

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

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

This text has shadow with #D0FAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0FAB4 on black background.


Color preview on white background

This text has color #D0FAB4 on white background.



Black color preview on #D0FAB4 background

This text has black color on #D0FAB4 background.


White color preview on #D0FAB4 background

This text has white color on #D0FAB4 background.