COLOR #C7CDB5

HEX: #C7CDB5 RGB: (199,205,181)

Color info

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

RGB color model

#C7CDB5 color RGB value is (199,205,181).

RGB: (199,205,181) (78%, 80%, 71%)

RGB channels and saturation

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

199
205
181

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

Portions of RGB colors in percentages

R + G + B = 199 + 205 + 181 = 585 (100%)
R 199 of 585 ~ 34.02%
G 205 of 585 ~ 35.04%
B 181 of 585 ~ 30.94'%

%34.02
%35.04
%30.94

CMYK color model

#C7CDB5 color CMYK value is (3,0,12,20).

  • cyan value is 2.93%
  • magenta value is 0.00%
  • yellow value is 11.71%
  • key color value is 19.61%

CMYK: (3,0,12,20)
C3M0Y12K20 (3%, 0%, 12%, 20%)
(0.03 / 0.00 / 0.12 / 0.20)

CMYK percentages

%2.93
%0
%11.71
%19.61

Codes

Color #C7CDB5 in popluar color models

C7 CD B5
RGB 199 205 181
HSL 75° 19.35% 75.69%
HSB/HSV 75° 11.71% 80.39%
CMYK 2.93% 0.00% 11.71%
19.61%

Color #C7CDB5 in popluar number systems.

HEX C7 CD B5
Decimal 199 205 181
Binary 11000111 11001101 10110101
Octal 307 315 265

Shades and tints

Shades of #C7CDB5

#C7CDB5
(199,205,181)
#B5BBA5
(181,187,165)
#A3A995
(163,169,149)
#919785
(145,151,133)
#7F8575
(127,133,117)
#6D7365
(109,115,101)
#5B6155
(91,97,85)
#494F45
(73,79,69)
#373D35
(55,61,53)
#252B25
(37,43,37)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #C7CDB5

#C7CDB5
(199,205,181)
#CCD1BB
(204,209,187)
#D1D5C1
(209,213,193)
#D6D9C7
(214,217,199)
#DBDDCD
(219,221,205)
#E0E1D3
(224,225,211)
#E5E5D9
(229,229,217)
#EAE9DF
(234,233,223)
#EFEDE5
(239,237,229)
#F4F1EB
(244,241,235)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CDB5; }

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

This text font color is #C7CDB5.

Background Color

.myBgColor { background-color: #C7CDB5; }

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

This div background color is #C7CDB5.

Border color

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

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

This div border color is #C7CDB5.

Opacity

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

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

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

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

This text has shadow with #C7CDB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CDB5.

Preview

Color preview on black background

This text has color #C7CDB5 on black background.


Color preview on white background

This text has color #C7CDB5 on white background.


Black color preview on #C7CDB5 background

This text has black color on #C7CDB5 background.


White color preview on #C7CDB5 background

This text has white color on #C7CDB5 background.


Related colors

Complementary color

Complementary color for #hex is #38324A.


I love getcolorcode.com

Triadic colors

1 #B5C7CD and #CDB5C7 with #C7CDB5 are triadic colors.

2 #B5CDC7 and #CDC7B5 with #C7CDB5 are triadic colors.