COLOR #C7CDB6

HEX: #C7CDB6
RGB: (199,205,182)

Color info

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

RGB color model

#C7CDB6 color RGB value is (199,205,182).

  • red value is 199;
  • green value is 205;
  • blue value is 182.
RGB:
(199,205,182)
(78%,80%,71%)

RGB channels and saturation

R 199 of 255 = 78%
G 205 of 255 = 80%
B 182 of 255 = 71%

199
205
182

R + G + B ~ 76%. #C7CDB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 205 + 182 = 586 (100%)
R 199 of 586 ~ 33.96%
G 205 of 586 ~ 34.98%
B 182 of 586 ~ 31.06%

%33.96
%34.98
%31.06

CMYK color model

#C7CDB6 color CMYK value is (3,0,11,20).

  • cyan value is 2.93%
  • magenta value is 0.00%
  • yellow value is 11.22%
  • key color value is 19.61%
CMYK:
(3,0,11,20)
C3M0Y11K20 
(3%,0%,11%,20%)
(0.03/0.00/0.11/0.20)	

CMYK percentages

%2.93
%0
%11.22
%19.61

Codes

Color #C7CDB6 in popluar color models

C7CDB6
RGB199205182
HSL76°18.70%75.88%
HSB/HSV76°11.22%80.39%
CMYK2.93%0.00%11.22%
19.61%

Color #C7CDB6 in popluar number systems.

HEXC7CDB6
Decimal199205182
Binary110001111100110110110110
Octal307315266

Shades and tints

Shades of #C7CDB6

#C7CDB6
(199,205,182)
#B5BBA6
(181,187,166)
#A3A996
(163,169,150)
#919786
(145,151,134)
#7F8576
(127,133,118)
#6D7366
(109,115,102)
#5B6156
(91,97,86)
#494F46
(73,79,70)
#373D36
(55,61,54)
#252B26
(37,43,38)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #C7CDB6

#C7CDB6
(199,205,182)
#CCD1BC
(204,209,188)
#D1D5C2
(209,213,194)
#D6D9C8
(214,217,200)
#DBDDCE
(219,221,206)
#E0E1D4
(224,225,212)
#E5E5DA
(229,229,218)
#EAE9E0
(234,233,224)
#EFEDE6
(239,237,230)
#F4F1EC
(244,241,236)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CDB6 color. Also use rgb(199,205,182) instead hex code.

Text Font Color

.myTextColor { color: #C7CDB6; }

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

This text font color is #C7CDB6.


Background Color

.myBgColor { background-color: #C7CDB6; }

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

This div background color is #C7CDB6.


Border color

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

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

This div border color is #C7CDB6.


Opacity

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

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

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

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

This text has shadow with #C7CDB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CDB6 on black background.


Color preview on white background

This text has color #C7CDB6 on white background.



Black color preview on #C7CDB6 background

This text has black color on #C7CDB6 background.


White color preview on #C7CDB6 background

This text has white color on #C7CDB6 background.