Color Hex Logo

#c6cbbf Color Hex

#C6CBBF
(198,203,191)
0 Favorites   0 Comments

Color spaces of #c6cbbf

RGB 198203191
HSL0.240.100.77
HSV85°80°
CMYK 0.020.000.06   0.20
XYZ54.048658.479257.7292
Yxy58.47920.31750.3435
Hunter Lab76.4717-7.66548.7716
CIE-Lab81.0045-3.88285.3758

#c6cbbf color RGB value is (198,203,191).

#c6cbbf hex color red value is 198, green value is 203 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c6cbbf hue: 0.24 , saturation: 0.10 and the lightness value of c6cbbf is 0.77.

The process color (four color CMYK) of #c6cbbf color hex is 0.02, 0.00, 0.06, 0.20. Web safe color of #c6cbbf is #cccccc. Color #c6cbbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001011 10111111
Octal 306 313 277
Decimal 198 203 191
Hex C6 CB BF

RGB Percentages of Color #c6cbbf

%33.45
%34.29
%32.26

CMYK Percentages of Color #c6cbbf

%2
%0
%6
%20

Triadic Colors of #c6cbbf

#c6cbbf #bfc6cb #cbbfc6

Analogous Colors of #c6cbbf

#c6cbbf #c0cbbf #cbcabf

Monochromatic Colors of #c6cbbf

#c6cbbf

Complementary Color

#c6cbbf #c4bfcb

#c6cbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cbbf Color CSS Codes

.mybgcolor {background-color:#c6cbbf; } 
.myforecolor {color:#c6cbbf; }
.mybordercolor {border:3px solid #c6cbbf; }

#c6cbbf Text Font Color

<p style="color:#c6cbbf">Text here</p>

This sample text font color is #c6cbbf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c6cbbf Background Color

<div style="background-color:#c6cbbf">
Div content here</div>

This div background color is #c6cbbf


#c6cbbf Border Color

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

This div border color is #c6cbbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,203,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6cbbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6cbbf;
  -webkit-box-shadow: 1px 1px 3px 2px #c6cbbf;
  box-shadow:         1px 1px 3px 2px #c6cbbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,203,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c6cbbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c6cbbf;
  -webkit-box-shadow: 1px 1px 3px 2px #c6cbbf;
  box-shadow:         1px 1px 3px 2px #c6cbbf;">
Div content here</div>

This div box has shadow with color #c6cbbf


Comments

No comments written yet.

Please login to write comment.