COLOR #C8D6BE

HEX: #C8D6BE
RGB: (200,214,190)

Color info

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

RGB color model

#C8D6BE color RGB value is (200,214,190).

  • red value is 200;
  • green value is 214;
  • blue value is 190.
RGB:
(200,214,190)
(78%,84%,75%)

RGB channels and saturation

R 200 of 255 = 78%
G 214 of 255 = 84%
B 190 of 255 = 75%

200
214
190

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

Portions of RGB colors in percentages

R + G + B =
200 + 214 + 190 = 604 (100%)
R 200 of 604 ~ 33.11%
G 214 of 604 ~ 35.43%
B 190 of 604 ~ 31.46%

%33.11
%35.43
%31.46

CMYK color model

#C8D6BE color CMYK value is (7,0,11,16).

  • cyan value is 6.54%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 16.08%
CMYK:
(7,0,11,16)
C7M0Y11K16 
(7%,0%,11%,16%)
(0.07/0.00/0.11/0.16)	

CMYK percentages

%6.54
%0
%11.21
%16.08

Codes

Color #C8D6BE in popluar color models

C8D6BE
RGB200214190
HSL95°22.64%79.22%
HSB/HSV95°11.21%83.92%
CMYK6.54%0.00%11.21%
16.08%

Color #C8D6BE in popluar number systems.

HEXC8D6BE
Decimal200214190
Binary110010001101011010111110
Octal310326276

Shades and tints

Shades of #C8D6BE

#C8D6BE
(200,214,190)
#B6C3AD
(182,195,173)
#A4B09C
(164,176,156)
#929D8B
(146,157,139)
#808A7A
(128,138,122)
#6E7769
(110,119,105)
#5C6458
(92,100,88)
#4A5147
(74,81,71)
#383E36
(56,62,54)
#262B25
(38,43,37)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #C8D6BE

#C8D6BE
(200,214,190)
#CDD9C3
(205,217,195)
#D2DCC8
(210,220,200)
#D7DFCD
(215,223,205)
#DCE2D2
(220,226,210)
#E1E5D7
(225,229,215)
#E6E8DC
(230,232,220)
#EBEBE1
(235,235,225)
#F0EEE6
(240,238,230)
#F5F1EB
(245,241,235)
#FAF4F0
(250,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D6BE color. Also use rgb(200,214,190) instead hex code.

Text Font Color

.myTextColor { color: #C8D6BE; }

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

This text font color is #C8D6BE.


Background Color

.myBgColor { background-color: #C8D6BE; }

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

This div background color is #C8D6BE.


Border color

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

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

This div border color is #C8D6BE.


Opacity

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

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

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

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

This text has shadow with #C8D6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D6BE on black background.


Color preview on white background

This text has color #C8D6BE on white background.



Black color preview on #C8D6BE background

This text has black color on #C8D6BE background.


White color preview on #C8D6BE background

This text has white color on #C8D6BE background.