COLOR #C6D1B4

HEX: #C6D1B4
RGB: (198,209,180)

Color info

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

RGB color model

#C6D1B4 color RGB value is (198,209,180).

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

RGB channels and saturation

R 198 of 255 = 78%
G 209 of 255 = 82%
B 180 of 255 = 71%

198
209
180

R + G + B ~ 77%. #C6D1B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 209 + 180 = 587 (100%)
R 198 of 587 ~ 33.73%
G 209 of 587 ~ 35.6%
B 180 of 587 ~ 30.66%

%33.73
%35.6
%30.66

CMYK color model

#C6D1B4 color CMYK value is (5,0,14,18).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 13.88%
  • key color value is 18.04%
CMYK:
(5,0,14,18)
C5M0Y14K18 
(5%,0%,14%,18%)
(0.05/0.00/0.14/0.18)	

CMYK percentages

%5.26
%0
%13.88
%18.04

Codes

Color #C6D1B4 in popluar color models

C6D1B4
RGB198209180
HSL83°23.97%76.27%
HSB/HSV83°13.88%81.96%
CMYK5.26%0.00%13.88%
18.04%

Color #C6D1B4 in popluar number systems.

HEXC6D1B4
Decimal198209180
Binary110001101101000110110100
Octal306321264

Shades and tints

Shades of #C6D1B4

#C6D1B4
(198,209,180)
#B4BEA4
(180,190,164)
#A2AB94
(162,171,148)
#909884
(144,152,132)
#7E8574
(126,133,116)
#6C7264
(108,114,100)
#5A5F54
(90,95,84)
#484C44
(72,76,68)
#363934
(54,57,52)
#242624
(36,38,36)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #C6D1B4

#C6D1B4
(198,209,180)
#CBD5BA
(203,213,186)
#D0D9C0
(208,217,192)
#D5DDC6
(213,221,198)
#DAE1CC
(218,225,204)
#DFE5D2
(223,229,210)
#E4E9D8
(228,233,216)
#E9EDDE
(233,237,222)
#EEF1E4
(238,241,228)
#F3F5EA
(243,245,234)
#F8F9F0
(248,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D1B4; }

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

This text font color is #C6D1B4.


Background Color

.myBgColor { background-color: #C6D1B4; }

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

This div background color is #C6D1B4.


Border color

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

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

This div border color is #C6D1B4.


Opacity

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

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

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

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

This text has shadow with #C6D1B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D1B4 on black background.


Color preview on white background

This text has color #C6D1B4 on white background.



Black color preview on #C6D1B4 background

This text has black color on #C6D1B4 background.


White color preview on #C6D1B4 background

This text has white color on #C6D1B4 background.