COLOR #C6DD9B

HEX: #C6DD9B
RGB: (198,221,155)

Color info

#C6DD9B contains mainly red and green colors. Web safe color of #C6DD9B is #CCCC99 (or #CC9).

RGB color model

#C6DD9B color RGB value is (198,221,155).

  • red value is 198;
  • green value is 221;
  • blue value is 155.
RGB:
(198,221,155)
(78%,87%,61%)

RGB channels and saturation

R 198 of 255 = 78%
G 221 of 255 = 87%
B 155 of 255 = 61%

198
221
155

R + G + B ~ 75%. #C6DD9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 221 + 155 = 574 (100%)
R 198 of 574 ~ 34.49%
G 221 of 574 ~ 38.5%
B 155 of 574 ~ 27%

%34.49
%38.5
%27

CMYK color model

#C6DD9B color CMYK value is (10,0,30,13).

  • cyan value is 10.41%
  • magenta value is 0.00%
  • yellow value is 29.86%
  • key color value is 13.33%
CMYK:
(10,0,30,13)
C10M0Y30K13 
(10%,0%,30%,13%)
(0.10/0.00/0.30/0.13)	

CMYK percentages

%10.41
%0
%29.86
%13.33

Codes

Color #C6DD9B in popluar color models

C6DD9B
RGB198221155
HSL81°49.25%73.73%
HSB/HSV81°29.86%86.67%
CMYK10.41%0.00%29.86%
13.33%

Color #C6DD9B in popluar number systems.

HEXC6DD9B
Decimal198221155
Binary110001101101110110011011
Octal306335233

Shades and tints

Shades of #C6DD9B

#C6DD9B
(198,221,155)
#B4C98D
(180,201,141)
#A2B57F
(162,181,127)
#90A171
(144,161,113)
#7E8D63
(126,141,99)
#6C7955
(108,121,85)
#5A6547
(90,101,71)
#485139
(72,81,57)
#363D2B
(54,61,43)
#24291D
(36,41,29)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #C6DD9B

#C6DD9B
(198,221,155)
#CBE0A4
(203,224,164)
#D0E3AD
(208,227,173)
#D5E6B6
(213,230,182)
#DAE9BF
(218,233,191)
#DFECC8
(223,236,200)
#E4EFD1
(228,239,209)
#E9F2DA
(233,242,218)
#EEF5E3
(238,245,227)
#F3F8EC
(243,248,236)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DD9B color. Also use rgb(198,221,155) instead hex code.

Text Font Color

.myTextColor { color: #C6DD9B; }

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

This text font color is #C6DD9B.


Background Color

.myBgColor { background-color: #C6DD9B; }

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

This div background color is #C6DD9B.


Border color

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

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

This div border color is #C6DD9B.


Opacity

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

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

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

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

This text has shadow with #C6DD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DD9B on black background.


Color preview on white background

This text has color #C6DD9B on white background.



Black color preview on #C6DD9B background

This text has black color on #C6DD9B background.


White color preview on #C6DD9B background

This text has white color on #C6DD9B background.