Color Hex Logo

#a7b8d8 Color Hex

#A7B8D8
(167,184,216)
0 Favorites   0 Comments

Color spaces of #a7b8d8

RGB 167184216
HSL0.610.390.75
HSV219°23°85°
CMYK 0.230.150.00   0.15
XYZ45.471547.454371.7287
Yxy47.45430.27620.2882
Hunter Lab68.8871-2.7268-13.5148
CIE-Lab74.47941.0567-18.0244

#a7b8d8 color RGB value is (167,184,216).

#a7b8d8 hex color red value is 167, green value is 184 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #a7b8d8 hue: 0.61 , saturation: 0.39 and the lightness value of a7b8d8 is 0.75.

The process color (four color CMYK) of #a7b8d8 color hex is 0.23, 0.15, 0.00, 0.15. Web safe color of #a7b8d8 is #99cccc. Color #a7b8d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111000 11011000
Octal 247 270 330
Decimal 167 184 216
Hex A7 B8 D8

RGB Percentages of Color #a7b8d8

%29.45
%32.45
%38.10

CMYK Percentages of Color #a7b8d8

%23
%15
%0
%15

Triadic Colors of #a7b8d8

#a7b8d8 #d8a7b8 #b8d8a7

Analogous Colors of #a7b8d8

#a7b8d8 #afa7d8 #a7d1d8

Monochromatic Colors of #a7b8d8

#a7b8d8

Complementary Color

#a7b8d8 #d8c7a7

#a7b8d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7b8d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7b8d8 Color CSS Codes

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

#a7b8d8 Text Font Color

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

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


#a7b8d8 Background Color

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

This div background color is #a7b8d8


#a7b8d8 Border Color

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

This div border color is #a7b8d8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,184,216, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a7b8d8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a7b8d8;
  -webkit-box-shadow: 1px 1px 3px 2px #a7b8d8;
  box-shadow:         1px 1px 3px 2px #a7b8d8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,184,216, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7b8d8


Comments

No comments written yet.

Please login to write comment.