Color Hex Logo

#c6ceb1 Color Hex

#C6CEB1
(198,206,177)
0 Favorites   0 Comments

Color spaces of #c6ceb1

RGB 198206177
HSL0.210.230.75
HSV77°14°81°
CMYK 0.040.000.14   0.19
XYZ53.295859.322750.2364
Yxy59.32270.32730.3643
Hunter Lab77.0212-11.271915.2435
CIE-Lab81.4687-7.815713.5064

#c6ceb1 color RGB value is (198,206,177).

#c6ceb1 hex color red value is 198, green value is 206 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #c6ceb1 hue: 0.21 , saturation: 0.23 and the lightness value of c6ceb1 is 0.75.

The process color (four color CMYK) of #c6ceb1 color hex is 0.04, 0.00, 0.14, 0.19. Web safe color of #c6ceb1 is #cccc99. Color #c6ceb1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001110 10110001
Octal 306 316 261
Decimal 198 206 177
Hex C6 CE B1

RGB Percentages of Color #c6ceb1

%34.08
%35.46
%30.46

CMYK Percentages of Color #c6ceb1

%4
%0
%14
%19

Triadic Colors of #c6ceb1

#c6ceb1 #b1c6ce #ceb1c6

Analogous Colors of #c6ceb1

#c6ceb1 #b8ceb1 #cec8b1

Monochromatic Colors of #c6ceb1

#c6ceb1

Complementary Color

#c6ceb1 #b9b1ce

#c6ceb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6ceb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6ceb1 Color CSS Codes

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

#c6ceb1 Text Font Color

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

This sample text font color is #c6ceb1
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.


#c6ceb1 Background Color

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

This div background color is #c6ceb1


#c6ceb1 Border Color

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

This div border color is #c6ceb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6ceb1


Comments

No comments written yet.

Please login to write comment.