Color Hex Logo

#c9bbce Color Hex

#C9BBCE
(201,187,206)
0 Favorites   0 Comments

Color spaces of #c9bbce

RGB 201187206
HSL0.790.160.77
HSV284°81°
CMYK 0.020.090.00   0.19
XYZ52.998352.414465.7162
Yxy52.41440.30970.3063
Hunter Lab72.39783.9736-3.1397
CIE-Lab77.52808.4014-7.7633

#c9bbce color RGB value is (201,187,206).

#c9bbce hex color red value is 201, green value is 187 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c9bbce hue: 0.79 , saturation: 0.16 and the lightness value of c9bbce is 0.77.

The process color (four color CMYK) of #c9bbce color hex is 0.02, 0.09, 0.00, 0.19. Web safe color of #c9bbce is #cccccc. Color #c9bbce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111011 11001110
Octal 311 273 316
Decimal 201 187 206
Hex C9 BB CE

RGB Percentages of Color #c9bbce

%33.84
%31.48
%34.68

CMYK Percentages of Color #c9bbce

%2
%9
%0
%19

Triadic Colors of #c9bbce

#c9bbce #cec9bb #bbcec9

Analogous Colors of #c9bbce

#c9bbce #cebbca #c0bbce

Monochromatic Colors of #c9bbce

#c9bbce

Complementary Color

#c9bbce #c0cebb

#c9bbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bbce Color CSS Codes

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

#c9bbce Text Font Color

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

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


#c9bbce Background Color

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

This div background color is #c9bbce


#c9bbce Border Color

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

This div border color is #c9bbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9bbce


Comments

No comments written yet.

Please login to write comment.