COLOR #D0F19B

HEX: #D0F19B
RGB: (208,241,155)

Color info

#D0F19B contains mainly red and green colors. Web safe color of #D0F19B is #CCFF99 (or #CF9).

RGB color model

#D0F19B color RGB value is (208,241,155).

  • red value is 208;
  • green value is 241;
  • blue value is 155.
RGB:
(208,241,155)
(82%,95%,61%)

RGB channels and saturation

R 208 of 255 = 82%
G 241 of 255 = 95%
B 155 of 255 = 61%

208
241
155

R + G + B ~ 79%. #D0F19B is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 241 + 155 = 604 (100%)
R 208 of 604 ~ 34.44%
G 241 of 604 ~ 39.9%
B 155 of 604 ~ 25.66%

%34.44
%39.9
%25.66

CMYK color model

#D0F19B color CMYK value is (14,0,36,5).

  • cyan value is 13.69%
  • magenta value is 0.00%
  • yellow value is 35.68%
  • key color value is 5.49%
CMYK:
(14,0,36,5)
C14M0Y36K5 
(14%,0%,36%,5%)
(0.14/0.00/0.36/0.05)	

CMYK percentages

%13.69
%0
%35.68
%5.49

Codes

Color #D0F19B in popluar color models

D0F19B
RGB208241155
HSL83°75.44%77.65%
HSB/HSV83°35.68%94.51%
CMYK13.69%0.00%35.68%
5.49%

Color #D0F19B in popluar number systems.

HEXD0F19B
Decimal208241155
Binary110100001111000110011011
Octal320361233

Shades and tints

Shades of #D0F19B

#D0F19B
(208,241,155)
#BEDC8D
(190,220,141)
#ACC77F
(172,199,127)
#9AB271
(154,178,113)
#889D63
(136,157,99)
#768855
(118,136,85)
#647347
(100,115,71)
#525E39
(82,94,57)
#40492B
(64,73,43)
#2E341D
(46,52,29)
#1C1F0F
(28,31,15)
#000000
(0,0,0)

Tints of #D0F19B

#D0F19B
(208,241,155)
#D4F2A4
(212,242,164)
#D8F3AD
(216,243,173)
#DCF4B6
(220,244,182)
#E0F5BF
(224,245,191)
#E4F6C8
(228,246,200)
#E8F7D1
(232,247,209)
#ECF8DA
(236,248,218)
#F0F9E3
(240,249,227)
#F4FAEC
(244,250,236)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0F19B color. Also use rgb(208,241,155) instead hex code.

Text Font Color

.myTextColor { color: #D0F19B; }

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

This text font color is #D0F19B.


Background Color

.myBgColor { background-color: #D0F19B; }

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

This div background color is #D0F19B.


Border color

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

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

This div border color is #D0F19B.


Opacity

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

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

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

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

This text has shadow with #D0F19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F19B on black background.


Color preview on white background

This text has color #D0F19B on white background.



Black color preview on #D0F19B background

This text has black color on #D0F19B background.


White color preview on #D0F19B background

This text has white color on #D0F19B background.