COLOR #C7D8BA

HEX: #C7D8BA
RGB: (199,216,186)

Color info

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

RGB color model

#C7D8BA color RGB value is (199,216,186).

  • red value is 199;
  • green value is 216;
  • blue value is 186.
RGB:
(199,216,186)
(78%,85%,73%)

RGB channels and saturation

R 199 of 255 = 78%
G 216 of 255 = 85%
B 186 of 255 = 73%

199
216
186

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

Portions of RGB colors in percentages

R + G + B =
199 + 216 + 186 = 601 (100%)
R 199 of 601 ~ 33.11%
G 216 of 601 ~ 35.94%
B 186 of 601 ~ 30.95%

%33.11
%35.94
%30.95

CMYK color model

#C7D8BA color CMYK value is (8,0,14,15).

  • cyan value is 7.87%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 15.29%
CMYK:
(8,0,14,15)
C8M0Y14K15 
(8%,0%,14%,15%)
(0.08/0.00/0.14/0.15)	

CMYK percentages

%7.87
%0
%13.89
%15.29

Codes

Color #C7D8BA in popluar color models

C7D8BA
RGB199216186
HSL94°27.78%78.82%
HSB/HSV94°13.89%84.71%
CMYK7.87%0.00%13.89%
15.29%

Color #C7D8BA in popluar number systems.

HEXC7D8BA
Decimal199216186
Binary110001111101100010111010
Octal307330272

Shades and tints

Shades of #C7D8BA

#C7D8BA
(199,216,186)
#B5C5AA
(181,197,170)
#A3B29A
(163,178,154)
#919F8A
(145,159,138)
#7F8C7A
(127,140,122)
#6D796A
(109,121,106)
#5B665A
(91,102,90)
#49534A
(73,83,74)
#37403A
(55,64,58)
#252D2A
(37,45,42)
#131A1A
(19,26,26)
#000000
(0,0,0)

Tints of #C7D8BA

#C7D8BA
(199,216,186)
#CCDBC0
(204,219,192)
#D1DEC6
(209,222,198)
#D6E1CC
(214,225,204)
#DBE4D2
(219,228,210)
#E0E7D8
(224,231,216)
#E5EADE
(229,234,222)
#EAEDE4
(234,237,228)
#EFF0EA
(239,240,234)
#F4F3F0
(244,243,240)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D8BA color. Also use rgb(199,216,186) instead hex code.

Text Font Color

.myTextColor { color: #C7D8BA; }

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

This text font color is #C7D8BA.


Background Color

.myBgColor { background-color: #C7D8BA; }

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

This div background color is #C7D8BA.


Border color

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

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

This div border color is #C7D8BA.


Opacity

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

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

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

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

This text has shadow with #C7D8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D8BA on black background.


Color preview on white background

This text has color #C7D8BA on white background.



Black color preview on #C7D8BA background

This text has black color on #C7D8BA background.


White color preview on #C7D8BA background

This text has white color on #C7D8BA background.