COLOR #C6DCB0

HEX: #C6DCB0
RGB: (198,220,176)

Color info

#C6DCB0 contains red, green and blue colors in about the same proportion. Web safe color of #C6DCB0 is #CCCC99 (or #CC9).

RGB color model

#C6DCB0 color RGB value is (198,220,176).

  • red value is 198;
  • green value is 220;
  • blue value is 176.
RGB:
(198,220,176)
(78%,86%,69%)

RGB channels and saturation

R 198 of 255 = 78%
G 220 of 255 = 86%
B 176 of 255 = 69%

198
220
176

R + G + B ~ 78%. #C6DCB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 220 + 176 = 594 (100%)
R 198 of 594 ~ 33.33%
G 220 of 594 ~ 37.04%
B 176 of 594 ~ 29.63%

%33.33
%37.04
%29.63

CMYK color model

#C6DCB0 color CMYK value is (10,0,20,14).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 13.73%
CMYK:
(10,0,20,14)
C10M0Y20K14 
(10%,0%,20%,14%)
(0.10/0.00/0.20/0.14)	

CMYK percentages

%10
%0
%20
%13.73

Codes

Color #C6DCB0 in popluar color models

C6DCB0
RGB198220176
HSL90°38.60%77.65%
HSB/HSV90°20.00%86.27%
CMYK10.00%0.00%20.00%
13.73%

Color #C6DCB0 in popluar number systems.

HEXC6DCB0
Decimal198220176
Binary110001101101110010110000
Octal306334260

Shades and tints

Shades of #C6DCB0

#C6DCB0
(198,220,176)
#B4C8A0
(180,200,160)
#A2B490
(162,180,144)
#90A080
(144,160,128)
#7E8C70
(126,140,112)
#6C7860
(108,120,96)
#5A6450
(90,100,80)
#485040
(72,80,64)
#363C30
(54,60,48)
#242820
(36,40,32)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #C6DCB0

#C6DCB0
(198,220,176)
#CBDFB7
(203,223,183)
#D0E2BE
(208,226,190)
#D5E5C5
(213,229,197)
#DAE8CC
(218,232,204)
#DFEBD3
(223,235,211)
#E4EEDA
(228,238,218)
#E9F1E1
(233,241,225)
#EEF4E8
(238,244,232)
#F3F7EF
(243,247,239)
#F8FAF6
(248,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DCB0 color. Also use rgb(198,220,176) instead hex code.

Text Font Color

.myTextColor { color: #C6DCB0; }

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

This text font color is #C6DCB0.


Background Color

.myBgColor { background-color: #C6DCB0; }

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

This div background color is #C6DCB0.


Border color

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

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

This div border color is #C6DCB0.


Opacity

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

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

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

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

This text has shadow with #C6DCB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DCB0 on black background.


Color preview on white background

This text has color #C6DCB0 on white background.



Black color preview on #C6DCB0 background

This text has black color on #C6DCB0 background.


White color preview on #C6DCB0 background

This text has white color on #C6DCB0 background.