COLOR #D6FBCB

HEX: #D6FBCB
RGB: (214,251,203)

Color info

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

RGB color model

#D6FBCB color RGB value is (214,251,203).

  • red value is 214;
  • green value is 251;
  • blue value is 203.
RGB:
(214,251,203)
(84%,98%,80%)

RGB channels and saturation

R 214 of 255 = 84%
G 251 of 255 = 98%
B 203 of 255 = 80%

214
251
203

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

Portions of RGB colors in percentages

R + G + B =
214 + 251 + 203 = 668 (100%)
R 214 of 668 ~ 32.04%
G 251 of 668 ~ 37.57%
B 203 of 668 ~ 30.39%

%32.04
%37.57
%30.39

CMYK color model

#D6FBCB color CMYK value is (15,0,19,2).

  • cyan value is 14.74%
  • magenta value is 0.00%
  • yellow value is 19.12%
  • key color value is 1.57%
CMYK:
(15,0,19,2)
C15M0Y19K2 
(15%,0%,19%,2%)
(0.15/0.00/0.19/0.02)	

CMYK percentages

%14.74
%0
%19.12
%1.57

Codes

Color #D6FBCB in popluar color models

D6FBCB
RGB214251203
HSL106°85.71%89.02%
HSB/HSV106°19.12%98.43%
CMYK14.74%0.00%19.12%
1.57%

Color #D6FBCB in popluar number systems.

HEXD6FBCB
Decimal214251203
Binary110101101111101111001011
Octal326373313

Shades and tints

Shades of #D6FBCB

#D6FBCB
(214,251,203)
#C3E5B9
(195,229,185)
#B0CFA7
(176,207,167)
#9DB995
(157,185,149)
#8AA383
(138,163,131)
#778D71
(119,141,113)
#64775F
(100,119,95)
#51614D
(81,97,77)
#3E4B3B
(62,75,59)
#2B3529
(43,53,41)
#181F17
(24,31,23)
#000000
(0,0,0)

Tints of #D6FBCB

#D6FBCB
(214,251,203)
#D9FBCF
(217,251,207)
#DCFBD3
(220,251,211)
#DFFBD7
(223,251,215)
#E2FBDB
(226,251,219)
#E5FBDF
(229,251,223)
#E8FBE3
(232,251,227)
#EBFBE7
(235,251,231)
#EEFBEB
(238,251,235)
#F1FBEF
(241,251,239)
#F4FBF3
(244,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6FBCB color. Also use rgb(214,251,203) instead hex code.

Text Font Color

.myTextColor { color: #D6FBCB; }

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

This text font color is #D6FBCB.


Background Color

.myBgColor { background-color: #D6FBCB; }

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

This div background color is #D6FBCB.


Border color

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

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

This div border color is #D6FBCB.


Opacity

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

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

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

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

This text has shadow with #D6FBCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6FBCB on black background.


Color preview on white background

This text has color #D6FBCB on white background.



Black color preview on #D6FBCB background

This text has black color on #D6FBCB background.


White color preview on #D6FBCB background

This text has white color on #D6FBCB background.