COLOR #D6E198

HEX: #D6E198
RGB: (214,225,152)

Color info

#D6E198 contains mainly red and green colors. Web safe color of #D6E198 is #CCCC99 (or #CC9).

RGB color model

#D6E198 color RGB value is (214,225,152).

  • red value is 214;
  • green value is 225;
  • blue value is 152.
RGB:
(214,225,152)
(84%,88%,60%)

RGB channels and saturation

R 214 of 255 = 84%
G 225 of 255 = 88%
B 152 of 255 = 60%

214
225
152

R + G + B ~ 77%. #D6E198 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 225 + 152 = 591 (100%)
R 214 of 591 ~ 36.21%
G 225 of 591 ~ 38.07%
B 152 of 591 ~ 25.72%

%36.21
%38.07
%25.72

CMYK color model

#D6E198 color CMYK value is (5,0,32,12).

  • cyan value is 4.89%
  • magenta value is 0.00%
  • yellow value is 32.44%
  • key color value is 11.76%
CMYK:
(5,0,32,12)
C5M0Y32K12 
(5%,0%,32%,12%)
(0.05/0.00/0.32/0.12)	

CMYK percentages

%4.89
%0
%32.44
%11.76

Codes

Color #D6E198 in popluar color models

D6E198
RGB214225152
HSL69°54.89%73.92%
HSB/HSV69°32.44%88.24%
CMYK4.89%0.00%32.44%
11.76%

Color #D6E198 in popluar number systems.

HEXD6E198
Decimal214225152
Binary110101101110000110011000
Octal326341230

Shades and tints

Shades of #D6E198

#D6E198
(214,225,152)
#C3CD8B
(195,205,139)
#B0B97E
(176,185,126)
#9DA571
(157,165,113)
#8A9164
(138,145,100)
#777D57
(119,125,87)
#64694A
(100,105,74)
#51553D
(81,85,61)
#3E4130
(62,65,48)
#2B2D23
(43,45,35)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #D6E198

#D6E198
(214,225,152)
#D9E3A1
(217,227,161)
#DCE5AA
(220,229,170)
#DFE7B3
(223,231,179)
#E2E9BC
(226,233,188)
#E5EBC5
(229,235,197)
#E8EDCE
(232,237,206)
#EBEFD7
(235,239,215)
#EEF1E0
(238,241,224)
#F1F3E9
(241,243,233)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E198 color. Also use rgb(214,225,152) instead hex code.

Text Font Color

.myTextColor { color: #D6E198; }

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

This text font color is #D6E198.


Background Color

.myBgColor { background-color: #D6E198; }

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

This div background color is #D6E198.


Border color

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

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

This div border color is #D6E198.


Opacity

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

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

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

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

This text has shadow with #D6E198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E198 on black background.


Color preview on white background

This text has color #D6E198 on white background.



Black color preview on #D6E198 background

This text has black color on #D6E198 background.


White color preview on #D6E198 background

This text has white color on #D6E198 background.