COLOR #C7CDB3

HEX: #C7CDB3
RGB: (199,205,179)

Color info

#C7CDB3 contains red, green and blue colors in about the same proportion. Web safe color of #C7CDB3 is #CCCC99 (or #CC9).

RGB color model

#C7CDB3 color RGB value is (199,205,179).

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

RGB channels and saturation

R 199 of 255 = 78%
G 205 of 255 = 80%
B 179 of 255 = 70%

199
205
179

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

Portions of RGB colors in percentages

R + G + B =
199 + 205 + 179 = 583 (100%)
R 199 of 583 ~ 34.13%
G 205 of 583 ~ 35.16%
B 179 of 583 ~ 30.7%

%34.13
%35.16
%30.7

CMYK color model

#C7CDB3 color CMYK value is (3,0,13,20).

  • cyan value is 2.93%
  • magenta value is 0.00%
  • yellow value is 12.68%
  • key color value is 19.61%
CMYK:
(3,0,13,20)
C3M0Y13K20 
(3%,0%,13%,20%)
(0.03/0.00/0.13/0.20)	

CMYK percentages

%2.93
%0
%12.68
%19.61

Codes

Color #C7CDB3 in popluar color models

C7CDB3
RGB199205179
HSL74°20.63%75.29%
HSB/HSV74°12.68%80.39%
CMYK2.93%0.00%12.68%
19.61%

Color #C7CDB3 in popluar number systems.

HEXC7CDB3
Decimal199205179
Binary110001111100110110110011
Octal307315263

Shades and tints

Shades of #C7CDB3

#C7CDB3
(199,205,179)
#B5BBA3
(181,187,163)
#A3A993
(163,169,147)
#919783
(145,151,131)
#7F8573
(127,133,115)
#6D7363
(109,115,99)
#5B6153
(91,97,83)
#494F43
(73,79,67)
#373D33
(55,61,51)
#252B23
(37,43,35)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #C7CDB3

#C7CDB3
(199,205,179)
#CCD1B9
(204,209,185)
#D1D5BF
(209,213,191)
#D6D9C5
(214,217,197)
#DBDDCB
(219,221,203)
#E0E1D1
(224,225,209)
#E5E5D7
(229,229,215)
#EAE9DD
(234,233,221)
#EFEDE3
(239,237,227)
#F4F1E9
(244,241,233)
#F9F5EF
(249,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CDB3; }

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

This text font color is #C7CDB3.


Background Color

.myBgColor { background-color: #C7CDB3; }

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

This div background color is #C7CDB3.


Border color

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

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

This div border color is #C7CDB3.


Opacity

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

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

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

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

This text has shadow with #C7CDB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CDB3 on black background.


Color preview on white background

This text has color #C7CDB3 on white background.



Black color preview on #C7CDB3 background

This text has black color on #C7CDB3 background.


White color preview on #C7CDB3 background

This text has white color on #C7CDB3 background.