COLOR #C7D1B7

HEX: #C7D1B7 RGB: (199,209,183)

Color info

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

RGB color model

#C7D1B7 color RGB value is (199,209,183).

RGB: (199,209,183) (78%, 82%, 72%)

RGB channels and saturation

R 199 of 255 = 78%
G 209 of 255 = 82%
B 183 of 255 = 72%

199
209
183

R + G + B ~ 77%. #C7D1B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 209 + 183 = 591 (100%)
R 199 of 591 ~ 33.67%
G 209 of 591 ~ 35.36%
B 183 of 591 ~ 30.96'%

%33.67
%35.36
%30.96

CMYK color model

#C7D1B7 color CMYK value is (5,0,12,18).

  • cyan value is 4.78%
  • magenta value is 0.00%
  • yellow value is 12.44%
  • key color value is 18.04%

CMYK: (5,0,12,18)
C5M0Y12K18 (5%, 0%, 12%, 18%)
(0.05 / 0.00 / 0.12 / 0.18)

CMYK percentages

%4.78
%0
%12.44
%18.04

Codes

Color #C7D1B7 in popluar color models

C7 D1 B7
RGB 199 209 183
HSL 83° 22.03% 76.86%
HSB/HSV 83° 12.44% 81.96%
CMYK 4.78% 0.00% 12.44%
18.04%

Color #C7D1B7 in popluar number systems.

HEX C7 D1 B7
Decimal 199 209 183
Binary 11000111 11010001 10110111
Octal 307 321 267

Shades and tints

Shades of #C7D1B7

#C7D1B7
(199,209,183)
#B5BEA7
(181,190,167)
#A3AB97
(163,171,151)
#919887
(145,152,135)
#7F8577
(127,133,119)
#6D7267
(109,114,103)
#5B5F57
(91,95,87)
#494C47
(73,76,71)
#373937
(55,57,55)
#252627
(37,38,39)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #C7D1B7

#C7D1B7
(199,209,183)
#CCD5BD
(204,213,189)
#D1D9C3
(209,217,195)
#D6DDC9
(214,221,201)
#DBE1CF
(219,225,207)
#E0E5D5
(224,229,213)
#E5E9DB
(229,233,219)
#EAEDE1
(234,237,225)
#EFF1E7
(239,241,231)
#F4F5ED
(244,245,237)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D1B7 color. Also use rgb(199,209,183) instead hex code.

Text Font Color

.myTextColor { color: #C7D1B7; }

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

This text font color is #C7D1B7.

Background Color

.myBgColor { background-color: #C7D1B7; }

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

This div background color is #C7D1B7.

Border color

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

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

This div border color is #C7D1B7.

Opacity

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

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

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

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

This text has shadow with #C7D1B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7D1B7.

Preview

Color preview on black background

This text has color #C7D1B7 on black background.


Color preview on white background

This text has color #C7D1B7 on white background.


Black color preview on #C7D1B7 background

This text has black color on #C7D1B7 background.


White color preview on #C7D1B7 background

This text has white color on #C7D1B7 background.


Related colors

Complementary color

Complementary color for #hex is #382E48.


I love getcolorcode.com

Triadic colors

1 #B7C7D1 and #D1B7C7 with #C7D1B7 are triadic colors.

2 #B7D1C7 and #D1C7B7 with #C7D1B7 are triadic colors.