COLOR #C6DEBF

HEX: #C6DEBF RGB: (198,222,191)

Color info

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

RGB color model

#C6DEBF color RGB value is (198,222,191).

RGB: (198,222,191) (78%, 87%, 75%)

RGB channels and saturation

R 198 of 255 = 78%
G 222 of 255 = 87%
B 191 of 255 = 75%

198
222
191

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

Portions of RGB colors in percentages

R + G + B = 198 + 222 + 191 = 611 (100%)
R 198 of 611 ~ 32.41%
G 222 of 611 ~ 36.33%
B 191 of 611 ~ 31.26'%

%32.41
%36.33
%31.26

CMYK color model

#C6DEBF color CMYK value is (11,0,14,13).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 13.96%
  • key color value is 12.94%

CMYK: (11,0,14,13)
C11M0Y14K13 (11%, 0%, 14%, 13%)
(0.11 / 0.00 / 0.14 / 0.13)

CMYK percentages

%10.81
%0
%13.96
%12.94

Codes

Color #C6DEBF in popluar color models

C6 DE BF
RGB 198 222 191
HSL 106° 31.96% 80.98%
HSB/HSV 106° 13.96% 87.06%
CMYK 10.81% 0.00% 13.96%
12.94%

Color #C6DEBF in popluar number systems.

HEX C6 DE BF
Decimal 198 222 191
Binary 11000110 11011110 10111111
Octal 306 336 277

Shades and tints

Shades of #C6DEBF

#C6DEBF
(198,222,191)
#B4CAAE
(180,202,174)
#A2B69D
(162,182,157)
#90A28C
(144,162,140)
#7E8E7B
(126,142,123)
#6C7A6A
(108,122,106)
#5A6659
(90,102,89)
#485248
(72,82,72)
#363E37
(54,62,55)
#242A26
(36,42,38)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #C6DEBF

#C6DEBF
(198,222,191)
#CBE1C4
(203,225,196)
#D0E4C9
(208,228,201)
#D5E7CE
(213,231,206)
#DAEAD3
(218,234,211)
#DFEDD8
(223,237,216)
#E4F0DD
(228,240,221)
#E9F3E2
(233,243,226)
#EEF6E7
(238,246,231)
#F3F9EC
(243,249,236)
#F8FCF1
(248,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DEBF; }

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

This text font color is #C6DEBF.

Background Color

.myBgColor { background-color: #C6DEBF; }

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

This div background color is #C6DEBF.

Border color

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

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

This div border color is #C6DEBF.

Opacity

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

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

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

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

This text has shadow with #C6DEBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DEBF.

Preview

Color preview on black background

This text has color #C6DEBF on black background.


Color preview on white background

This text has color #C6DEBF on white background.


Black color preview on #C6DEBF background

This text has black color on #C6DEBF background.


White color preview on #C6DEBF background

This text has white color on #C6DEBF background.


Related colors

Complementary color

Complementary color for #hex is #392140.


I love getcolorcode.com

Triadic colors

1 #BFC6DE and #DEBFC6 with #C6DEBF are triadic colors.

2 #BFDEC6 and #DEC6BF with #C6DEBF are triadic colors.