Color Hex Logo

#c6bfa8 Color Hex

#C6BFA8
(198,191,168)
0 Favorites   0 Comments

Color spaces of #c6bfa8

RGB 198191168
HSL0.130.210.72
HSV46°15°78°
CMYK 0.000.040.15   0.22
XYZ48.987452.094544.5191
Yxy52.09450.33640.3578
Hunter Lab72.1765-5.158013.9530
CIE-Lab77.3373-1.432012.4837

#c6bfa8 color RGB value is (198,191,168).

#c6bfa8 hex color red value is 198, green value is 191 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #c6bfa8 hue: 0.13 , saturation: 0.21 and the lightness value of c6bfa8 is 0.72.

The process color (four color CMYK) of #c6bfa8 color hex is 0.00, 0.04, 0.15, 0.22. Web safe color of #c6bfa8 is #cccc99. Color #c6bfa8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111111 10101000
Octal 306 277 250
Decimal 198 191 168
Hex C6 BF A8

RGB Percentages of Color #c6bfa8

%35.55
%34.29
%30.16

CMYK Percentages of Color #c6bfa8

%0
%4
%15
%22

Triadic Colors of #c6bfa8

#c6bfa8 #a8c6bf #bfa8c6

Analogous Colors of #c6bfa8

#c6bfa8 #bec6a8 #c6b0a8

Monochromatic Colors of #c6bfa8

#c6bfa8

Complementary Color

#c6bfa8 #a8afc6

#c6bfa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bfa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bfa8 Color CSS Codes

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

#c6bfa8 Text Font Color

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

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


#c6bfa8 Background Color

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

This div background color is #c6bfa8


#c6bfa8 Border Color

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

This div border color is #c6bfa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bfa8


Comments

No comments written yet.

Please login to write comment.