COLOR #C8D2BD

HEX: #C8D2BD RGB: (200,210,189)

Color info

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

RGB color model

#C8D2BD color RGB value is (200,210,189).

  • red value is 200;
  • green value is 210;
  • blue value is 189.
RGB: (200,210,189) (78%,82%,74%)

RGB channels and saturation

R 200 of 255 = 78%
G 210 of 255 = 82%
B 189 of 255 = 74%

200
210
189

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

Portions of RGB colors in percentages

R + G + B =
200 + 210 + 189 = 599 (100%)
R 200 of 599 ~ 33.39%
G 210 of 599 ~ 35.06%
B 189 of 599 ~ 31.55%

%33.39
%35.06
%31.55

CMYK color model

#C8D2BD color CMYK value is (5,0,10,18).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 17.65%
CMYK: (5,0,10,18) C5M0Y10K18 (5%,0%,10%,18%) (0.05/0.00/0.10/0.18)

CMYK percentages

%4.76
%0
%10
%17.65

Codes

Color #C8D2BD in popluar color models

C8D2BD
RGB200210189
HSL89°18.92%78.24%
HSB/HSV89°10.00%82.35%
CMYK4.76%0.00%10.00%
17.65%

Color #C8D2BD in popluar number systems.

HEXC8D2BD
Decimal200210189
Binary110010001101001010111101
Octal310322275

Shades and tints

Shades of #C8D2BD

#C8D2BD
(200,210,189)
#B6BFAC
(182,191,172)
#A4AC9B
(164,172,155)
#92998A
(146,153,138)
#808679
(128,134,121)
#6E7368
(110,115,104)
#5C6057
(92,96,87)
#4A4D46
(74,77,70)
#383A35
(56,58,53)
#262724
(38,39,36)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #C8D2BD

#C8D2BD
(200,210,189)
#CDD6C3
(205,214,195)
#D2DAC9
(210,218,201)
#D7DECF
(215,222,207)
#DCE2D5
(220,226,213)
#E1E6DB
(225,230,219)
#E6EAE1
(230,234,225)
#EBEEE7
(235,238,231)
#F0F2ED
(240,242,237)
#F5F6F3
(245,246,243)
#FAFAF9
(250,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D2BD color. Also use rgb(200,210,189) instead hex code.

Text Font Color

.myTextColor { color: #C8D2BD; }

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

This text font color is #C8D2BD.


Background Color

.myBgColor { background-color: #C8D2BD; }

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

This div background color is #C8D2BD.


Border color

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

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

This div border color is #C8D2BD.


Opacity

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

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

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

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

This text has shadow with #C8D2BD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C8D2BD on black background.


Color preview on white background

This text has color #C8D2BD on white background.



Black color preview on #C8D2BD background

This text has black color on #C8D2BD background.


White color preview on #C8D2BD background

This text has white color on #C8D2BD background.