COLOR #C6D3BD

HEX: #C6D3BD
RGB: (198,211,189)

Color info

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

RGB color model

#C6D3BD color RGB value is (198,211,189).

  • red value is 198;
  • green value is 211;
  • blue value is 189.
RGB:
(198,211,189)
(78%,83%,74%)

RGB channels and saturation

R 198 of 255 = 78%
G 211 of 255 = 83%
B 189 of 255 = 74%

198
211
189

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

Portions of RGB colors in percentages

R + G + B =
198 + 211 + 189 = 598 (100%)
R 198 of 598 ~ 33.11%
G 211 of 598 ~ 35.28%
B 189 of 598 ~ 31.61%

%33.11
%35.28
%31.61

CMYK color model

#C6D3BD color CMYK value is (6,0,10,17).

  • cyan value is 6.16%
  • magenta value is 0.00%
  • yellow value is 10.43%
  • key color value is 17.25%
CMYK:
(6,0,10,17)
C6M0Y10K17 
(6%,0%,10%,17%)
(0.06/0.00/0.10/0.17)	

CMYK percentages

%6.16
%0
%10.43
%17.25

Codes

Color #C6D3BD in popluar color models

C6D3BD
RGB198211189
HSL95°20.00%78.43%
HSB/HSV95°10.43%82.75%
CMYK6.16%0.00%10.43%
17.25%

Color #C6D3BD in popluar number systems.

HEXC6D3BD
Decimal198211189
Binary110001101101001110111101
Octal306323275

Shades and tints

Shades of #C6D3BD

#C6D3BD
(198,211,189)
#B4C0AC
(180,192,172)
#A2AD9B
(162,173,155)
#909A8A
(144,154,138)
#7E8779
(126,135,121)
#6C7468
(108,116,104)
#5A6157
(90,97,87)
#484E46
(72,78,70)
#363B35
(54,59,53)
#242824
(36,40,36)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #C6D3BD

#C6D3BD
(198,211,189)
#CBD7C3
(203,215,195)
#D0DBC9
(208,219,201)
#D5DFCF
(213,223,207)
#DAE3D5
(218,227,213)
#DFE7DB
(223,231,219)
#E4EBE1
(228,235,225)
#E9EFE7
(233,239,231)
#EEF3ED
(238,243,237)
#F3F7F3
(243,247,243)
#F8FBF9
(248,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D3BD color. Also use rgb(198,211,189) instead hex code.

Text Font Color

.myTextColor { color: #C6D3BD; }

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

This text font color is #C6D3BD.


Background Color

.myBgColor { background-color: #C6D3BD; }

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

This div background color is #C6D3BD.


Border color

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

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

This div border color is #C6D3BD.


Opacity

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

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

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

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

This text has shadow with #C6D3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D3BD on black background.


Color preview on white background

This text has color #C6D3BD on white background.



Black color preview on #C6D3BD background

This text has black color on #C6D3BD background.


White color preview on #C6D3BD background

This text has white color on #C6D3BD background.