COLOR #C7D4BD

HEX: #C7D4BD
RGB: (199,212,189)

Color info

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

RGB color model

#C7D4BD color RGB value is (199,212,189).

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

RGB channels and saturation

R 199 of 255 = 78%
G 212 of 255 = 83%
B 189 of 255 = 74%

199
212
189

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

Portions of RGB colors in percentages

R + G + B =
199 + 212 + 189 = 600 (100%)
R 199 of 600 ~ 33.17%
G 212 of 600 ~ 35.33%
B 189 of 600 ~ 31.5%

%33.17
%35.33
%31.5

CMYK color model

#C7D4BD color CMYK value is (6,0,11,17).

  • cyan value is 6.13%
  • magenta value is 0.00%
  • yellow value is 10.85%
  • key color value is 16.86%
CMYK:
(6,0,11,17)
C6M0Y11K17 
(6%,0%,11%,17%)
(0.06/0.00/0.11/0.17)	

CMYK percentages

%6.13
%0
%10.85
%16.86

Codes

Color #C7D4BD in popluar color models

C7D4BD
RGB199212189
HSL94°21.10%78.63%
HSB/HSV94°10.85%83.14%
CMYK6.13%0.00%10.85%
16.86%

Color #C7D4BD in popluar number systems.

HEXC7D4BD
Decimal199212189
Binary110001111101010010111101
Octal307324275

Shades and tints

Shades of #C7D4BD

#C7D4BD
(199,212,189)
#B5C1AC
(181,193,172)
#A3AE9B
(163,174,155)
#919B8A
(145,155,138)
#7F8879
(127,136,121)
#6D7568
(109,117,104)
#5B6257
(91,98,87)
#494F46
(73,79,70)
#373C35
(55,60,53)
#252924
(37,41,36)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #C7D4BD

#C7D4BD
(199,212,189)
#CCD7C3
(204,215,195)
#D1DAC9
(209,218,201)
#D6DDCF
(214,221,207)
#DBE0D5
(219,224,213)
#E0E3DB
(224,227,219)
#E5E6E1
(229,230,225)
#EAE9E7
(234,233,231)
#EFECED
(239,236,237)
#F4EFF3
(244,239,243)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D4BD color. Also use rgb(199,212,189) instead hex code.

Text Font Color

.myTextColor { color: #C7D4BD; }

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

This text font color is #C7D4BD.


Background Color

.myBgColor { background-color: #C7D4BD; }

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

This div background color is #C7D4BD.


Border color

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

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

This div border color is #C7D4BD.


Opacity

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

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

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

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

This text has shadow with #C7D4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D4BD on black background.


Color preview on white background

This text has color #C7D4BD on white background.



Black color preview on #C7D4BD background

This text has black color on #C7D4BD background.


White color preview on #C7D4BD background

This text has white color on #C7D4BD background.