COLOR #C6DCB2

HEX: #C6DCB2 RGB: (198,220,178)

Color info

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

RGB color model

#C6DCB2 color RGB value is (198,220,178).

RGB: (198,220,178) (78%, 86%, 70%)

RGB channels and saturation

R 198 of 255 = 78%
G 220 of 255 = 86%
B 178 of 255 = 70%

198
220
178

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

Portions of RGB colors in percentages

R + G + B = 198 + 220 + 178 = 596 (100%)
R 198 of 596 ~ 33.22%
G 220 of 596 ~ 36.91%
B 178 of 596 ~ 29.87'%

%33.22
%36.91
%29.87

CMYK color model

#C6DCB2 color CMYK value is (10,0,19,14).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 19.09%
  • key color value is 13.73%

CMYK: (10,0,19,14)
C10M0Y19K14 (10%, 0%, 19%, 14%)
(0.10 / 0.00 / 0.19 / 0.14)

CMYK percentages

%10
%0
%19.09
%13.73

Codes

Color #C6DCB2 in popluar color models

C6 DC B2
RGB 198 220 178
HSL 91° 37.50% 78.04%
HSB/HSV 91° 19.09% 86.27%
CMYK 10.00% 0.00% 19.09%
13.73%

Color #C6DCB2 in popluar number systems.

HEX C6 DC B2
Decimal 198 220 178
Binary 11000110 11011100 10110010
Octal 306 334 262

Shades and tints

Shades of #C6DCB2

#C6DCB2
(198,220,178)
#B4C8A2
(180,200,162)
#A2B492
(162,180,146)
#90A082
(144,160,130)
#7E8C72
(126,140,114)
#6C7862
(108,120,98)
#5A6452
(90,100,82)
#485042
(72,80,66)
#363C32
(54,60,50)
#242822
(36,40,34)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #C6DCB2

#C6DCB2
(198,220,178)
#CBDFB9
(203,223,185)
#D0E2C0
(208,226,192)
#D5E5C7
(213,229,199)
#DAE8CE
(218,232,206)
#DFEBD5
(223,235,213)
#E4EEDC
(228,238,220)
#E9F1E3
(233,241,227)
#EEF4EA
(238,244,234)
#F3F7F1
(243,247,241)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DCB2; }

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

This text font color is #C6DCB2.

Background Color

.myBgColor { background-color: #C6DCB2; }

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

This div background color is #C6DCB2.

Border color

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

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

This div border color is #C6DCB2.

Opacity

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

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

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

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

This text has shadow with #C6DCB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DCB2.

Preview

Color preview on black background

This text has color #C6DCB2 on black background.


Color preview on white background

This text has color #C6DCB2 on white background.


Black color preview on #C6DCB2 background

This text has black color on #C6DCB2 background.


White color preview on #C6DCB2 background

This text has white color on #C6DCB2 background.


Related colors

Complementary color

Complementary color for #hex is #39234D.


I love getcolorcode.com

Triadic colors

1 #B2C6DC and #DCB2C6 with #C6DCB2 are triadic colors.

2 #B2DCC6 and #DCC6B2 with #C6DCB2 are triadic colors.