COLOR #D1F9CB

HEX: #D1F9CB
RGB: (209,249,203)

Color info

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

RGB color model

#D1F9CB color RGB value is (209,249,203).

  • red value is 209;
  • green value is 249;
  • blue value is 203.
RGB:
(209,249,203)
(82%,98%,80%)

RGB channels and saturation

R 209 of 255 = 82%
G 249 of 255 = 98%
B 203 of 255 = 80%

209
249
203

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

Portions of RGB colors in percentages

R + G + B =
209 + 249 + 203 = 661 (100%)
R 209 of 661 ~ 31.62%
G 249 of 661 ~ 37.67%
B 203 of 661 ~ 30.71%

%31.62
%37.67
%30.71

CMYK color model

#D1F9CB color CMYK value is (16,0,18,2).

  • cyan value is 16.06%
  • magenta value is 0.00%
  • yellow value is 18.47%
  • key color value is 2.35%
CMYK:
(16,0,18,2)
C16M0Y18K2 
(16%,0%,18%,2%)
(0.16/0.00/0.18/0.02)	

CMYK percentages

%16.06
%0
%18.47
%2.35

Codes

Color #D1F9CB in popluar color models

D1F9CB
RGB209249203
HSL112°79.31%88.63%
HSB/HSV112°18.47%97.65%
CMYK16.06%0.00%18.47%
2.35%

Color #D1F9CB in popluar number systems.

HEXD1F9CB
Decimal209249203
Binary110100011111100111001011
Octal321371313

Shades and tints

Shades of #D1F9CB

#D1F9CB
(209,249,203)
#BEE3B9
(190,227,185)
#ABCDA7
(171,205,167)
#98B795
(152,183,149)
#85A183
(133,161,131)
#728B71
(114,139,113)
#5F755F
(95,117,95)
#4C5F4D
(76,95,77)
#39493B
(57,73,59)
#263329
(38,51,41)
#131D17
(19,29,23)
#000000
(0,0,0)

Tints of #D1F9CB

#D1F9CB
(209,249,203)
#D5F9CF
(213,249,207)
#D9F9D3
(217,249,211)
#DDF9D7
(221,249,215)
#E1F9DB
(225,249,219)
#E5F9DF
(229,249,223)
#E9F9E3
(233,249,227)
#EDF9E7
(237,249,231)
#F1F9EB
(241,249,235)
#F5F9EF
(245,249,239)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1F9CB color. Also use rgb(209,249,203) instead hex code.

Text Font Color

.myTextColor { color: #D1F9CB; }

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

This text font color is #D1F9CB.


Background Color

.myBgColor { background-color: #D1F9CB; }

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

This div background color is #D1F9CB.


Border color

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

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

This div border color is #D1F9CB.


Opacity

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

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

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

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

This text has shadow with #D1F9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F9CB on black background.


Color preview on white background

This text has color #D1F9CB on white background.



Black color preview on #D1F9CB background

This text has black color on #D1F9CB background.


White color preview on #D1F9CB background

This text has white color on #D1F9CB background.