COLOR #D5FFC2

HEX: #D5FFC2
RGB: (213,255,194)

Color info

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

RGB color model

#D5FFC2 color RGB value is (213,255,194).

  • red value is 213;
  • green value is 255;
  • blue value is 194.
RGB:
(213,255,194)
(84%,100%,76%)

RGB channels and saturation

R 213 of 255 = 84%
G 255 of 255 = 100%
B 194 of 255 = 76%

213
255
194

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

Portions of RGB colors in percentages

R + G + B =
213 + 255 + 194 = 662 (100%)
R 213 of 662 ~ 32.18%
G 255 of 662 ~ 38.52%
B 194 of 662 ~ 29.31%

%32.18
%38.52
%29.31

CMYK color model

#D5FFC2 color CMYK value is (16,0,24,0).

  • cyan value is 16.47%
  • magenta value is 0.00%
  • yellow value is 23.92%
  • key color value is 0.00%
CMYK:
(16,0,24,0)
C16M0Y24K0 
(16%,0%,24%,0%)
(0.16/0.00/0.24/0.00)	

CMYK percentages

%16.47
%0
%23.92
%0

Codes

Color #D5FFC2 in popluar color models

D5FFC2
RGB213255194
HSL101°100.00%88.04%
HSB/HSV101°23.92%100.00%
CMYK16.47%0.00%23.92%
0.00%

Color #D5FFC2 in popluar number systems.

HEXD5FFC2
Decimal213255194
Binary110101011111111111000010
Octal325377302

Shades and tints

Shades of #D5FFC2

#D5FFC2
(213,255,194)
#C2E8B1
(194,232,177)
#AFD1A0
(175,209,160)
#9CBA8F
(156,186,143)
#89A37E
(137,163,126)
#768C6D
(118,140,109)
#63755C
(99,117,92)
#505E4B
(80,94,75)
#3D473A
(61,71,58)
#2A3029
(42,48,41)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #D5FFC2

#D5FFC2
(213,255,194)
#D8FFC7
(216,255,199)
#DBFFCC
(219,255,204)
#DEFFD1
(222,255,209)
#E1FFD6
(225,255,214)
#E4FFDB
(228,255,219)
#E7FFE0
(231,255,224)
#EAFFE5
(234,255,229)
#EDFFEA
(237,255,234)
#F0FFEF
(240,255,239)
#F3FFF4
(243,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5FFC2 color. Also use rgb(213,255,194) instead hex code.

Text Font Color

.myTextColor { color: #D5FFC2; }

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

This text font color is #D5FFC2.


Background Color

.myBgColor { background-color: #D5FFC2; }

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

This div background color is #D5FFC2.


Border color

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

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

This div border color is #D5FFC2.


Opacity

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

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

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

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

This text has shadow with #D5FFC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5FFC2 on black background.


Color preview on white background

This text has color #D5FFC2 on white background.



Black color preview on #D5FFC2 background

This text has black color on #D5FFC2 background.


White color preview on #D5FFC2 background

This text has white color on #D5FFC2 background.