COLOR #D0F4C5

HEX: #D0F4C5
RGB: (208,244,197)

Color info

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

RGB color model

#D0F4C5 color RGB value is (208,244,197).

  • red value is 208;
  • green value is 244;
  • blue value is 197.
RGB:
(208,244,197)
(82%,96%,77%)

RGB channels and saturation

R 208 of 255 = 82%
G 244 of 255 = 96%
B 197 of 255 = 77%

208
244
197

R + G + B ~ 85%. #D0F4C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 244 + 197 = 649 (100%)
R 208 of 649 ~ 32.05%
G 244 of 649 ~ 37.6%
B 197 of 649 ~ 30.35%

%32.05
%37.6
%30.35

CMYK color model

#D0F4C5 color CMYK value is (15,0,19,4).

  • cyan value is 14.75%
  • magenta value is 0.00%
  • yellow value is 19.26%
  • key color value is 4.31%
CMYK:
(15,0,19,4)
C15M0Y19K4 
(15%,0%,19%,4%)
(0.15/0.00/0.19/0.04)	

CMYK percentages

%14.75
%0
%19.26
%4.31

Codes

Color #D0F4C5 in popluar color models

D0F4C5
RGB208244197
HSL106°68.12%86.47%
HSB/HSV106°19.26%95.69%
CMYK14.75%0.00%19.26%
4.31%

Color #D0F4C5 in popluar number systems.

HEXD0F4C5
Decimal208244197
Binary110100001111010011000101
Octal320364305

Shades and tints

Shades of #D0F4C5

#D0F4C5
(208,244,197)
#BEDEB4
(190,222,180)
#ACC8A3
(172,200,163)
#9AB292
(154,178,146)
#889C81
(136,156,129)
#768670
(118,134,112)
#64705F
(100,112,95)
#525A4E
(82,90,78)
#40443D
(64,68,61)
#2E2E2C
(46,46,44)
#1C181B
(28,24,27)
#000000
(0,0,0)

Tints of #D0F4C5

#D0F4C5
(208,244,197)
#D4F5CA
(212,245,202)
#D8F6CF
(216,246,207)
#DCF7D4
(220,247,212)
#E0F8D9
(224,248,217)
#E4F9DE
(228,249,222)
#E8FAE3
(232,250,227)
#ECFBE8
(236,251,232)
#F0FCED
(240,252,237)
#F4FDF2
(244,253,242)
#F8FEF7
(248,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0F4C5 color. Also use rgb(208,244,197) instead hex code.

Text Font Color

.myTextColor { color: #D0F4C5; }

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

This text font color is #D0F4C5.


Background Color

.myBgColor { background-color: #D0F4C5; }

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

This div background color is #D0F4C5.


Border color

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

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

This div border color is #D0F4C5.


Opacity

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

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

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

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

This text has shadow with #D0F4C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F4C5 on black background.


Color preview on white background

This text has color #D0F4C5 on white background.



Black color preview on #D0F4C5 background

This text has black color on #D0F4C5 background.


White color preview on #D0F4C5 background

This text has white color on #D0F4C5 background.