COLOR #C7D2B1

HEX: #C7D2B1 RGB: (199,210,177)

Color info

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

RGB color model

#C7D2B1 color RGB value is (199,210,177).

RGB: (199,210,177) (78%, 82%, 69%)

RGB channels and saturation

R 199 of 255 = 78%
G 210 of 255 = 82%
B 177 of 255 = 69%

199
210
177

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

Portions of RGB colors in percentages

R + G + B = 199 + 210 + 177 = 586 (100%)
R 199 of 586 ~ 33.96%
G 210 of 586 ~ 35.84%
B 177 of 586 ~ 30.2'%

%33.96
%35.84
%30.2

CMYK color model

#C7D2B1 color CMYK value is (5,0,16,18).

  • cyan value is 5.24%
  • magenta value is 0.00%
  • yellow value is 15.71%
  • key color value is 17.65%

CMYK: (5,0,16,18)
C5M0Y16K18 (5%, 0%, 16%, 18%)
(0.05 / 0.00 / 0.16 / 0.18)

CMYK percentages

%5.24
%0
%15.71
%17.65

Codes

Color #C7D2B1 in popluar color models

C7 D2 B1
RGB 199 210 177
HSL 80° 26.83% 75.88%
HSB/HSV 80° 15.71% 82.35%
CMYK 5.24% 0.00% 15.71%
17.65%

Color #C7D2B1 in popluar number systems.

HEX C7 D2 B1
Decimal 199 210 177
Binary 11000111 11010010 10110001
Octal 307 322 261

Shades and tints

Shades of #C7D2B1

#C7D2B1
(199,210,177)
#B5BFA1
(181,191,161)
#A3AC91
(163,172,145)
#919981
(145,153,129)
#7F8671
(127,134,113)
#6D7361
(109,115,97)
#5B6051
(91,96,81)
#494D41
(73,77,65)
#373A31
(55,58,49)
#252721
(37,39,33)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #C7D2B1

#C7D2B1
(199,210,177)
#CCD6B8
(204,214,184)
#D1DABF
(209,218,191)
#D6DEC6
(214,222,198)
#DBE2CD
(219,226,205)
#E0E6D4
(224,230,212)
#E5EADB
(229,234,219)
#EAEEE2
(234,238,226)
#EFF2E9
(239,242,233)
#F4F6F0
(244,246,240)
#F9FAF7
(249,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D2B1 color. Also use rgb(199,210,177) instead hex code.

Text Font Color

.myTextColor { color: #C7D2B1; }

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

This text font color is #C7D2B1.

Background Color

.myBgColor { background-color: #C7D2B1; }

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

This div background color is #C7D2B1.

Border color

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

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

This div border color is #C7D2B1.

Opacity

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

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

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

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

This text has shadow with #C7D2B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7D2B1.

Preview

Color preview on black background

This text has color #C7D2B1 on black background.


Color preview on white background

This text has color #C7D2B1 on white background.


Black color preview on #C7D2B1 background

This text has black color on #C7D2B1 background.


White color preview on #C7D2B1 background

This text has white color on #C7D2B1 background.


Related colors

Complementary color

Complementary color for #hex is #382D4E.


I love getcolorcode.com

Triadic colors

1 #B1C7D2 and #D2B1C7 with #C7D2B1 are triadic colors.

2 #B1D2C7 and #D2C7B1 with #C7D2B1 are triadic colors.