COLOR #C7D5C3

HEX: #C7D5C3
RGB: (199,213,195)

Color info

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

RGB color model

#C7D5C3 color RGB value is (199,213,195).

  • red value is 199;
  • green value is 213;
  • blue value is 195.
RGB:
(199,213,195)
(78%,84%,76%)

RGB channels and saturation

R 199 of 255 = 78%
G 213 of 255 = 84%
B 195 of 255 = 76%

199
213
195

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

Portions of RGB colors in percentages

R + G + B =
199 + 213 + 195 = 607 (100%)
R 199 of 607 ~ 32.78%
G 213 of 607 ~ 35.09%
B 195 of 607 ~ 32.13%

%32.78
%35.09
%32.13

CMYK color model

#C7D5C3 color CMYK value is (7,0,8,16).

  • cyan value is 6.57%
  • magenta value is 0.00%
  • yellow value is 8.45%
  • key color value is 16.47%
CMYK:
(7,0,8,16)
C7M0Y8K16 
(7%,0%,8%,16%)
(0.07/0.00/0.08/0.16)	

CMYK percentages

%6.57
%0
%8.45
%16.47

Codes

Color #C7D5C3 in popluar color models

C7D5C3
RGB199213195
HSL107°17.65%80.00%
HSB/HSV107°8.45%83.53%
CMYK6.57%0.00%8.45%
16.47%

Color #C7D5C3 in popluar number systems.

HEXC7D5C3
Decimal199213195
Binary110001111101010111000011
Octal307325303

Shades and tints

Shades of #C7D5C3

#C7D5C3
(199,213,195)
#B5C2B2
(181,194,178)
#A3AFA1
(163,175,161)
#919C90
(145,156,144)
#7F897F
(127,137,127)
#6D766E
(109,118,110)
#5B635D
(91,99,93)
#49504C
(73,80,76)
#373D3B
(55,61,59)
#252A2A
(37,42,42)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #C7D5C3

#C7D5C3
(199,213,195)
#CCD8C8
(204,216,200)
#D1DBCD
(209,219,205)
#D6DED2
(214,222,210)
#DBE1D7
(219,225,215)
#E0E4DC
(224,228,220)
#E5E7E1
(229,231,225)
#EAEAE6
(234,234,230)
#EFEDEB
(239,237,235)
#F4F0F0
(244,240,240)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D5C3 color. Also use rgb(199,213,195) instead hex code.

Text Font Color

.myTextColor { color: #C7D5C3; }

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

This text font color is #C7D5C3.


Background Color

.myBgColor { background-color: #C7D5C3; }

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

This div background color is #C7D5C3.


Border color

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

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

This div border color is #C7D5C3.


Opacity

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

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

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

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

This text has shadow with #C7D5C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D5C3 on black background.


Color preview on white background

This text has color #C7D5C3 on white background.



Black color preview on #C7D5C3 background

This text has black color on #C7D5C3 background.


White color preview on #C7D5C3 background

This text has white color on #C7D5C3 background.