Color Hex Logo

#b699af Color Hex

#B699AF
(182,153,175)
0 Favorites   0 Comments

Color spaces of #b699af

RGB 182153175
HSL0.870.170.66
HSV314°16°71°
CMYK 0.000.160.04   0.29
XYZ38.420535.822745.4469
Yxy35.82270.32100.2993
Hunter Lab59.85219.8424-3.1237
CIE-Lab66.384214.5917-7.4250

#b699af color RGB value is (182,153,175).

#b699af hex color red value is 182, green value is 153 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b699af hue: 0.87 , saturation: 0.17 and the lightness value of b699af is 0.66.

The process color (four color CMYK) of #b699af color hex is 0.00, 0.16, 0.04, 0.29. Web safe color of #b699af is #cc9999. Color #b699af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011001 10101111
Octal 266 231 257
Decimal 182 153 175
Hex B6 99 AF

RGB Percentages of Color #b699af

%35.69
%30.00
%34.31

CMYK Percentages of Color #b699af

%0
%16
%4
%29

Triadic Colors of #b699af

#b699af #afb699 #99afb6

Analogous Colors of #b699af

#b699af #b699a1 #af99b6

Monochromatic Colors of #b699af

#b699af

Complementary Color

#b699af #99b6a0

#b699af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b699af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b699af Color CSS Codes

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

#b699af Text Font Color

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

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


#b699af Background Color

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

This div background color is #b699af


#b699af Border Color

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

This div border color is #b699af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,153,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b699af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b699af;
  -webkit-box-shadow: 1px 1px 3px 2px #b699af;
  box-shadow:         1px 1px 3px 2px #b699af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,153,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b699af


Comments

No comments written yet.

Please login to write comment.