COLOR #C7D8BE

HEX: #C7D8BE
RGB: (199,216,190)

Color info

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

RGB color model

#C7D8BE color RGB value is (199,216,190).

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

RGB channels and saturation

R 199 of 255 = 78%
G 216 of 255 = 85%
B 190 of 255 = 75%

199
216
190

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

Portions of RGB colors in percentages

R + G + B =
199 + 216 + 190 = 605 (100%)
R 199 of 605 ~ 32.89%
G 216 of 605 ~ 35.7%
B 190 of 605 ~ 31.4%

%32.89
%35.7
%31.4

CMYK color model

#C7D8BE color CMYK value is (8,0,12,15).

  • cyan value is 7.87%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • key color value is 15.29%
CMYK:
(8,0,12,15)
C8M0Y12K15 
(8%,0%,12%,15%)
(0.08/0.00/0.12/0.15)	

CMYK percentages

%7.87
%0
%12.04
%15.29

Codes

Color #C7D8BE in popluar color models

C7D8BE
RGB199216190
HSL99°25.00%79.61%
HSB/HSV99°12.04%84.71%
CMYK7.87%0.00%12.04%
15.29%

Color #C7D8BE in popluar number systems.

HEXC7D8BE
Decimal199216190
Binary110001111101100010111110
Octal307330276

Shades and tints

Shades of #C7D8BE

#C7D8BE
(199,216,190)
#B5C5AD
(181,197,173)
#A3B29C
(163,178,156)
#919F8B
(145,159,139)
#7F8C7A
(127,140,122)
#6D7969
(109,121,105)
#5B6658
(91,102,88)
#495347
(73,83,71)
#374036
(55,64,54)
#252D25
(37,45,37)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #C7D8BE

#C7D8BE
(199,216,190)
#CCDBC3
(204,219,195)
#D1DEC8
(209,222,200)
#D6E1CD
(214,225,205)
#DBE4D2
(219,228,210)
#E0E7D7
(224,231,215)
#E5EADC
(229,234,220)
#EAEDE1
(234,237,225)
#EFF0E6
(239,240,230)
#F4F3EB
(244,243,235)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D8BE; }

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

This text font color is #C7D8BE.


Background Color

.myBgColor { background-color: #C7D8BE; }

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

This div background color is #C7D8BE.


Border color

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

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

This div border color is #C7D8BE.


Opacity

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

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

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

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

This text has shadow with #C7D8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D8BE on black background.


Color preview on white background

This text has color #C7D8BE on white background.



Black color preview on #C7D8BE background

This text has black color on #C7D8BE background.


White color preview on #C7D8BE background

This text has white color on #C7D8BE background.