COLOR #C6DED1

HEX: #C6DED1
RGB: (198,222,209)

Color info

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

RGB color model

#C6DED1 color RGB value is (198,222,209).

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

RGB channels and saturation

R 198 of 255 = 78%
G 222 of 255 = 87%
B 209 of 255 = 82%

198
222
209

R + G + B ~ 82%. #C6DED1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 222 + 209 = 629 (100%)
R 198 of 629 ~ 31.48%
G 222 of 629 ~ 35.29%
B 209 of 629 ~ 33.23%

%31.48
%35.29
%33.23

CMYK color model

#C6DED1 color CMYK value is (11,0,6,13).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 5.86%
  • key color value is 12.94%
CMYK:
(11,0,6,13)
C11M0Y6K13 
(11%,0%,6%,13%)
(0.11/0.00/0.06/0.13)	

CMYK percentages

%10.81
%0
%5.86
%12.94

Codes

Color #C6DED1 in popluar color models

C6DED1
RGB198222209
HSL148°26.67%82.35%
HSB/HSV148°10.81%87.06%
CMYK10.81%0.00%5.86%
12.94%

Color #C6DED1 in popluar number systems.

HEXC6DED1
Decimal198222209
Binary110001101101111011010001
Octal306336321

Shades and tints

Shades of #C6DED1

#C6DED1
(198,222,209)
#B4CABE
(180,202,190)
#A2B6AB
(162,182,171)
#90A298
(144,162,152)
#7E8E85
(126,142,133)
#6C7A72
(108,122,114)
#5A665F
(90,102,95)
#48524C
(72,82,76)
#363E39
(54,62,57)
#242A26
(36,42,38)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #C6DED1

#C6DED1
(198,222,209)
#CBE1D5
(203,225,213)
#D0E4D9
(208,228,217)
#D5E7DD
(213,231,221)
#DAEAE1
(218,234,225)
#DFEDE5
(223,237,229)
#E4F0E9
(228,240,233)
#E9F3ED
(233,243,237)
#EEF6F1
(238,246,241)
#F3F9F5
(243,249,245)
#F8FCF9
(248,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DED1; }

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

This text font color is #C6DED1.


Background Color

.myBgColor { background-color: #C6DED1; }

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

This div background color is #C6DED1.


Border color

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

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

This div border color is #C6DED1.


Opacity

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

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

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

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

This text has shadow with #C6DED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DED1 on black background.


Color preview on white background

This text has color #C6DED1 on white background.



Black color preview on #C6DED1 background

This text has black color on #C6DED1 background.


White color preview on #C6DED1 background

This text has white color on #C6DED1 background.