COLOR #D2F4C6

HEX: #D2F4C6
RGB: (210,244,198)

Color info

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

RGB color model

#D2F4C6 color RGB value is (210,244,198).

  • red value is 210;
  • green value is 244;
  • blue value is 198.
RGB:
(210,244,198)
(82%,96%,78%)

RGB channels and saturation

R 210 of 255 = 82%
G 244 of 255 = 96%
B 198 of 255 = 78%

210
244
198

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

Portions of RGB colors in percentages

R + G + B =
210 + 244 + 198 = 652 (100%)
R 210 of 652 ~ 32.21%
G 244 of 652 ~ 37.42%
B 198 of 652 ~ 30.37%

%32.21
%37.42
%30.37

CMYK color model

#D2F4C6 color CMYK value is (14,0,19,4).

  • cyan value is 13.93%
  • magenta value is 0.00%
  • yellow value is 18.85%
  • key color value is 4.31%
CMYK:
(14,0,19,4)
C14M0Y19K4 
(14%,0%,19%,4%)
(0.14/0.00/0.19/0.04)	

CMYK percentages

%13.93
%0
%18.85
%4.31

Codes

Color #D2F4C6 in popluar color models

D2F4C6
RGB210244198
HSL104°67.65%86.67%
HSB/HSV104°18.85%95.69%
CMYK13.93%0.00%18.85%
4.31%

Color #D2F4C6 in popluar number systems.

HEXD2F4C6
Decimal210244198
Binary110100101111010011000110
Octal322364306

Shades and tints

Shades of #D2F4C6

#D2F4C6
(210,244,198)
#BFDEB4
(191,222,180)
#ACC8A2
(172,200,162)
#99B290
(153,178,144)
#869C7E
(134,156,126)
#73866C
(115,134,108)
#60705A
(96,112,90)
#4D5A48
(77,90,72)
#3A4436
(58,68,54)
#272E24
(39,46,36)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #D2F4C6

#D2F4C6
(210,244,198)
#D6F5CB
(214,245,203)
#DAF6D0
(218,246,208)
#DEF7D5
(222,247,213)
#E2F8DA
(226,248,218)
#E6F9DF
(230,249,223)
#EAFAE4
(234,250,228)
#EEFBE9
(238,251,233)
#F2FCEE
(242,252,238)
#F6FDF3
(246,253,243)
#FAFEF8
(250,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2F4C6 color. Also use rgb(210,244,198) instead hex code.

Text Font Color

.myTextColor { color: #D2F4C6; }

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

This text font color is #D2F4C6.


Background Color

.myBgColor { background-color: #D2F4C6; }

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

This div background color is #D2F4C6.


Border color

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

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

This div border color is #D2F4C6.


Opacity

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

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

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

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

This text has shadow with #D2F4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F4C6 on black background.


Color preview on white background

This text has color #D2F4C6 on white background.



Black color preview on #D2F4C6 background

This text has black color on #D2F4C6 background.


White color preview on #D2F4C6 background

This text has white color on #D2F4C6 background.