COLOR #C6DEBC

HEX: #C6DEBC
RGB: (198,222,188)

Color info

#C6DEBC contains red, green and blue colors in about the same proportion. Web safe color of #C6DEBC is #CCCCCC (or #CCC).

RGB color model

#C6DEBC color RGB value is (198,222,188).

  • red value is 198;
  • green value is 222;
  • blue value is 188.
RGB:
(198,222,188)
(78%,87%,74%)

RGB channels and saturation

R 198 of 255 = 78%
G 222 of 255 = 87%
B 188 of 255 = 74%

198
222
188

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

Portions of RGB colors in percentages

R + G + B =
198 + 222 + 188 = 608 (100%)
R 198 of 608 ~ 32.57%
G 222 of 608 ~ 36.51%
B 188 of 608 ~ 30.92%

%32.57
%36.51
%30.92

CMYK color model

#C6DEBC color CMYK value is (11,0,15,13).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 15.32%
  • key color value is 12.94%
CMYK:
(11,0,15,13)
C11M0Y15K13 
(11%,0%,15%,13%)
(0.11/0.00/0.15/0.13)	

CMYK percentages

%10.81
%0
%15.32
%12.94

Codes

Color #C6DEBC in popluar color models

C6DEBC
RGB198222188
HSL102°34.00%80.39%
HSB/HSV102°15.32%87.06%
CMYK10.81%0.00%15.32%
12.94%

Color #C6DEBC in popluar number systems.

HEXC6DEBC
Decimal198222188
Binary110001101101111010111100
Octal306336274

Shades and tints

Shades of #C6DEBC

#C6DEBC
(198,222,188)
#B4CAAB
(180,202,171)
#A2B69A
(162,182,154)
#90A289
(144,162,137)
#7E8E78
(126,142,120)
#6C7A67
(108,122,103)
#5A6656
(90,102,86)
#485245
(72,82,69)
#363E34
(54,62,52)
#242A23
(36,42,35)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #C6DEBC

#C6DEBC
(198,222,188)
#CBE1C2
(203,225,194)
#D0E4C8
(208,228,200)
#D5E7CE
(213,231,206)
#DAEAD4
(218,234,212)
#DFEDDA
(223,237,218)
#E4F0E0
(228,240,224)
#E9F3E6
(233,243,230)
#EEF6EC
(238,246,236)
#F3F9F2
(243,249,242)
#F8FCF8
(248,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DEBC color. Also use rgb(198,222,188) instead hex code.

Text Font Color

.myTextColor { color: #C6DEBC; }

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

This text font color is #C6DEBC.


Background Color

.myBgColor { background-color: #C6DEBC; }

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

This div background color is #C6DEBC.


Border color

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

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

This div border color is #C6DEBC.


Opacity

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

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

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

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

This text has shadow with #C6DEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DEBC on black background.


Color preview on white background

This text has color #C6DEBC on white background.



Black color preview on #C6DEBC background

This text has black color on #C6DEBC background.


White color preview on #C6DEBC background

This text has white color on #C6DEBC background.