COLOR #C6D1BB

HEX: #C6D1BB
RGB: (198,209,187)

Color info

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

RGB color model

#C6D1BB color RGB value is (198,209,187).

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

RGB channels and saturation

R 198 of 255 = 78%
G 209 of 255 = 82%
B 187 of 255 = 73%

198
209
187

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

Portions of RGB colors in percentages

R + G + B =
198 + 209 + 187 = 594 (100%)
R 198 of 594 ~ 33.33%
G 209 of 594 ~ 35.19%
B 187 of 594 ~ 31.48%

%33.33
%35.19
%31.48

CMYK color model

#C6D1BB color CMYK value is (5,0,11,18).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 18.04%
CMYK:
(5,0,11,18)
C5M0Y11K18 
(5%,0%,11%,18%)
(0.05/0.00/0.11/0.18)	

CMYK percentages

%5.26
%0
%10.53
%18.04

Codes

Color #C6D1BB in popluar color models

C6D1BB
RGB198209187
HSL90°19.30%77.65%
HSB/HSV90°10.53%81.96%
CMYK5.26%0.00%10.53%
18.04%

Color #C6D1BB in popluar number systems.

HEXC6D1BB
Decimal198209187
Binary110001101101000110111011
Octal306321273

Shades and tints

Shades of #C6D1BB

#C6D1BB
(198,209,187)
#B4BEAA
(180,190,170)
#A2AB99
(162,171,153)
#909888
(144,152,136)
#7E8577
(126,133,119)
#6C7266
(108,114,102)
#5A5F55
(90,95,85)
#484C44
(72,76,68)
#363933
(54,57,51)
#242622
(36,38,34)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #C6D1BB

#C6D1BB
(198,209,187)
#CBD5C1
(203,213,193)
#D0D9C7
(208,217,199)
#D5DDCD
(213,221,205)
#DAE1D3
(218,225,211)
#DFE5D9
(223,229,217)
#E4E9DF
(228,233,223)
#E9EDE5
(233,237,229)
#EEF1EB
(238,241,235)
#F3F5F1
(243,245,241)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D1BB; }

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

This text font color is #C6D1BB.


Background Color

.myBgColor { background-color: #C6D1BB; }

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

This div background color is #C6D1BB.


Border color

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

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

This div border color is #C6D1BB.


Opacity

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

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

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

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

This text has shadow with #C6D1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D1BB on black background.


Color preview on white background

This text has color #C6D1BB on white background.



Black color preview on #C6D1BB background

This text has black color on #C6D1BB background.


White color preview on #C6D1BB background

This text has white color on #C6D1BB background.