COLOR #C6DEB9

HEX: #C6DEB9
RGB: (198,222,185)

Color info

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

RGB color model

#C6DEB9 color RGB value is (198,222,185).

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

RGB channels and saturation

R 198 of 255 = 78%
G 222 of 255 = 87%
B 185 of 255 = 73%

198
222
185

R + G + B ~ 79%. #C6DEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 222 + 185 = 605 (100%)
R 198 of 605 ~ 32.73%
G 222 of 605 ~ 36.69%
B 185 of 605 ~ 30.58%

%32.73
%36.69
%30.58

CMYK color model

#C6DEB9 color CMYK value is (11,0,17,13).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 12.94%
CMYK:
(11,0,17,13)
C11M0Y17K13 
(11%,0%,17%,13%)
(0.11/0.00/0.17/0.13)	

CMYK percentages

%10.81
%0
%16.67
%12.94

Codes

Color #C6DEB9 in popluar color models

C6DEB9
RGB198222185
HSL99°35.92%79.80%
HSB/HSV99°16.67%87.06%
CMYK10.81%0.00%16.67%
12.94%

Color #C6DEB9 in popluar number systems.

HEXC6DEB9
Decimal198222185
Binary110001101101111010111001
Octal306336271

Shades and tints

Shades of #C6DEB9

#C6DEB9
(198,222,185)
#B4CAA9
(180,202,169)
#A2B699
(162,182,153)
#90A289
(144,162,137)
#7E8E79
(126,142,121)
#6C7A69
(108,122,105)
#5A6659
(90,102,89)
#485249
(72,82,73)
#363E39
(54,62,57)
#242A29
(36,42,41)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #C6DEB9

#C6DEB9
(198,222,185)
#CBE1BF
(203,225,191)
#D0E4C5
(208,228,197)
#D5E7CB
(213,231,203)
#DAEAD1
(218,234,209)
#DFEDD7
(223,237,215)
#E4F0DD
(228,240,221)
#E9F3E3
(233,243,227)
#EEF6E9
(238,246,233)
#F3F9EF
(243,249,239)
#F8FCF5
(248,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DEB9; }

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

This text font color is #C6DEB9.


Background Color

.myBgColor { background-color: #C6DEB9; }

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

This div background color is #C6DEB9.


Border color

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

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

This div border color is #C6DEB9.


Opacity

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

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

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

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

This text has shadow with #C6DEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DEB9 on black background.


Color preview on white background

This text has color #C6DEB9 on white background.



Black color preview on #C6DEB9 background

This text has black color on #C6DEB9 background.


White color preview on #C6DEB9 background

This text has white color on #C6DEB9 background.