COLOR #C6D3B8

HEX: #C6D3B8
RGB: (198,211,184)

Color info

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

RGB color model

#C6D3B8 color RGB value is (198,211,184).

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

RGB channels and saturation

R 198 of 255 = 78%
G 211 of 255 = 83%
B 184 of 255 = 72%

198
211
184

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

Portions of RGB colors in percentages

R + G + B =
198 + 211 + 184 = 593 (100%)
R 198 of 593 ~ 33.39%
G 211 of 593 ~ 35.58%
B 184 of 593 ~ 31.03%

%33.39
%35.58
%31.03

CMYK color model

#C6D3B8 color CMYK value is (6,0,13,17).

  • cyan value is 6.16%
  • magenta value is 0.00%
  • yellow value is 12.80%
  • key color value is 17.25%
CMYK:
(6,0,13,17)
C6M0Y13K17 
(6%,0%,13%,17%)
(0.06/0.00/0.13/0.17)	

CMYK percentages

%6.16
%0
%12.8
%17.25

Codes

Color #C6D3B8 in popluar color models

C6D3B8
RGB198211184
HSL89°23.48%77.45%
HSB/HSV89°12.80%82.75%
CMYK6.16%0.00%12.80%
17.25%

Color #C6D3B8 in popluar number systems.

HEXC6D3B8
Decimal198211184
Binary110001101101001110111000
Octal306323270

Shades and tints

Shades of #C6D3B8

#C6D3B8
(198,211,184)
#B4C0A8
(180,192,168)
#A2AD98
(162,173,152)
#909A88
(144,154,136)
#7E8778
(126,135,120)
#6C7468
(108,116,104)
#5A6158
(90,97,88)
#484E48
(72,78,72)
#363B38
(54,59,56)
#242828
(36,40,40)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #C6D3B8

#C6D3B8
(198,211,184)
#CBD7BE
(203,215,190)
#D0DBC4
(208,219,196)
#D5DFCA
(213,223,202)
#DAE3D0
(218,227,208)
#DFE7D6
(223,231,214)
#E4EBDC
(228,235,220)
#E9EFE2
(233,239,226)
#EEF3E8
(238,243,232)
#F3F7EE
(243,247,238)
#F8FBF4
(248,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D3B8; }

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

This text font color is #C6D3B8.


Background Color

.myBgColor { background-color: #C6D3B8; }

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

This div background color is #C6D3B8.


Border color

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

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

This div border color is #C6D3B8.


Opacity

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

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

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

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

This text has shadow with #C6D3B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D3B8 on black background.


Color preview on white background

This text has color #C6D3B8 on white background.



Black color preview on #C6D3B8 background

This text has black color on #C6D3B8 background.


White color preview on #C6D3B8 background

This text has white color on #C6D3B8 background.