COLOR #C8D3BD

HEX: #C8D3BD
RGB: (200,211,189)

Color info

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

RGB color model

#C8D3BD color RGB value is (200,211,189).

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

RGB channels and saturation

R 200 of 255 = 78%
G 211 of 255 = 83%
B 189 of 255 = 74%

200
211
189

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

Portions of RGB colors in percentages

R + G + B =
200 + 211 + 189 = 600 (100%)
R 200 of 600 ~ 33.33%
G 211 of 600 ~ 35.17%
B 189 of 600 ~ 31.5%

%33.33
%35.17
%31.5

CMYK color model

#C8D3BD color CMYK value is (5,0,10,17).

  • cyan value is 5.21%
  • magenta value is 0.00%
  • yellow value is 10.43%
  • key color value is 17.25%
CMYK:
(5,0,10,17)
C5M0Y10K17 
(5%,0%,10%,17%)
(0.05/0.00/0.10/0.17)	

CMYK percentages

%5.21
%0
%10.43
%17.25

Codes

Color #C8D3BD in popluar color models

C8D3BD
RGB200211189
HSL90°20.00%78.43%
HSB/HSV90°10.43%82.75%
CMYK5.21%0.00%10.43%
17.25%

Color #C8D3BD in popluar number systems.

HEXC8D3BD
Decimal200211189
Binary110010001101001110111101
Octal310323275

Shades and tints

Shades of #C8D3BD

#C8D3BD
(200,211,189)
#B6C0AC
(182,192,172)
#A4AD9B
(164,173,155)
#929A8A
(146,154,138)
#808779
(128,135,121)
#6E7468
(110,116,104)
#5C6157
(92,97,87)
#4A4E46
(74,78,70)
#383B35
(56,59,53)
#262824
(38,40,36)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #C8D3BD

#C8D3BD
(200,211,189)
#CDD7C3
(205,215,195)
#D2DBC9
(210,219,201)
#D7DFCF
(215,223,207)
#DCE3D5
(220,227,213)
#E1E7DB
(225,231,219)
#E6EBE1
(230,235,225)
#EBEFE7
(235,239,231)
#F0F3ED
(240,243,237)
#F5F7F3
(245,247,243)
#FAFBF9
(250,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D3BD; }

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

This text font color is #C8D3BD.


Background Color

.myBgColor { background-color: #C8D3BD; }

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

This div background color is #C8D3BD.


Border color

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

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

This div border color is #C8D3BD.


Opacity

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

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

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

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

This text has shadow with #C8D3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D3BD on black background.


Color preview on white background

This text has color #C8D3BD on white background.



Black color preview on #C8D3BD background

This text has black color on #C8D3BD background.


White color preview on #C8D3BD background

This text has white color on #C8D3BD background.