COLOR #C7D1BF

HEX: #C7D1BF RGB: (199,209,191)

Color info

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

RGB color model

#C7D1BF color RGB value is (199,209,191).

RGB: (199,209,191) (78%, 82%, 75%)

RGB channels and saturation

R 199 of 255 = 78%
G 209 of 255 = 82%
B 191 of 255 = 75%

199
209
191

R + G + B ~ 78%. #C7D1BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 209 + 191 = 599 (100%)
R 199 of 599 ~ 33.22%
G 209 of 599 ~ 34.89%
B 191 of 599 ~ 31.89'%

%33.22
%34.89
%31.89

CMYK color model

#C7D1BF color CMYK value is (5,0,9,18).

  • cyan value is 4.78%
  • magenta value is 0.00%
  • yellow value is 8.61%
  • key color value is 18.04%
CMYK: (5,0,9,18) C5M0Y9K18 (5%,0%,9%,18%) (0.05/0.00/0.09/0.18) 

CMYK percentages

%4.78
%0
%8.61
%18.04

Codes

Color #C7D1BF in popluar color models

C7 D1 BF
RGB 199 209 191
HSL 93° 16.36% 78.43%
HSB/HSV 93° 8.61% 81.96%
CMYK 4.78% 0.00% 8.61%
18.04%

Color #C7D1BF in popluar number systems.

HEX C7 D1 BF
Decimal 199 209 191
Binary 11000111 11010001 10111111
Octal 307 321 277

Shades and tints

Shades of #C7D1BF

#C7D1BF
(199,209,191)
#B5BEAE
(181,190,174)
#A3AB9D
(163,171,157)
#91988C
(145,152,140)
#7F857B
(127,133,123)
#6D726A
(109,114,106)
#5B5F59
(91,95,89)
#494C48
(73,76,72)
#373937
(55,57,55)
#252626
(37,38,38)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #C7D1BF

#C7D1BF
(199,209,191)
#CCD5C4
(204,213,196)
#D1D9C9
(209,217,201)
#D6DDCE
(214,221,206)
#DBE1D3
(219,225,211)
#E0E5D8
(224,229,216)
#E5E9DD
(229,233,221)
#EAEDE2
(234,237,226)
#EFF1E7
(239,241,231)
#F4F5EC
(244,245,236)
#F9F9F1
(249,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D1BF; }

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

This text font color is #C7D1BF.

Background Color

.myBgColor { background-color: #C7D1BF; }

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

This div background color is #C7D1BF.

Border color

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

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

This div border color is #C7D1BF.

Opacity

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

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

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

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

This text has shadow with #C7D1BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7D1BF.

Preview

Color preview on black background

This text has color #C7D1BF on black background.


Color preview on white background

This text has color #C7D1BF on white background.


Black color preview on #C7D1BF background

This text has black color on #C7D1BF background.


White color preview on #C7D1BF background

This text has white color on #C7D1BF background.


Related colors

Complementary color

Complementary color for #hex is #382E40.


I love getcolorcode.com

Triadic colors

1 #BFC7D1 and #D1BFC7 with #C7D1BF are triadic colors.

2 #BFD1C7 and #D1C7BF with #C7D1BF are triadic colors.