COLOR #C6D4B7

HEX: #C6D4B7
RGB: (198,212,183)

Color info

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

RGB color model

#C6D4B7 color RGB value is (198,212,183).

  • red value is 198;
  • green value is 212;
  • blue value is 183.
RGB:
(198,212,183)
(78%,83%,72%)

RGB channels and saturation

R 198 of 255 = 78%
G 212 of 255 = 83%
B 183 of 255 = 72%

198
212
183

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

Portions of RGB colors in percentages

R + G + B =
198 + 212 + 183 = 593 (100%)
R 198 of 593 ~ 33.39%
G 212 of 593 ~ 35.75%
B 183 of 593 ~ 30.86%

%33.39
%35.75
%30.86

CMYK color model

#C6D4B7 color CMYK value is (7,0,14,17).

  • cyan value is 6.60%
  • magenta value is 0.00%
  • yellow value is 13.68%
  • key color value is 16.86%
CMYK:
(7,0,14,17)
C7M0Y14K17 
(7%,0%,14%,17%)
(0.07/0.00/0.14/0.17)	

CMYK percentages

%6.6
%0
%13.68
%16.86

Codes

Color #C6D4B7 in popluar color models

C6D4B7
RGB198212183
HSL89°25.22%77.45%
HSB/HSV89°13.68%83.14%
CMYK6.60%0.00%13.68%
16.86%

Color #C6D4B7 in popluar number systems.

HEXC6D4B7
Decimal198212183
Binary110001101101010010110111
Octal306324267

Shades and tints

Shades of #C6D4B7

#C6D4B7
(198,212,183)
#B4C1A7
(180,193,167)
#A2AE97
(162,174,151)
#909B87
(144,155,135)
#7E8877
(126,136,119)
#6C7567
(108,117,103)
#5A6257
(90,98,87)
#484F47
(72,79,71)
#363C37
(54,60,55)
#242927
(36,41,39)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #C6D4B7

#C6D4B7
(198,212,183)
#CBD7BD
(203,215,189)
#D0DAC3
(208,218,195)
#D5DDC9
(213,221,201)
#DAE0CF
(218,224,207)
#DFE3D5
(223,227,213)
#E4E6DB
(228,230,219)
#E9E9E1
(233,233,225)
#EEECE7
(238,236,231)
#F3EFED
(243,239,237)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D4B7 color. Also use rgb(198,212,183) instead hex code.

Text Font Color

.myTextColor { color: #C6D4B7; }

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

This text font color is #C6D4B7.


Background Color

.myBgColor { background-color: #C6D4B7; }

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

This div background color is #C6D4B7.


Border color

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

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

This div border color is #C6D4B7.


Opacity

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

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

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

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

This text has shadow with #C6D4B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D4B7 on black background.


Color preview on white background

This text has color #C6D4B7 on white background.



Black color preview on #C6D4B7 background

This text has black color on #C6D4B7 background.


White color preview on #C6D4B7 background

This text has white color on #C6D4B7 background.