COLOR #C7CCC2

HEX: #C7CCC2 RGB: (199,204,194)

Renk bilgisi

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

RGB renk modeli

#C7CCC2 color RGB value is (199,204,194).

RGB: (199,204,194) (78%, 80%, 76%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 204 of 255 = 80%
B 194 of 255 = 76%

199
204
194

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

Yüzdelerle RGB renk parçaları

R + G + B = 199 + 204 + 194 = 597 (100%)
R 199 of 597 ~ 33.33%
G 204 of 597 ~ 34.17%
B 194 of 597 ~ 32.5'%

%33.33
%34.17
%32.5

CMYK RENK MODELİ

#C7CCC2 rengi CMYK tonu (2,0,5,20).

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

CMYK: (2,0,5,20)
C2M0Y5K20 (2%, 0%, 5%, 20%)
(0.02 / 0.00 / 0.05 / 0.20)

CMYK yüzdeleri

%2.45
%0
%4.9
%20

Codes

Color #C7CCC2 in popluar color models

C7 CC C2
RGB 199 204 194
HSL 90° 8.93% 78.04%
HSB/HSV 90° 4.90% 80.00%
CMYK 2.45% 0.00% 4.90%
20.00%

Color #C7CCC2 in popluar number systems.

HEX C7 CC C2
Decimal 199 204 194
Binary 11000111 11001100 11000010
Octal 307 314 302

Shades and tints

Shades of #C7CCC2

#C7CCC2
(199,204,194)
#B5BAB1
(181,186,177)
#A3A8A0
(163,168,160)
#91968F
(145,150,143)
#7F847E
(127,132,126)
#6D726D
(109,114,109)
#5B605C
(91,96,92)
#494E4B
(73,78,75)
#373C3A
(55,60,58)
#252A29
(37,42,41)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #C7CCC2

#C7CCC2
(199,204,194)
#CCD0C7
(204,208,199)
#D1D4CC
(209,212,204)
#D6D8D1
(214,216,209)
#DBDCD6
(219,220,214)
#E0E0DB
(224,224,219)
#E5E4E0
(229,228,224)
#EAE8E5
(234,232,229)
#EFECEA
(239,236,234)
#F4F0EF
(244,240,239)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CCC2; }

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

This text font color is #C7CCC2.

Background Color

.myBgColor { background-color: #C7CCC2; }

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

This div background color is #C7CCC2.

Border color

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

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

This div border color is #C7CCC2.

Opacity

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

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

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

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

This text has shadow with #C7CCC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CCC2.

Preview

Color preview on black background

This text has color #C7CCC2 on black background.


Color preview on white background

This text has color #C7CCC2 on white background.


Black color preview on #C7CCC2 background

This text has black color on #C7CCC2 background.


White color preview on #C7CCC2 background

This text has white color on #C7CCC2 background.


Related colors

Complementary color

Complementary color for #hex is #38333D.


I love getcolorcode.com

Triadic colors

1 #C2C7CC and #CCC2C7 with #C7CCC2 are triadic colors.

2 #C2CCC7 and #CCC7C2 with #C7CCC2 are triadic colors.