COLOR #C6D3BE

HEX: #C6D3BE
RGB: (198,211,190)

Color info

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

RGB color model

#C6D3BE color RGB value is (198,211,190).

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

RGB channels and saturation

R 198 of 255 = 78%
G 211 of 255 = 83%
B 190 of 255 = 75%

198
211
190

R + G + B ~ 79%. #C6D3BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 211 + 190 = 599 (100%)
R 198 of 599 ~ 33.06%
G 211 of 599 ~ 35.23%
B 190 of 599 ~ 31.72%

%33.06
%35.23
%31.72

CMYK color model

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

  • cyan value is 6.16%
  • magenta value is 0.00%
  • yellow value is 9.95%
  • 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
%9.95
%17.25

Codes

Color #C6D3BE in popluar color models

C6D3BE
RGB198211190
HSL97°19.27%78.63%
HSB/HSV97°9.95%82.75%
CMYK6.16%0.00%9.95%
17.25%

Color #C6D3BE in popluar number systems.

HEXC6D3BE
Decimal198211190
Binary110001101101001110111110
Octal306323276

Shades and tints

Shades of #C6D3BE

#C6D3BE
(198,211,190)
#B4C0AD
(180,192,173)
#A2AD9C
(162,173,156)
#909A8B
(144,154,139)
#7E877A
(126,135,122)
#6C7469
(108,116,105)
#5A6158
(90,97,88)
#484E47
(72,78,71)
#363B36
(54,59,54)
#242825
(36,40,37)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #C6D3BE

#C6D3BE
(198,211,190)
#CBD7C3
(203,215,195)
#D0DBC8
(208,219,200)
#D5DFCD
(213,223,205)
#DAE3D2
(218,227,210)
#DFE7D7
(223,231,215)
#E4EBDC
(228,235,220)
#E9EFE1
(233,239,225)
#EEF3E6
(238,243,230)
#F3F7EB
(243,247,235)
#F8FBF0
(248,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D3BE; }

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

This text font color is #C6D3BE.


Background Color

.myBgColor { background-color: #C6D3BE; }

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

This div background color is #C6D3BE.


Border color

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

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

This div border color is #C6D3BE.


Opacity

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

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

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

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

This text has shadow with #C6D3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D3BE on black background.


Color preview on white background

This text has color #C6D3BE on white background.



Black color preview on #C6D3BE background

This text has black color on #C6D3BE background.


White color preview on #C6D3BE background

This text has white color on #C6D3BE background.