COLOR #C7CBBC

HEX: #C7CBBC RGB: (199,203,188)

Color info

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

RGB color model

#C7CBBC color RGB value is (199,203,188).

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

RGB channels and saturation

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

199
203
188

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

Portions of RGB colors in percentages

R + G + B = 199 + 203 + 188 = 590 (100%)
R 199 of 590 ~ 33.73%
G 203 of 590 ~ 34.41%
B 188 of 590 ~ 31.86'%

%33.73
%34.41
%31.86

CMYK color model

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

  • cyan value is 1.97%
  • magenta value is 0.00%
  • yellow value is 7.39%
  • 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
%7.39
%20.39

Codes

Color #C7CBBC in popluar color models

C7 CB BC
RGB 199 203 188
HSL 76° 12.61% 76.67%
HSB/HSV 76° 7.39% 79.61%
CMYK 1.97% 0.00% 7.39%
20.39%

Color #C7CBBC in popluar number systems.

HEX C7 CB BC
Decimal 199 203 188
Binary 11000111 11001011 10111100
Octal 307 313 274

Shades and tints

Shades of #C7CBBC

#C7CBBC
(199,203,188)
#B5B9AB
(181,185,171)
#A3A79A
(163,167,154)
#919589
(145,149,137)
#7F8378
(127,131,120)
#6D7167
(109,113,103)
#5B5F56
(91,95,86)
#494D45
(73,77,69)
#373B34
(55,59,52)
#252923
(37,41,35)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #C7CBBC

#C7CBBC
(199,203,188)
#CCCFC2
(204,207,194)
#D1D3C8
(209,211,200)
#D6D7CE
(214,215,206)
#DBDBD4
(219,219,212)
#E0DFDA
(224,223,218)
#E5E3E0
(229,227,224)
#EAE7E6
(234,231,230)
#EFEBEC
(239,235,236)
#F4EFF2
(244,239,242)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CBBC; }

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

This text font color is #C7CBBC.

Background Color

.myBgColor { background-color: #C7CBBC; }

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

This div background color is #C7CBBC.

Border color

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

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

This div border color is #C7CBBC.

Opacity

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

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

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

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

This text has shadow with #C7CBBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CBBC.

Preview

Color preview on black background

This text has color #C7CBBC on black background.


Color preview on white background

This text has color #C7CBBC on white background.


Black color preview on #C7CBBC background

This text has black color on #C7CBBC background.


White color preview on #C7CBBC background

This text has white color on #C7CBBC background.


Related colors

Complementary color

Complementary color for #hex is #383443.


I love getcolorcode.com

Triadic colors

1 #BCC7CB and #CBBCC7 with #C7CBBC are triadic colors.

2 #BCCBC7 and #CBC7BC with #C7CBBC are triadic colors.