COLOR #D3F19B

HEX: #D3F19B RGB: (211,241,155)

Color info

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

RGB color model

#D3F19B color RGB value is (211,241,155).

RGB: (211,241,155) (83%, 95%, 61%)

RGB channels and saturation

R 211 of 255 = 83%
G 241 of 255 = 95%
B 155 of 255 = 61%

211
241
155

R + G + B ~ 80%. #D3F19B is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 241 + 155 = 607 (100%)
R 211 of 607 ~ 34.76%
G 241 of 607 ~ 39.7%
B 155 of 607 ~ 25.54'%

%34.76
%39.7
%25.54

CMYK color model

#D3F19B color CMYK value is (12,0,36,5).

  • cyan value is 12.45%
  • magenta value is 0.00%
  • yellow value is 35.68%
  • key color value is 5.49%

CMYK: (12,0,36,5)
C12M0Y36K5 (12%, 0%, 36%, 5%)
(0.12 / 0.00 / 0.36 / 0.05)

CMYK percentages

%12.45
%0
%35.68
%5.49

Codes

Color #D3F19B in popluar color models

D3 F1 9B
RGB 211 241 155
HSL 81° 75.44% 77.65%
HSB/HSV 81° 35.68% 94.51%
CMYK 12.45% 0.00% 35.68%
5.49%

Color #D3F19B in popluar number systems.

HEX D3 F1 9B
Decimal 211 241 155
Binary 11010011 11110001 10011011
Octal 323 361 233

Shades and tints

Shades of #D3F19B

#D3F19B
(211,241,155)
#C0DC8D
(192,220,141)
#ADC77F
(173,199,127)
#9AB271
(154,178,113)
#879D63
(135,157,99)
#748855
(116,136,85)
#617347
(97,115,71)
#4E5E39
(78,94,57)
#3B492B
(59,73,43)
#28341D
(40,52,29)
#151F0F
(21,31,15)
#000000
(0,0,0)

Tints of #D3F19B

#D3F19B
(211,241,155)
#D7F2A4
(215,242,164)
#DBF3AD
(219,243,173)
#DFF4B6
(223,244,182)
#E3F5BF
(227,245,191)
#E7F6C8
(231,246,200)
#EBF7D1
(235,247,209)
#EFF8DA
(239,248,218)
#F3F9E3
(243,249,227)
#F7FAEC
(247,250,236)
#FBFBF5
(251,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3F19B; }

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

This text font color is #D3F19B.

Background Color

.myBgColor { background-color: #D3F19B; }

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

This div background color is #D3F19B.

Border color

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

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

This div border color is #D3F19B.

Opacity

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

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

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

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

This text has shadow with #D3F19B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3F19B.

Preview

Color preview on black background

This text has color #D3F19B on black background.


Color preview on white background

This text has color #D3F19B on white background.


Black color preview on #D3F19B background

This text has black color on #D3F19B background.


White color preview on #D3F19B background

This text has white color on #D3F19B background.


Related colors

Complementary color

Complementary color for #hex is #2C0E64.


I love getcolorcode.com

Triadic colors

1 #9BD3F1 and #F19BD3 with #D3F19B are triadic colors.

2 #9BF1D3 and #F1D39B with #D3F19B are triadic colors.