COLOR #C8D7BE

HEX: #C8D7BE
RGB: (200,215,190)

Color info

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

RGB color model

#C8D7BE color RGB value is (200,215,190).

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

RGB channels and saturation

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

200
215
190

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

Portions of RGB colors in percentages

R + G + B =
200 + 215 + 190 = 605 (100%)
R 200 of 605 ~ 33.06%
G 215 of 605 ~ 35.54%
B 190 of 605 ~ 31.4%

%33.06
%35.54
%31.4

CMYK color model

#C8D7BE color CMYK value is (7,0,12,16).

  • cyan value is 6.98%
  • magenta value is 0.00%
  • yellow value is 11.63%
  • key color value is 15.69%
CMYK:
(7,0,12,16)
C7M0Y12K16 
(7%,0%,12%,16%)
(0.07/0.00/0.12/0.16)	

CMYK percentages

%6.98
%0
%11.63
%15.69

Codes

Color #C8D7BE in popluar color models

C8D7BE
RGB200215190
HSL96°23.81%79.41%
HSB/HSV96°11.63%84.31%
CMYK6.98%0.00%11.63%
15.69%

Color #C8D7BE in popluar number systems.

HEXC8D7BE
Decimal200215190
Binary110010001101011110111110
Octal310327276

Shades and tints

Shades of #C8D7BE

#C8D7BE
(200,215,190)
#B6C4AD
(182,196,173)
#A4B19C
(164,177,156)
#929E8B
(146,158,139)
#808B7A
(128,139,122)
#6E7869
(110,120,105)
#5C6558
(92,101,88)
#4A5247
(74,82,71)
#383F36
(56,63,54)
#262C25
(38,44,37)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #C8D7BE

#C8D7BE
(200,215,190)
#CDDAC3
(205,218,195)
#D2DDC8
(210,221,200)
#D7E0CD
(215,224,205)
#DCE3D2
(220,227,210)
#E1E6D7
(225,230,215)
#E6E9DC
(230,233,220)
#EBECE1
(235,236,225)
#F0EFE6
(240,239,230)
#F5F2EB
(245,242,235)
#FAF5F0
(250,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D7BE; }

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

This text font color is #C8D7BE.


Background Color

.myBgColor { background-color: #C8D7BE; }

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

This div background color is #C8D7BE.


Border color

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

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

This div border color is #C8D7BE.


Opacity

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

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

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

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

This text has shadow with #C8D7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D7BE on black background.


Color preview on white background

This text has color #C8D7BE on white background.



Black color preview on #C8D7BE background

This text has black color on #C8D7BE background.


White color preview on #C8D7BE background

This text has white color on #C8D7BE background.