COLOR #C7CBBD

HEX: #C7CBBD RGB: (199,203,189)

Color info

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

RGB color model

#C7CBBD color RGB value is (199,203,189).

RGB: (199,203,189) (78%, 80%, 74%)

RGB channels and saturation

R 199 of 255 = 78%
G 203 of 255 = 80%
B 189 of 255 = 74%

199
203
189

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

Portions of RGB colors in percentages

R + G + B = 199 + 203 + 189 = 591 (100%)
R 199 of 591 ~ 33.67%
G 203 of 591 ~ 34.35%
B 189 of 591 ~ 31.98'%

%33.67
%34.35
%31.98

CMYK color model

#C7CBBD color CMYK value is (2,0,7,20).

  • cyan value is 1.97%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 20.39%

CMYK: (2,0,7,20)
C2M0Y7K20 (2%, 0%, 7%, 20%)
(0.02 / 0.00 / 0.07 / 0.20)

CMYK percentages

%1.97
%0
%6.9
%20.39

Codes

Color #C7CBBD in popluar color models

C7 CB BD
RGB 199 203 189
HSL 77° 11.86% 76.86%
HSB/HSV 77° 6.90% 79.61%
CMYK 1.97% 0.00% 6.90%
20.39%

Color #C7CBBD in popluar number systems.

HEX C7 CB BD
Decimal 199 203 189
Binary 11000111 11001011 10111101
Octal 307 313 275

Shades and tints

Shades of #C7CBBD

#C7CBBD
(199,203,189)
#B5B9AC
(181,185,172)
#A3A79B
(163,167,155)
#91958A
(145,149,138)
#7F8379
(127,131,121)
#6D7168
(109,113,104)
#5B5F57
(91,95,87)
#494D46
(73,77,70)
#373B35
(55,59,53)
#252924
(37,41,36)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #C7CBBD

#C7CBBD
(199,203,189)
#CCCFC3
(204,207,195)
#D1D3C9
(209,211,201)
#D6D7CF
(214,215,207)
#DBDBD5
(219,219,213)
#E0DFDB
(224,223,219)
#E5E3E1
(229,227,225)
#EAE7E7
(234,231,231)
#EFEBED
(239,235,237)
#F4EFF3
(244,239,243)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CBBD color. Also use rgb(199,203,189) instead hex code.

Text Font Color

.myTextColor { color: #C7CBBD; }

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

This text font color is #C7CBBD.

Background Color

.myBgColor { background-color: #C7CBBD; }

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

This div background color is #C7CBBD.

Border color

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

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

This div border color is #C7CBBD.

Opacity

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

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

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

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

This text has shadow with #C7CBBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CBBD.

Preview

Color preview on black background

This text has color #C7CBBD on black background.


Color preview on white background

This text has color #C7CBBD on white background.


Black color preview on #C7CBBD background

This text has black color on #C7CBBD background.


White color preview on #C7CBBD background

This text has white color on #C7CBBD background.


Related colors

Complementary color

Complementary color for #hex is #383442.


I love getcolorcode.com

Triadic colors

1 #BDC7CB and #CBBDC7 with #C7CBBD are triadic colors.

2 #BDCBC7 and #CBC7BD with #C7CBBD are triadic colors.