COLOR #C7CCC0

HEX: #C7CCC0 RGB: (199,204,192)

Renk bilgisi

#C7CCC0 contains red, green and blue colors in about the same proportion. #C7CCC0 ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#C7CCC0 color RGB value is (199,204,192).

RGB: (199,204,192) (78%, 80%, 75%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 204 of 255 = 80%
B 192 of 255 = 75%

199
204
192

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

Yüzdelerle RGB renk parçaları

R + G + B = 199 + 204 + 192 = 595 (100%)
R 199 of 595 ~ 33.45%
G 204 of 595 ~ 34.29%
B 192 of 595 ~ 32.27'%

%33.45
%34.29
%32.27

CMYK RENK MODELİ

#C7CCC0 rengi CMYK tonu (2,0,6,20).

  • camgöbeği tonu 2.45%
  • eflatun tonu 0.00%
  • sarı tonu 5.88%
  • ana renk tonu 20.00%

CMYK: (2,0,6,20)
C2M0Y6K20 (2%, 0%, 6%, 20%)
(0.02 / 0.00 / 0.06 / 0.20)

CMYK yüzdeleri

%2.45
%0
%5.88
%20

Codes

Color #C7CCC0 in popluar color models

C7 CC C0
RGB 199 204 192
HSL 85° 10.53% 77.65%
HSB/HSV 85° 5.88% 80.00%
CMYK 2.45% 0.00% 5.88%
20.00%

Color #C7CCC0 in popluar number systems.

HEX C7 CC C0
Decimal 199 204 192
Binary 11000111 11001100 11000000
Octal 307 314 300

Shades and tints

Shades of #C7CCC0

#C7CCC0
(199,204,192)
#B5BAAF
(181,186,175)
#A3A89E
(163,168,158)
#91968D
(145,150,141)
#7F847C
(127,132,124)
#6D726B
(109,114,107)
#5B605A
(91,96,90)
#494E49
(73,78,73)
#373C38
(55,60,56)
#252A27
(37,42,39)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #C7CCC0

#C7CCC0
(199,204,192)
#CCD0C5
(204,208,197)
#D1D4CA
(209,212,202)
#D6D8CF
(214,216,207)
#DBDCD4
(219,220,212)
#E0E0D9
(224,224,217)
#E5E4DE
(229,228,222)
#EAE8E3
(234,232,227)
#EFECE8
(239,236,232)
#F4F0ED
(244,240,237)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CCC0 color. Also use rgb(199,204,192) instead hex code.

Text Font Color

.myTextColor { color: #C7CCC0; }

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

This text font color is #C7CCC0.

Background Color

.myBgColor { background-color: #C7CCC0; }

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

This div background color is #C7CCC0.

Border color

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

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

This div border color is #C7CCC0.

Opacity

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

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

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

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

This text has shadow with #C7CCC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CCC0.

Preview

Color preview on black background

This text has color #C7CCC0 on black background.


Color preview on white background

This text has color #C7CCC0 on white background.


Black color preview on #C7CCC0 background

This text has black color on #C7CCC0 background.


White color preview on #C7CCC0 background

This text has white color on #C7CCC0 background.


Related colors

Complementary color

Complementary color for #hex is #38333F.


I love getcolorcode.com

Triadic colors

1 #C0C7CC and #CCC0C7 with #C7CCC0 are triadic colors.

2 #C0CCC7 and #CCC7C0 with #C7CCC0 are triadic colors.